From ead9b197be96f9eacf462b5539f71c43422495d0 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 12 Jul 2006 11:10:22 +0000 Subject: * parse.y (f_args): allow post mandatory arguments after optional arguments. [ruby-dev:29014] * parse.y (new_args_gen): allow post_args without rest_args. * eval.c (formal_assign): ditto. * parse.y (new_args_gen): check post argument duplication. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6d4fd0cdbf..dc804c8a50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Wed Jul 12 20:05:23 2006 Yukihiro Matsumoto + + * parse.y (f_args): allow post mandatory arguments after optional + arguments. [ruby-dev:29014] + + * parse.y (new_args_gen): allow post_args without rest_args. + + * eval.c (formal_assign): ditto. + + * parse.y (new_args_gen): check post argument duplication. + +Tue Jul 11 20:58:18 2006 Yukihiro Matsumoto + + * ruby.h: export rb_cMethod. [ruby-talk:201259] + Tue Jul 11 19:13:33 2006 Hidetoshi NAGAI * ext/tk/lib/multi-tk.rb: remove restriction on the class of @@ -43,6 +58,14 @@ Mon Jul 10 23:37:14 2006 Yukihiro Matsumoto the first value from the result array if response has only one value. +Mon Jul 10 22:00:00 2006 Shigeo Kobayashi + + * ext/bigdecimal/bigdecimal.c: Allows '_' to appear within + digits. [ruby-dev:28872] + + * ext/bigdecimal/lib/bigdecimal/util.rb: Bug in to_r reported by + [ruby-list:42533] fixed. + Mon Jul 10 19:22:19 2006 Tanaka Akira * gc.c (gc_sweep): expand heap earlier. -- cgit v1.2.3