aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-13 14:28:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-13 14:28:53 +0000
commita7b0b52f09b63e8ffe28b0040b54ae71a4a829e4 (patch)
tree4dc5ccf1790b9efe273b6a5195f2b253b5e2a9e2 /ChangeLog
parentbcfc22b10e30771e692f7716a1fec7577373963e (diff)
downloadruby-a7b0b52f09b63e8ffe28b0040b54ae71a4a829e4.tar.gz
* ext/io/console/console.c (console_dev): take care of no-ctty
case. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32065 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 77353084b7..ad8363ecb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 13 23:28:50 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/io/console/console.c (console_dev): take care of no-ctty
+ case.
+
Mon Jun 13 23:06:12 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread_pthread.c: rewrite GVL completely.