aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-08 16:52:16 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-08 16:52:16 +0000
commit6d313a387ab91fd3a0f83a5e5992336dc492d223 (patch)
treee38e8985517d1ba07f41ea1bad9c2445175a708d /ChangeLog
parent53175b09f1fd93c0c2770c790e62a0d09105f471 (diff)
downloadruby-6d313a387ab91fd3a0f83a5e5992336dc492d223.tar.gz
* configure.in: Don't check socketpair. socketpair is not used in
ruby command itself. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40616 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 e8538e31bf..edee8373d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 9 01:52:31 2013 Tanaka Akira <akr@fsij.org>
+
+ * configure.in: Don't check socketpair. socketpair is not used in
+ ruby command itself.
+
Thu May 9 01:05:41 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* class.c (rb_mod_included_modules): should not include non-modules.