diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-29 19:25:11 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-29 19:25:11 +0000 |
| commit | 4cb82ed107dd7bf9805dc0c9b4ffe410843061ed (patch) | |
| tree | 73386c8704e39b0ba47d915e033a22fe9e582073 /ChangeLog | |
| parent | d57b135a99f1327007bb5d15444b987d38df240f (diff) | |
| download | ruby-4cb82ed107dd7bf9805dc0c9b4ffe410843061ed.tar.gz ruby-4cb82ed107dd7bf9805dc0c9b4ffe410843061ed.tar.xz ruby-4cb82ed107dd7bf9805dc0c9b4ffe410843061ed.zip | |
* array.c (ary_iter_check): should check modification (size
change) during iteration.
* array.c (rb_ary_initialize, rb_ary_shift, rb_ary_unshift,
rb_ary_splice, rb_ary_reverse, rb_ary_sort, rb_ary_delete,
rb_ary_delete_at, rb_ary_reject_bang, rb_ary_replace,
rb_ary_clear, rb_ary_fill, rb_ary_uniq_bang, rb_ary_compact,
rb_ary_shuffle): add iteration check.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -211,6 +211,17 @@ Fri Dec 1 16:31:53 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. [ruby-talk: 227408] +Tue Nov 28 17:25:11 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * array.c (ary_iter_check): should check modification (size + change) during iteration. + + * array.c (rb_ary_initialize, rb_ary_shift, rb_ary_unshift, + rb_ary_splice, rb_ary_reverse, rb_ary_sort, rb_ary_delete, + rb_ary_delete_at, rb_ary_reject_bang, rb_ary_replace, + rb_ary_clear, rb_ary_fill, rb_ary_uniq_bang, rb_ary_compact, + rb_ary_shuffle): add iteration check. + Mon Nov 27 09:00:15 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_ord): typo fixed. reported from Kornelius |
