summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 06:55:20 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 06:55:20 +0000
commit095868b1c87f6037bc1ced0e39e764013ec95dfe (patch)
treeeaca70426fccf74f58aa13e2cb118381d0fcd8bf /ChangeLog
parent2aa659c7af88fededffcb46392c442aa49476e77 (diff)
downloadruby-095868b1c87f6037bc1ced0e39e764013ec95dfe.tar.gz
ruby-095868b1c87f6037bc1ced0e39e764013ec95dfe.tar.xz
ruby-095868b1c87f6037bc1ced0e39e764013ec95dfe.zip
* include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function
to validate fd. * io.c (rb_io_initialize): check fd with above function. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21734 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 7798f8064..46cbabc60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jan 22 15:54:02 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function
+ to validate fd.
+
+ * io.c (rb_io_initialize): check fd with above function.
+
Thu Jan 22 14:53:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run