diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-15 15:39:38 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-15 15:39:38 +0000 |
| commit | df63499b2e7ac2e207cacec7e1090793d44b8298 (patch) | |
| tree | 18f05578b99866475103d7c46eb0d8b9ca82f79b /ChangeLog | |
| parent | 89d353bc7f5f616b01c2433f0d364e7ebaf6de49 (diff) | |
merges r21511 from trunk into ruby_1_9_1.
* encoding.c (rb_locale_charmap): fallback to codepage if no
locale is found. [ruby-core:21110]
* missing/langinfo.c (nl_langinfo_codeset): returns NULL if no
locale is found.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21563 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 @@ +Wed Jan 14 23:57:28 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_locale_charmap): fallback to codepage if no + locale is found. [ruby-core:21110] + + * missing/langinfo.c (nl_langinfo_codeset): returns NULL if no + locale is found. + Wed Jan 14 22:38:30 2009 Tanaka Akira <akr@fsij.org> * gc.c (negative_size_allocation_error_with_gvl): abolish a warning. |
