From 66f96e9c6520fd3e76ef9925d3f27ec50b18cc4b Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 7 Nov 2008 21:42:24 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef270b39f..ff20aaf27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Nov 8 06:20:42 2008 Yukihiro Matsumoto + + * 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 * include/ruby/io.h (rb_io_t): added write_lock to serialize. -- cgit