diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-29 01:58:43 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-29 01:58:43 +0000 |
| commit | c942ab1f55a574bdcf9e5df6b3a8e0d964ae4fee (patch) | |
| tree | 677a10dcf1cd1be40f6cdd7a5e75e0806774a1b9 /ChangeLog | |
| parent | 12f41603647dad965f4ca8c6ef7a9a1ff55ed29a (diff) | |
* enum.c (sort_by_i): internally used object must not be changed
outside. [ruby-dev:24368]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Sep 29 10:58:07 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * enum.c (sort_by_i): internally used object must not be changed + outside. [ruby-dev:24368] + Mon Sep 27 21:25:12 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_call0): invoke finalizers periodically. |
