From f879d8b9b5fe34235be83d978446e55649c1f3e3 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 19 Apr 2006 00:51:49 +0000 Subject: * parse.y (list_concat): should not modify nodes other than NODE_ARRAY. [ruby-dev:28583] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f29f7e4a3..e57443eea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 19 09:49:36 2006 Yukihiro Matsumoto + + * parse.y (list_concat): should not modify nodes other than + NODE_ARRAY. [ruby-dev:28583] + Tue Apr 18 17:40:37 2006 Hidetoshi NAGAI * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP. -- cgit