From de2e63f17554faef2dda21e5b635dd3468206b5c Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 1 Sep 2003 15:41:31 +0000 Subject: * ext/iconv/iconv.c (map_charset): use lower case keys. * ext/iconv/iconv.c (iconv_fail): just yield error and return the result if a block is given. * ext/iconv/iconv.c (iconv_convert): yield error and append the result if a block is given. * ext/iconv/charset_alias.rb (charset_alias): optional third argument. * ext/iconv/charset_alias.rb (charset_alias): use CP932 instead of SHIFT_JIS on cygwin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 319fb44ad..54fdee5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Tue Sep 2 00:41:27 2003 Nobuyoshi Nakada + + * ext/iconv/iconv.c (map_charset): use lower case keys. + + * ext/iconv/iconv.c (iconv_fail): just yield error and return the + result if a block is given. + + * ext/iconv/iconv.c (iconv_convert): yield error and append the + result if a block is given. + + * ext/iconv/charset_alias.rb (charset_alias): optional third + argument. + + * ext/iconv/charset_alias.rb (charset_alias): use CP932 instead of + SHIFT_JIS on cygwin. + Mon Sep 1 18:34:25 2003 Nobuyoshi Nakada * eval.c (rb_eval): make tail recursion in ELSE clause of -- cgit