From 706ca04164f552cb3ba7f905d08c3b19fa4b95e7 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 8 May 2008 15:54:32 +0000 Subject: * parse.y (arg): operator assignment "a += b rescue c" should be parsed as "a += (b rescue c)" just like normal assignment. [ruby-talk:301000] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 944b48cb5..8cebaf799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri May 9 00:03:50 2008 Yukihiro Matsumoto + + * parse.y (arg): operator assignment "a += b rescue c" should be + parsed as "a += (b rescue c)" just like normal assignment. + [ruby-talk:301000] + Thu May 8 18:14:00 2008 Yukihiro Matsumoto * bignum.c (rb_big_and): bit-wise operation should not take float -- cgit