summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-27 11:22:30 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-27 11:22:30 +0000
commit40441ac8b7a166f2340669f50a18a3c7d5616a58 (patch)
tree50554a93b6952404ecca93dfbfa966cd87b6465f /ChangeLog
parentab5d5369a06b0014e1ffdf24f398a1a74b2f6c84 (diff)
downloadruby-40441ac8b7a166f2340669f50a18a3c7d5616a58.tar.gz
ruby-40441ac8b7a166f2340669f50a18a3c7d5616a58.tar.xz
ruby-40441ac8b7a166f2340669f50a18a3c7d5616a58.zip
* io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4997e419d..910b333cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 27 20:02:09 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
+
+ * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]
+
Thu May 27 15:54:02 2004 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.
@@ -8,7 +12,7 @@ Thu May 27 14:53:13 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.
add errno checking. [ruby-dev:23627]
- * io.c (rb_io_fwrite): should check if errnro == ENOENT, too.
+ * io.c (rb_io_fwrite): should check if errno == ENOENT, too.
Thu May 27 11:25:03 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>