summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-20 06:45:22 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-20 06:45:22 +0000
commit5988c787496e104d3552be02841c416f6006f4b6 (patch)
treefd5d1b4f17d12ae7a746490b2f537663c38ccd25 /ChangeLog
parentd38975ac74a13fe1561851e1a193b86ea39a5a6d (diff)
merge revision(s) 26253:
* io.c (io_fwrite): preserve errno. [ruby-core:27425] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa3ff2655b..e1e5baaa5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 20 15:39:26 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (io_fwrite): preserve errno. [ruby-core:27425]
+
Tue Apr 20 08:04:37 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (rb_io_s_read): close the IO if an exception is raised on