summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-02 05:19:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-02 05:19:18 +0000
commite2bf8b48f01edcdd38d6194fb1b59706d17f6576 (patch)
tree1b814b20cafc627c026f575f02d654f0bc5f298f /ChangeLog
parent2e289ba118b7fad9b5c599453d099117c205633f (diff)
downloadruby-e2bf8b48f01edcdd38d6194fb1b59706d17f6576.tar.gz
ruby-e2bf8b48f01edcdd38d6194fb1b59706d17f6576.tar.xz
ruby-e2bf8b48f01edcdd38d6194fb1b59706d17f6576.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <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