summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 05:52:30 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 05:52:30 +0000
commitf5332d6b5e79023c53c530317efe57bc12a92f42 (patch)
tree57723011061c94c154f3253f929526441a7c79ea /ChangeLog
parent782576a5199264be07fd9d5be1629eca4aa92c7d (diff)
* ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0f55f38a9..e9ed4baaf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Thu Dec 4 13:56:31 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/curses/curses.c (window_getch): avoid ISPRINT() macro which
has an issue with OpenSolaris. [ruby-core:20189]
+ * ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]
+
* signal.c (ruby_signal): EINVAL from sigaction(2) is not a bug.
Thu Dec 4 11:40:56 2008 Akinori MUSHA <knu@iDaemons.org>