summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-07 02:44:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-07 02:44:07 +0000
commit7c93e565600f3645659e603161c9ac992184c7d0 (patch)
tree4a5f6b9d268d4ca8786297c98ef162042a1a6f8f /ChangeLog
parent0c0f9873760236083a003a70b668fb1ea3473bfa (diff)
* lib/mkmf.rb (have_header): needs dependent headers if trying to
compile. * ext/socket/extconf.rb: net/if.h depends on other headers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67519524fb..ab83cb0734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Feb 7 11:44:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (have_header): needs dependent headers if trying to
+ compile.
+
+ * ext/socket/extconf.rb: net/if.h depends on other headers.
+
Sat Feb 7 04:02:37 2009 Tanaka Akira <akr@fsij.org>
* dir.c (dir_read): don't disable rdoc.