diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-04 08:55:54 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-04 08:55:54 +0000 |
| commit | 53bbf0599f87f2b9db4ab373a28df4b68828d0e4 (patch) | |
| tree | 57913d4ffbc8b0c16c7e12118aaca2c4adca8052 /ChangeLog | |
| parent | 4bab25cada1bbddff3d7699e8cfc15a5b1954872 (diff) | |
| download | ruby-53bbf0599f87f2b9db4ab373a28df4b68828d0e4.tar.gz ruby-53bbf0599f87f2b9db4ab373a28df4b68828d0e4.tar.xz ruby-53bbf0599f87f2b9db4ab373a28df4b68828d0e4.zip | |
merges r20482 from trunk into ruby_1_9_1.
* 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/branches/ruby_1_9_1@20506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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:38:40 2008 Akinori MUSHA <knu@iDaemons.org> * vm_method.c (rb_obj_respond_to): Remove a duplicated rdoc |
