From 7670800476ee0bc0526cb4fe42dcc29080bb7b6f Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 1 Jun 2001 09:38:30 +0000 Subject: * hash.c (replace_i): ignore when key == Qundef. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73fd7f7a3..ed7fe6f6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 1 17:26:24 2001 K.Kosako + + * hash.c (replace_i): ignore when key == Qundef. + Fri Jun 1 16:50:59 2001 Yukihiro Matsumoto * parse.y (call_args2): confusion with list_append() and -- cgit