From d11c43f386207dd11f329a1928fb3a9bed6864a9 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Sep 2002 14:03:45 +0000 Subject: * parse.y (block_append): eliminate unused literal nodes. * parse.y (literal_concat): refined literal concatination. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a84f4b68b..ce0e8b8c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 20 23:02:01 2002 Nobuyoshi Nakada + + * parse.y (block_append): eliminate unused literal nodes. + + * parse.y (literal_concat): refined literal concatination. + Fri Sep 20 19:43:40 2002 Akinori MUSHA * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15. -- cgit