summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 13:01:16 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 13:01:16 +0000
commitc86115e9961c85736d2672a015e3113780551db1 (patch)
tree8b6279a5c8263347b7ba22c97fb68d9d6b6228c4 /ChangeLog
parentcadee06b2a09c309b0fb944251a8105b449d7dd1 (diff)
* ext/pty/pty.c (pty_getpty): check dup failure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23861 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 ae4b884a45..1466f2f5f3 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.
+
Fri Jun 26 17:33:46 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):