From b74d7778bfa1da3f81b8ea5ce1a0f58aa8e83746 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 11 Nov 2008 11:00:39 +0000 Subject: 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 231489b68..8c6fb1939 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