diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-08 05:44:17 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-08 05:44:17 +0000 |
| commit | 88048c2020c7cfca815bd3cf18728a14b6923da4 (patch) | |
| tree | 5cbf6c80a6d2079ad23093c9f3dd203129c3879e /ChangeLog | |
| parent | c810db6362eb622faff74577edd6f902d4cf807e (diff) | |
| download | ruby-88048c2020c7cfca815bd3cf18728a14b6923da4.tar.gz ruby-88048c2020c7cfca815bd3cf18728a14b6923da4.tar.xz ruby-88048c2020c7cfca815bd3cf18728a14b6923da4.zip | |
* hash.c (rb_hash_reject_bang): always check frozen status.
[ruby-core:23715]
* hash.c (rb_hash_update): ditto.
* hash.c (rb_hash_reject_bang): call rb_hash_foreach() directly.
* hash.c (rb_hash_update_i): call st_insert() directly.
* hash.c (rb_hash_update_block_i): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -9,6 +9,19 @@ Sun Jun 7 22:44:20 2009 Tadayoshi Funaba <tadf@dotrb.org> * lib/cmath.rb (log): avoided redundant expression. +Sat Jun 6 02:49:05 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * hash.c (rb_hash_reject_bang): always check frozen status. + [ruby-core:23715] + + * hash.c (rb_hash_update): ditto. + + * hash.c (rb_hash_reject_bang): call rb_hash_foreach() directly. + + * hash.c (rb_hash_update_i): call st_insert() directly. + + * hash.c (rb_hash_update_block_i): ditto. + Fri Jun 5 07:12:32 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/mkmf.rb (#link_command): should dup CONFTEST_C which is |
