diff options
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. |
