diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-09 03:19:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-09 03:19:52 +0000 |
| commit | 585a48bfbe9e4445adbc3be99c44ef08179d591a (patch) | |
| tree | d859eb81d301ac1ad77a7edac28e68175f785dba /ChangeLog | |
| parent | 127a4040aba260ffe24f8e8a77760f4ef833d415 (diff) | |
| download | ruby-585a48bfbe9e4445adbc3be99c44ef08179d591a.tar.gz ruby-585a48bfbe9e4445adbc3be99c44ef08179d591a.tar.xz ruby-585a48bfbe9e4445adbc3be99c44ef08179d591a.zip | |
* hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.
* hash.c (rb_any_hash, recursive_hash): use VALUE for hash.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat May 9 12:19:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE. + + * hash.c (rb_any_hash, recursive_hash): use VALUE for hash. + Sat May 9 11:14:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patch |
