aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-09 13:54:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-09 13:54:33 +0000
commit42b4255d087ec64ae2ed48d51dd6fe103ce397f6 (patch)
tree2bffa64804005904bcb09c9542383e34fcf17153 /ChangeLog
parent3f289d9237dc9be556f3f5ca2606b9589f509379 (diff)
downloadruby-42b4255d087ec64ae2ed48d51dd6fe103ce397f6.tar.gz
* io.c (rb_sysopen): max fd is updated in rb_sysopen_internal()
already. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33690 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 85937fb830..126ca60ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 9 22:54:30 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (rb_sysopen): max fd is updated in rb_sysopen_internal()
+ already.
+
Wed Nov 9 22:13:38 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):