summaryrefslogtreecommitdiffstats
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
commita1b3e45534d357116209e5b91d59034a8ddbe72f (patch)
tree0257319288b4f32f728f3c1aa0b705037cebde45 /ChangeLog
parent01c64b1aca49476bc3161077dbc2a1fcf211cfae (diff)
* configure.in (RUBY_CHECK_SIZEOF): need to include $4.
git-svn-id: http://svn.ruby-lang.org/repos/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 23dba079b..f36b23199 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.