diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-21 14:50:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-21 14:50:14 +0000 |
| commit | 51c29390f03611252c864d62f5f7c80e53c19051 (patch) | |
| tree | d70dbee06b3d4b7cf54c96187f2c3768467f9cfb /ChangeLog | |
| parent | 1697473f4919003f31e684df747c16d7e0d4b100 (diff) | |
| download | ruby-51c29390f03611252c864d62f5f7c80e53c19051.tar.gz ruby-51c29390f03611252c864d62f5f7c80e53c19051.tar.xz ruby-51c29390f03611252c864d62f5f7c80e53c19051.zip | |
* hash.c (rb_hash_sort): remove hash specific implementation.
* hash.c (rb_hash_select): returns new hash, not assoc array.
* hash.c (env_select): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu Jun 21 20:36:12 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * hash.c (rb_hash_sort): remove hash specific implementation. + +Thu Jun 21 20:28:05 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * hash.c (rb_hash_select): returns new hash, not assoc array. + [ruby-core:11504] + + * hash.c (env_select): ditto. + Thu Jun 21 23:08:19 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (rb_intern2): ID_JUNK test based on len, not by NUL. |
