From 75af8df3f279e5229acff52246aea7a59d660649 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 31 May 2003 09:11:12 +0000 Subject: * parse.y (rb_intern): should handle multibyte name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d328f125..ec66eb13e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat May 31 04:36:54 2003 Nobuyoshi Nakada + + * parse.y (rb_intern): should handle multibyte name. + Fri May 30 23:18:01 2003 why the lucky stiff * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. -- cgit