aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-31 01:52:21 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-31 01:52:21 +0000
commitbdc85361e48340b4f9d6b1039a8c338a2cb64138 (patch)
tree3e1267afbeba95c9be332430d0354c0a3326db4c /ChangeLog
parent0bbb8e8975ad9f00d467218098dd2d6ad8895974 (diff)
downloadruby-bdc85361e48340b4f9d6b1039a8c338a2cb64138.tar.gz
* io.c (rb_cloexec_fcntl_dupfd): this function needs F_DUPFD.
* io.c (nogvl_io_cntl): use rb_cloexec_fcntl_dupfd() only if the platform has F_DUPFD. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33578 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 39c5088fae..0ea58d809e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Oct 31 10:50:26 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (rb_cloexec_fcntl_dupfd): this function needs F_DUPFD.
+
+ * io.c (nogvl_io_cntl): use rb_cloexec_fcntl_dupfd() only if the
+ platform has F_DUPFD.
+
Mon Oct 31 00:50:00 2011 Luis Lavena <luislavena@gmail.com>
* configure.in: check -fno-omit-frame-pointer acceptance and usage