From fe310fd7bbaceada062ec1c5c72f95f13dfc4c08 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 2 Jun 2005 07:26:10 +0000 Subject: * parse.y (method_call): new experiment: "(expr)(args...)" to invoke "expr.call(args...)". [EXPERIMENTAL] * parse.y (command): revert implicit "call" for local variables. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3008fba22..f04bf915c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,15 @@ Wed Jun 1 11:30:09 2005 Hirokazu Yamamoto * bcc32/Makefile.sub: Dir.glob in 1.9 doesn't treat \ as path separator. [ruby-dev:26254] +Wed Jun 1 00:11:06 2005 Yukihiro Matsumoto + + * parse.y (method_call): new experiment: "(expr)(args...)" to + invoke "expr.call(args...)". [EXPERIMENTAL] + +Tue May 31 23:43:41 2005 Yukihiro Matsumoto + + * parse.y (command): revert implicit "call" for local variables. + Tue May 31 15:52:45 2005 GOTOU Yuuzou * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should -- cgit