diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-28 10:41:52 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-28 10:41:52 +0000 |
| commit | 7d8e9944917a523a0646d38e945542be71377a30 (patch) | |
| tree | ad6c02a087ecc6805fb34ca6120e475e291b150e /ChangeLog | |
| parent | 009d277aeb72c2b7e8d338f8dc80ab8206d61339 (diff) | |
| download | ruby-7d8e9944917a523a0646d38e945542be71377a30.tar.gz ruby-7d8e9944917a523a0646d38e945542be71377a30.tar.xz ruby-7d8e9944917a523a0646d38e945542be71377a30.zip | |
* encoding.c (rb_locale_encoding): should check return value from
rb_locale_charmap().
* ruby.c (locale_encoding): removed.
* ruby.c (process_options): use rb_locale_encoding() instead of
locale_encoding().
* ext/readline/readline.c (readline_readline): use locale encoding
instead of input IO's encoding. [ruby-dev:32872]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Dec 28 19:39:34 2007 NAKAMURA Usaku <usa@ruby-lang.org> + + * encoding.c (rb_locale_encoding): should check return value from + rb_locale_charmap(). + + * ruby.c (locale_encoding): removed. + + * ruby.c (process_options): use rb_locale_encoding() instead of + locale_encoding(). + + * ext/readline/readline.c (readline_readline): use locale encoding + instead of input IO's encoding. [ruby-dev:32872] + Fri Dec 28 19:29:07 2007 NAKAMURA Usaku <usa@ruby-lang.org> * ext/readline/readline.c (readline_readline, readline_s_set_input): |
