summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 20:12:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 20:12:56 +0000
commitbb1811d6a3621d04d9f45d137c35b8862135a140 (patch)
tree33558b021cf0f4ec2c2741278fc33868ef16e39b /ChangeLog
parentbb8a49812a78c8842ff5f2d8949a14bcdcd8fe8e (diff)
* thread_pthread.c (ruby_init_stack): range of rlim_cur may be
larger than int. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22898 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 6a4951967a..2d7f35b981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Thu Mar 12 05:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Mar 12 05:12:53 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_pthread.c (ruby_init_stack): range of rlim_cur may be
+ larger than int.
* missing/vsnprintf.c (BSD_vfprintf): commented out code which has
no effect at all.