aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-25 15:13:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-25 15:13:16 +0000
commit620cbfd46681582c003b8c5103b5135ee80c38a6 (patch)
tree44f6e7ddb8698aa942a48d6168cfd6d5fb27285c /ChangeLog
parent60d938063bbb3ba60650f4f3200b0cd4ff004ffe (diff)
downloadruby-620cbfd46681582c003b8c5103b5135ee80c38a6.tar.gz
* io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may return
positive value on failure. [ruby-dev:23792] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6521 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 6de2481867..768325e84d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 26 00:13:08 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may return
+ positive value on failure. [ruby-dev:23792]
+
Fri Jun 25 18:07:15 2004 Michal Rokos <michal@ruby-lang.org>
* gc.c: bring back _stklen for DJGPP [ruby-core:3084]