aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-03 14:56:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-03 14:56:26 +0000
commit3e0819c66a0908be61fbb769e96c1accb1d67f26 (patch)
treeca00bbfe494e3fa838bef3e23c6572da75977dae /ChangeLog
parent90a10297d685b12e691ddf0c04439d19f8592feb (diff)
downloadruby-3e0819c66a0908be61fbb769e96c1accb1d67f26.tar.gz
* configure.in (sizeof_struct_dirent_too_small): check if struct
dirent.d_name is too small. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33174 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 002706aa7a..a8601c2dfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sat Sep 3 23:55:17 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Sep 3 23:56:24 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (sizeof_struct_dirent_too_small): check if struct
+ dirent.d_name is too small.
* configure.in (RUBY_MINGW32): take tool prefix from CC.