From 60ea4e93262301fda59b3925a062de33659b4d1e Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 7 Jul 2007 07:16:05 +0000 Subject: * parse.y: fix node construction (around f_margs). [ruby-dev:31143] * bootstraptest/test_block.rb: add a test for above. * insnhelper.ci: fix indent. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a86b717b..33f4a4973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Jul 7 16:12:48 2007 Koichi Sasada + + * parse.y: fix node construction (around f_margs). + [ruby-dev:31143] + + * bootstraptest/test_block.rb: add a test for above. + + * insnhelper.ci: fix indent. + Sat Jul 7 15:36:50 2007 Tanaka Akira * lib/pp.rb (PP::PPMethods#pp_hash): sort if -- cgit