diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-20 07:20:33 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-20 07:20:33 +0000 |
commit | fe5b44babc45b2ff918ac19d0632ef34961f7977 (patch) | |
tree | a53ef92d4a6e99565ab9824ffc13718b5a42d73e | |
parent | 5ccb2be4983db9211fec987bc4abd52154fe1f9c (diff) | |
parent | 407d2fb2980e338dc25903800fd56080ad5b7c6f (diff) |
add tag v1_8_5_230v1_8_5_230
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_5_230@17479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jun 20 15:51:18 2008 Nobuyoshi Nakada <[email protected]> + + * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified + behavior at integer overflow. + + * string.c (str_buf_cat): ditto. + Wed Jun 18 22:25:28 2008 URABE Shyouhei <[email protected]> * array.c (ary_new, rb_ary_initialize, rb_ary_store, |