summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 06:40:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 06:40:10 +0000
commitb5acdf1c33a68e7a18e492ec77f38d7e1f51b401 (patch)
tree84f53d389e7324d78afffd4f324b07ae3d15740f
parent808fc9daa5538ae75ec06340a7c792dfdf72433e (diff)
downloadruby-b5acdf1c33a68e7a18e492ec77f38d7e1f51b401.tar.gz
ruby-b5acdf1c33a68e7a18e492ec77f38d7e1f51b401.tar.xz
ruby-b5acdf1c33a68e7a18e492ec77f38d7e1f51b401.zip
* array.c (rb_ary_store, rb_ary_splice): not depend on unspecified
behavior at integer overflow. * string.c (str_buf_cat): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48e976557..33d73196f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jun 20 15:40:02 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified
+ behavior at integer overflow.
+
+ * string.c (str_buf_cat): ditto.
+
Fri Jun 20 12:39:55 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* process.c (rb_detach_process): store detached process ID in the