From 4917d573ee7fcf297a8ef7087035c6b142bcfe7a Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 Aug 2003 20:04:23 +0000 Subject: * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72bbd9230..8c5710d89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 28 05:02:52 2003 Yukihiro Matsumoto + + * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562) + Thu Aug 28 02:37:45 2003 Yukihiro Matsumoto * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. -- cgit