[前][次][番号順一覧][スレッド一覧]

ruby-changes:5963

From: nobu <ko1@a...>
Date: Fri, 20 Jun 2008 15:43:30 +0900 (JST)
Subject: [ruby-changes:5963] Ruby:r17471 (ruby_1_8, trunk): * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified

nobu	2008-06-20 15:40:10 +0900 (Fri, 20 Jun 2008)

  New Revision: 17471

  Modified files:
    branches/ruby_1_8/ChangeLog
    trunk/ChangeLog

  Log:
    * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified
      behavior at integer overflow.
    
    * string.c (str_buf_cat): ditto.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=17471&r2=17470&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=17471&r2=17470&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 17470)
+++ ChangeLog	(revision 17471)
@@ -1,3 +1,10 @@
+Fri Jun 20 15:40:02 2008  Nobuyoshi Nakada  <nobu@r...>
+
+	* 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@r...>
 
 	* process.c (rb_detach_process): store detached process ID in the
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 17470)
+++ ruby_1_8/ChangeLog	(revision 17471)
@@ -1,3 +1,10 @@
+Fri Jun 20 15:40:02 2008  Nobuyoshi Nakada  <nobu@r...>
+
+	* 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:17:35 2008  URABE Shyouhei  <shyouhei@r...>
 
 	* array.c (ary_new, rb_ary_initialize, rb_ary_store,

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]