diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Oct 2 14:19:15 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * variable.c (rb_const_defined_0): look up constants in Object as |
