diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-24 14:31:14 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-24 14:31:14 +0000 |
| commit | e6746c16e09bc4a29520f253c0bcb693bc43ab04 (patch) | |
| tree | 21539cf62b51aff176b66337e0565b1ef914b65a /ChangeLog | |
| parent | 93924c119fad876d12b80eb7bbce725acb12c25b (diff) | |
| download | ruby-e6746c16e09bc4a29520f253c0bcb693bc43ab04.tar.gz ruby-e6746c16e09bc4a29520f253c0bcb693bc43ab04.tar.xz ruby-e6746c16e09bc4a29520f253c0bcb693bc43ab04.zip | |
* hash.c (rb_hash_each): Hash#each should yield single value.
[ruby-talk:84420]
* hash.c (env_each): ditto for ENV.each.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Oct 24 23:26:34 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * hash.c (rb_hash_each): Hash#each should yield single value. + [ruby-talk:84420] + + * hash.c (env_each): ditto for ENV.each. + Thu Oct 23 20:25:32 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/server.rb (GenericServer#start): should rescue |
