summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-02 11:33:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-02 11:33:52 +0000
commite2570cfc0466be7b1c6e18ffc99f56989004bc53 (patch)
tree18c9a73f60e14c8569df531d252cd0f896f5ff2c /ChangeLog
parentba749baf2add23f4860a854cee6da51b4c2d0ced (diff)
downloadruby-e2570cfc0466be7b1c6e18ffc99f56989004bc53.tar.gz
ruby-e2570cfc0466be7b1c6e18ffc99f56989004bc53.tar.xz
ruby-e2570cfc0466be7b1c6e18ffc99f56989004bc53.zip
* ext/iconv/iconv.c (iconv_failure_initialize): conform with
orthodox initialization method. * ext/iconv/iconv.c (iconv_fail): initialize exception instance from the class, and do not share instance variables with the others. [ruby-dev:21470] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4654 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 1f910097c..752aee6c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Oct 2 20:33:49 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/iconv/iconv.c (iconv_failure_initialize): conform with
+ orthodox initialization method.
+
+ * ext/iconv/iconv.c (iconv_fail): initialize exception instance
+ from the class, and do not share instance variables with the
+ others. [ruby-dev:21470]
+
Thu Oct 2 18:20:27 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* time.c (Init_Time): define initialize. [ruby-dev:21469]