summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:38:17 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:38:17 +0000
commitbe0789964535174edbb35c78a66b51e715f64a5f (patch)
treef4995683fc77002eeba11f31a113f37a2356b57b /ChangeLog
parent60bdcfd6b662f5d602f51559950fcac6c43bcf3d (diff)
merges r21503 from trunk into ruby_1_9_!.
* io.c (appendline): reformed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd20f4980..f9b6d4393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 14 12:38:02 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (appendline): reformed.
+
+ * io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block.
+
Tue Jan 13 21:45:53 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.