summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-13 01:20:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-13 01:20:29 +0000
commit621153bf3fb229a746a74aa1d64ab24622f91268 (patch)
tree0ea908af5e9c14cd3cf3f6f81ad10e4e1432a819 /ChangeLog
parent33b15cef6cc611fe8f5ee8a679b7b0c95f8d187f (diff)
process.c: no SIZE_T_MAX
* process.c (rb_exec_fillarg): get rid of SIZE_T_MAX which may need more headers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7df6015b5d..1473c46475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Wed Jun 13 10:20:03 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Jun 13 10:20:27 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * process.c (rb_exec_fillarg): get rid of SIZE_T_MAX which may need
+ more headers.
* process.c (rb_exec_fillarg): fix array element size. "continue" and
"readonly" exceeded the size.