aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-24 10:23:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-24 10:23:45 +0000
commit22a3520dee278cc56284616de4eee9efee1089da (patch)
tree0257319288b4f32f728f3c1aa0b705037cebde45 /ChangeLog
parentbe974b81ddaa25084f054bbd45dd8d5797a597bb (diff)
downloadruby-22a3520dee278cc56284616de4eee9efee1089da.tar.gz
* configure.in (RUBY_CHECK_SIZEOF): need to include $4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23dba079b8..f36b23199e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar 24 19:23:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (RUBY_CHECK_SIZEOF): need to include $4.
+
Tue Mar 24 17:08:52 2009 Akinori MUSHA <knu@iDaemons.org>
* io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.