From 1457dca5d89487270554d7e90db8840780f2489f Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Oct 2009 15:47:54 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@25193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81f169b360..8dedb7e157 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. + Sat Oct 3 00:43:52 2009 NARUSE, Yui * method.h (rb_method_type_t): remove a comma at end of -- cgit v1.2.3