From 3d37c182ca4c6cf50a69bb26d77c81ebb0808439 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 26 Jun 2007 18:56:15 +0000 Subject: * compile.c (compile_massign), insns.def (expandarray): support postarg with massign (a, *b, c = ...). * bootstraptest/test_massign.rb: add tests for above. * compile.h: fix debug macro names. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d6f4c671..b1a94ef94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Jun 27 03:26:15 2007 Koichi Sasada + + * compile.c (compile_massign), insns.def (expandarray): support + postarg with massign (a, *b, c = ...). + + * bootstraptest/test_massign.rb: add tests for above. + + * compile.h: fix debug macro names. + Wed Jun 27 00:18:41 2007 Yukihiro Matsumoto * string.c (rb_str_clear): need to check STR_EMBED_P() before -- cgit