From f02b261c8beb0cea7cc27f7a3fcef43a7900fde0 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 20 Sep 2006 04:18:25 +0000 Subject: * string.c (sym_eql): fail early to gain performance. * string.c (sym_hash): cache hash value in aux.shared if possible. * gc.c (rb_obj_id): no need to treat symbols specially. * lib/fileutils.rb (FileUtils::FileUtils): singleton_methods() no longer return an array of strings, but of symbols. * lib/delegate.rb (DelegateClass): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b94129ca..92e61002d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,19 @@ Wed Sep 20 09:25:39 2006 Yukihiro Matsumoto Adolphs . [ruby-doc:1223] +Tue Sep 19 00:07:17 2006 Yukihiro Matsumoto + + * string.c (sym_eql): fail early to gain performance. + + * string.c (sym_hash): cache hash value in aux.shared if possible. + + * gc.c (rb_obj_id): no need to treat symbols specially. + + * lib/fileutils.rb (FileUtils::FileUtils): singleton_methods() no + longer return an array of strings, but of symbols. + + * lib/delegate.rb (DelegateClass): ditto. + Tue Sep 19 00:42:15 2006 Nobuyoshi Nakada * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, @@ -24,7 +37,7 @@ Tue Sep 19 00:42:15 2006 Nobuyoshi Nakada instance_variable_defined? to check if an instance variable is defined. fixed: [ruby-dev:29554] -Mon Sep 18 00:42:15 2006 Yukihiro Matsumoto +Mon Sep 18 15:29:21 2006 Yukihiro Matsumoto * dir.c (dir_s_glob): restore GC protection volatile variable. [ruby-dev:29588] -- cgit