diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-11 11:00:39 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-11 11:00:39 +0000 |
| commit | b74d7778bfa1da3f81b8ea5ce1a0f58aa8e83746 (patch) | |
| tree | d4f05b38876e41cee7065f49fa75a29d9ef5f3d8 /ChangeLog | |
| parent | 59b6d4a84fbe962284c6c6c55e5e3276db78652c (diff) | |
| download | ruby-b74d7778bfa1da3f81b8ea5ce1a0f58aa8e83746.tar.gz ruby-b74d7778bfa1da3f81b8ea5ce1a0f58aa8e83746.tar.xz ruby-b74d7778bfa1da3f81b8ea5ce1a0f58aa8e83746.zip | |
merges r20145 from trunk into ruby_1_9_1.
* 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/branches/ruby_1_9_1@20193 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. |
