aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-04 11:29:24 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-04 11:29:24 +0000
commitbe62297f9230c4cf8d73321c5c9e28037b35fc1d (patch)
tree8f8ef97f4db6938963daf0b6e4adffe957bb4af2 /ChangeLog
parentc06da4735da0e2285c1e3e52202b7090b3f43b1b (diff)
downloadruby-be62297f9230c4cf8d73321c5c9e28037b35fc1d.tar.gz
* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1291]
* test/ruby/test_io.rb (TestIO#test_o_cloexec): test for File::CLOEXEC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 305a7a4bc9..dd5fb39be4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 4 20:22:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * io.c (Init_IO): Added File::CLOEXEC constant.
+ [ruby-core:22893] [Feature #1291]
+ * test/ruby/test_io.rb (TestIO#test_o_cloexec): test for File::CLOEXEC.
+
Wed May 4 19:00:59 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_wait_for_single_fd): Fix wrong return value.