From 2a1935c7e1574e07e412bd586d19dee282646822 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 15 Jan 2009 15:38:51 +0000 Subject: merges r21508 from trunk into ruby_1_9_1. * ext/curses/extconf.rb: check ncursesw earlier than ncurses to support UTF-8 strings. non UTF-8 strings should be converted explicitly. [ruby-core:21094] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea08f95f3..767545890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 14 16:16:19 2009 Yukihiro Matsumoto + + * ext/curses/extconf.rb: check ncursesw earlier than ncurses to + support UTF-8 strings. non UTF-8 strings should be converted + explicitly. [ruby-core:21094] + Wed Jan 14 13:09:00 2009 Nobuyoshi Nakada * ext/socket/extconf.rb (gai_strerror): checks if available and if -- cgit