From 9a34aff98c9b84a305c462266be7d7098eb6cd43 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 7 Dec 2007 02:51:31 +0000 Subject: * parse.y (arg): tUPLUS no longer works as identity operation any more. inspired by [ruby-talk:265532]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d84642702..27b63e351 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 6 19:48:41 2007 Yukihiro Matsumoto + + * parse.y (arg): tUPLUS no longer works as identity operation any + more. inspired by [ruby-talk:265532]. + Thu Dec 6 18:22:11 2007 Tanaka Akira * encoding.c (rb_enc_precise_mbclen): new function for mbclen with -- cgit