diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 04:18:25 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 04:18:25 +0000 |
| commit | f02b261c8beb0cea7cc27f7a3fcef43a7900fde0 (patch) | |
| tree | 3046636322e5aa0c69f23dd906d0573e9a38a1dc /ChangeLog | |
| parent | 78bbe32d5f2139caa53fcfe8754262f92a5fd4d2 (diff) | |
| download | ruby-f02b261c8beb0cea7cc27f7a3fcef43a7900fde0.tar.gz ruby-f02b261c8beb0cea7cc27f7a3fcef43a7900fde0.tar.xz ruby-f02b261c8beb0cea7cc27f7a3fcef43a7900fde0.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -14,6 +14,19 @@ Wed Sep 20 09:25:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org> Adolphs <futzilogik at users dot sourceforge dot net>. [ruby-doc:1223] +Tue Sep 19 00:07:17 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * 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 <nobu@ruby-lang.org> instance_variable_defined? to check if an instance variable is defined. fixed: [ruby-dev:29554] -Mon Sep 18 00:42:15 2006 Yukihiro Matsumoto <matz@ruby-lang.org> +Mon Sep 18 15:29:21 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * dir.c (dir_s_glob): restore GC protection volatile variable. [ruby-dev:29588] |
