From e2bf8b48f01edcdd38d6194fb1b59706d17f6576 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 2 Oct 2003 05:19:18 +0000 Subject: * ext/iconv/iconv.c (iconv_fail): now yield erred substring, and set error object to $!. * ext/iconv/iconv.c (iconv_convert): error handler block should return appended part and the rest. if rest is nil, the conversion stops. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2ab572c2..7b260ddce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Oct 2 14:19:15 2003 Nobuyoshi Nakada + + * ext/iconv/iconv.c (iconv_fail): now yield erred substring, and + set error object to $!. + + * ext/iconv/iconv.c (iconv_convert): error handler block should + return appended part and the rest. if rest is nil, the + conversion stops. + Thu Oct 2 12:00:18 2003 Nobuyoshi Nakada * variable.c (rb_const_defined_0): look up constants in Object as -- cgit