From bde2bd4b236e012db273de0429ac131c0c97b49e Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 13 Jun 2007 13:25:39 +0000 Subject: * parse.y (call_args): no allow splat after assocs. takes consistency over compatibility. * parse.y (call_args2): ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa161542b..74b816237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,13 @@ Wed Jun 13 06:05:12 2007 Nobuyoshi Nakada * configure.in (darwin): prohibit loading extension libraries to miniruby. +Tue Jun 12 21:50:51 2007 Yukihiro Matsumoto + + * parse.y (call_args): no allow splat after assocs. takes + consistency over compatibility. + + * parse.y (call_args2): ditto + Tue Jun 12 14:53:51 2007 Nobuyoshi Nakada * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag and -- cgit