diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-03 14:07:48 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-03 14:07:48 +0000 |
| commit | 816301f0220e3af216b6225148ed79b7e8129b6e (patch) | |
| tree | 3d714f6a0d12fb29aa1a87e325629c33b666f7da /ChangeLog | |
| parent | 7b2d6273c8eaf3d4683b7eda669de587065528a4 (diff) | |
| download | ruby-816301f0220e3af216b6225148ed79b7e8129b6e.tar.gz ruby-816301f0220e3af216b6225148ed79b7e8129b6e.tar.xz ruby-816301f0220e3af216b6225148ed79b7e8129b6e.zip | |
* hash.c (rb_hash_each_pair): make Hash#each to be alias to
Hash#each_pair for compatibility and clarity.
* hash.c (env_each_pair): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13809 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 @@ +Sat Nov 3 22:49:37 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * hash.c (rb_hash_each_pair): make Hash#each to be alias to + Hash#each_pair for compatibility and clarity. + + * hash.c (env_each_pair): ditto. + Sat Nov 3 22:41:05 2007 Tanaka Akira <akr@fsij.org> * configure.in: --with-vendor-hdrdir implemented. |
