From 5f99b7ce58afd01c42fa81a1cb13fd1de30e3556 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 12 Jul 2009 13:57:08 +0000 Subject: 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 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 + + * ext/pty/pty.c (pty_getpty): check dup failure. + Thu Jun 25 17:58:39 2009 Yukihiro Matsumoto * io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to -- cgit