From 82875c077c6f242bb339386932da1b31f0355db8 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 21 Jun 2006 05:13:48 +0000 Subject: * parse.y (method_call): remove (fn)(args) style lambda invocation, add fn.(args) instead. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28ea04ed8..48ec64f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Jun 21 14:06:47 2006 Yukihiro Matsumoto + + * parse.y (method_call): remove (fn)(args) style lambda + invocation, add fn.(args) instead. + +Wed Jun 21 08:39:54 2006 Yukihiro Matsumoto + + * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): merge Date + and Time processing. [ruby-core:08033] + Wed Jun 21 03:01:10 2006 Yukihiro Matsumoto * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner -- cgit