aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-28 12:32:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-28 12:32:39 +0000
commitdeaba5567df978937dd1e9f8453ca66f5d65021c (patch)
tree68a7151646ae559de77a16f3820093627a979c8d /ChangeLog
parent5073155a178a9f478950afef4f148e44fd14b5d6 (diff)
downloadruby-deaba5567df978937dd1e9f8453ca66f5d65021c.tar.gz
* ext/pty/pty.c (get_device_once): raise on error when fail is
non-zero. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fc1cc7fa2..908bea6cb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 28 21:32:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/pty/pty.c (get_device_once): raise on error when fail is
+ non-zero.
+
Sun Feb 28 18:58:00 2010 Kenta Murata <mrkn@mrkn.jp>
* math.c (rb_eMathDomainError): new exception class