summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 04:57:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 04:57:58 +0000
commitcfcedec53ea55ce940810c90758ff10762cf5020 (patch)
treec448c7bc115621d95e7587facae74db0cf59140a /ChangeLog
parent32ea1002888daa8f4362ce5dcd388ffa1dda5101 (diff)
downloadruby-cfcedec53ea55ce940810c90758ff10762cf5020.tar.gz
ruby-cfcedec53ea55ce940810c90758ff10762cf5020.tar.xz
ruby-cfcedec53ea55ce940810c90758ff10762cf5020.zip
* ext/curses/curses.c (window_getch): avoid ISPRINT() macro which
has an issue with OpenSolaris. [ruby-core:20189] * signal.c (ruby_signal): EINVAL from sigaction(2) is not a bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5893279db..e0f55f38a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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]
+
+ * signal.c (ruby_signal): EINVAL from sigaction(2) is not a bug.
+
Thu Dec 4 11:40:56 2008 Akinori MUSHA <knu@iDaemons.org>
* enumerator.c (inspect_enumerator): Implement #inspect.