summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-21 05:13:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-21 05:13:48 +0000
commit82875c077c6f242bb339386932da1b31f0355db8 (patch)
tree2cdc2281e8476474f4b1678e308f3c9fb7f3a528 /ChangeLog
parent09f210ffb6af1ea3b0a2bd52497978cd7f2354f8 (diff)
downloadruby-82875c077c6f242bb339386932da1b31f0355db8.tar.gz
ruby-82875c077c6f242bb339386932da1b31f0355db8.tar.xz
ruby-82875c077c6f242bb339386932da1b31f0355db8.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <matz@ruby-lang.org>
+
+ * parse.y (method_call): remove (fn)(args) style lambda
+ invocation, add fn.(args) instead.
+
+Wed Jun 21 08:39:54 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): merge Date
+ and Time processing. [ruby-core:08033]
+
Wed Jun 21 03:01:10 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner