From ef75a8095669cd05473ccaf99cf27731204621b9 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Dec 2008 23:42:00 +0000 Subject: * error.c (exc_equal): duck typing equal to make it transitive. [ruby-dev:34880] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bac661884..9d13c68e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 19 07:45:37 2008 Yukihiro Matsumoto + + * error.c (exc_equal): duck typing equal to make it transitive. + [ruby-dev:34880] + Thu Dec 18 19:31:54 2008 Yuki Sonoda (Yugui) * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as command -- cgit