From b3be2e3d550aaa6cb1ed18eca6e909567ed47eaa Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 5 Dec 2009 02:36:50 +0000 Subject: merges r25193 from trunk into ruby_1_9_1. -- * test/ripper/dummyparser.rb (DummyParser): improvement by Magnus Holm in [ruby-core:25884]. * remove scanner events which simply returned the first argument. * all parser events are now automatically generated. * simplify blocks. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3161cef41..bb24e8447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Oct 3 00:47:52 2009 Nobuyoshi Nakada + + * test/ripper/dummyparser.rb (DummyParser): improvement by Magnus + Holm in [ruby-core:25884]. + * remove scanner events which simply returned the first argument. + * all parser events are now automatically generated. + * simplify blocks. + Fri Oct 2 20:37:37 2009 Nobuyoshi Nakada * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID by -- cgit