diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-07 21:42:24 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-07 21:42:24 +0000 |
| commit | 66f96e9c6520fd3e76ef9925d3f27ec50b18cc4b (patch) | |
| tree | 37c2ea24a1227676244ccdededbcb2c4b0ba1307 /ChangeLog | |
| parent | 7dc192a5a454d5f977d69f86dd656965dcb05a95 (diff) | |
| download | ruby-66f96e9c6520fd3e76ef9925d3f27ec50b18cc4b.tar.gz ruby-66f96e9c6520fd3e76ef9925d3f27ec50b18cc4b.tar.xz ruby-66f96e9c6520fd3e76ef9925d3f27ec50b18cc4b.zip | |
* ext/curses/curses.c: curses encoding should obey locale.
* ext/curses/curses.c (curses_getch): 1.9 getch should return one
character string for single byte string. wchar_t support may
follow in the future.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Nov 8 06:20:42 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/curses/curses.c: curses encoding should obey locale. + + * ext/curses/curses.c (curses_getch): 1.9 getch should return one + character string for single byte string. wchar_t support may + follow in the future. + Sat Nov 8 05:46:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * include/ruby/io.h (rb_io_t): added write_lock to serialize. |
