From c079210c9e741c1f5b05148dec72c77bcbaa1f50 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 25 Jun 2008 12:55:47 +0000 Subject: * parse.y (primary): make functional-style not operator to act like function. see . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6c438658..97b5744a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 25 21:54:34 2008 Yukihiro Matsumoto + + * parse.y (primary): make functional-style not operator to act + like function. see . + Wed Jun 25 15:28:50 2008 Nobuyoshi Nakada * array.c (rb_ary_fill): not depend on unspecified behavior at integer -- cgit