summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-09 02:18:50 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-09 02:18:50 +0000
commit361edf2c72beab05ad7f6e9633e0d59b20ed696b (patch)
treec190a32f02652b07c717ccea2983ce3be9ed8618 /ChangeLog
parent4a6cfaff7aef1bdbf7455c5029124e463d0bfe41 (diff)
merges r21343 and r21344 from trunk into ruby_1_9_1.
* configure.in (cygwin): needs properly implemented nl_langinfo(). [ruby-core:21110] * missing/langinfo.c: added as suggested at [ruby-core:21015], from http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7910e1cb..91e0389ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Jan 5 17:59:43 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (cygwin): needs properly implemented nl_langinfo().
+ [ruby-core:21110]
+
+ * missing/langinfo.c: added as suggested at [ruby-core:21015], from
+ http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c.
+
+ * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS.
+
Mon Jan 5 17:38:40 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* encoding.c (rb_locale_charmap): use GetConsoleCP() instead of