From e2570cfc0466be7b1c6e18ffc99f56989004bc53 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 2 Oct 2003 11:33:52 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * time.c (Init_Time): define initialize. [ruby-dev:21469] -- cgit