From 5348a9d072edc296c4cb5f66748df2274c119387 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 2 Sep 2006 15:20:24 +0000 Subject: * string.c (Init_String): undef Symbol#new. * struct.c (rb_struct_s_def): wrong symbol detection. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9768ae74b..08ef7ba3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Sep 2 23:59:58 2006 Yukihiro Matsumoto + + * string.c (Init_String): undef Symbol#new. + + * struct.c (rb_struct_s_def): wrong symbol detection. + Sat Sep 2 23:59:37 2006 Yukihiro Matsumoto * string.c (str_to_id): a bug caused by premature optimization. -- cgit