aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-19 04:20:10 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-19 04:20:10 +0000
commit5852b97e4eb18560b911848095025404926904da (patch)
treeccfc57531f95407e39ab1cc364231b0e0cee6076 /ChangeLog
parent248d589b554331ed1cee9dfc29f1d6f79bff9312 (diff)
downloadruby-5852b97e4eb18560b911848095025404926904da.tar.gz
* configure.in: defines _DARWIN_UNLIMITED_SELECT if the target_os
is darwin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33006 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 0a1dc9294d..1fe2bc2e2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 19 13:18:00 2011 Kenta Murata <mrkn@mrkn.jp>
+
+ * configure.in: defines _DARWIN_UNLIMITED_SELECT if the target_os
+ is darwin.
+
Fri Aug 19 13:14:00 2011 Kenta Murata <mrkn@mrkn.jp>
* thread.c: add a description for the behavior of select(2) on