summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-12 13:57:08 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-12 13:57:08 +0000
commit5f99b7ce58afd01c42fa81a1cb13fd1de30e3556 (patch)
tree92b809d5d84f8a776f0165d2d984f19c5c30f193 /ChangeLog
parentc1ca04ec6156e79ffafc80e2bf267130260c3ddb (diff)
merges r23861 from trunk into ruby_1_9_1.
-- * ext/pty/pty.c (pty_getpty): check dup failure. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24040 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 a2959b8a0..4971e7157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 26 21:48:30 2009 Tanaka Akira <akr@fsij.org>
+
+ * ext/pty/pty.c (pty_getpty): check dup failure.
+
Thu Jun 25 17:58:39 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to