From ee55fe68ecff8708e600b7cacc8e40f4e36c1e52 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Sep 2008 20:37:36 +0000 Subject: * transcode.c (output_hex_charref): upcase hexadecimal digits. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0926dfba1..db356deb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 6 05:37:08 2008 Tanaka Akira + + * transcode.c (output_hex_charref): upcase hexadecimal digits. + Sat Sep 6 05:22:29 2008 Tanaka Akira * include/ruby/encoding.h (ECONV_UNDEF_HEX_CHARREF): defined. -- cgit