diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 04:50:12 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 04:50:12 +0000 |
| commit | 5db527a7876ecdc7bc4fee95ef4781dbfaf847d2 (patch) | |
| tree | b745b8951d62998f811ae9cb83a4472e46bcd32f /ChangeLog | |
| parent | cbb96fdad87d4be8e11e7a8af02b6d1d4fcdb2e1 (diff) | |
| download | ruby-5db527a7876ecdc7bc4fee95ef4781dbfaf847d2.tar.gz ruby-5db527a7876ecdc7bc4fee95ef4781dbfaf847d2.tar.xz ruby-5db527a7876ecdc7bc4fee95ef4781dbfaf847d2.zip | |
* hash.c (rb_hash_delete_key): delete the entry without calling block.
* hash.c (rb_hash_shift): should consider iter_lev too.
* hash.c (delete_if_i): use rb_hash_delete_key() so that the block
isn't called twice. [ruby-core:11556]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Aug 15 13:50:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * hash.c (rb_hash_delete_key): delete the entry without calling block. + + * hash.c (rb_hash_shift): should consider iter_lev too. + + * hash.c (delete_if_i): use rb_hash_delete_key() so that the block + isn't called twice. [ruby-core:11556] + Wed Aug 15 13:39:25 2007 Koichi Sasada <ko1@atdot.net> * process.c (proc_geteuid): fix strange cast. [ruby-dev:31417] |
