From 5eb6d5e3acdff2cae46cf01a2e47bb6fb86c76f9 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 31 Jul 2004 04:40:11 +0000 Subject: * eval.c (is_defined): avoid unnecessary method invocations. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7aeee846d..35091377b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Jul 31 13:37:51 2004 Yukihiro Matsumoto + + * eval.c (is_defined): avoid unnecessary method invocations. + Sat Jul 31 05:35:37 2004 why the lucky stiff * lib/yaml/rubytypes.rb: exceptions were using an older -- cgit