aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 07:06:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-04 07:06:13 +0000
commit255578c7b573959d0d8d142864d36d9e6fa6da03 (patch)
tree4639eb41c5181cb9cfa3272ff272250cb71da8ab /ChangeLog
parent632aa7a0fc1416481c3d8934689f2d61be1c843d (diff)
downloadruby-255578c7b573959d0d8d142864d36d9e6fa6da03.tar.gz
* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c for
Init_RandomSeed(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a5997177d..142d896102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 4 16:06:11 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c for
+ Init_RandomSeed().
+
Wed Nov 4 15:50:16 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
* include/ruby/ruby.h (NUM2CHR): prefix __extension__ for