diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-13 01:59:19 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-13 01:59:19 +0000 |
| commit | 06191becbdf6b75bc6dee340bed52319c31ebce4 (patch) | |
| tree | 8288e05258bfaeafa1537bced3cb229e86825f48 /ChangeLog | |
| parent | 46af6fd7ae034d7d324d5221801073370339871e (diff) | |
merges r20680 and r20682 from trunk into ruby_1_9_1.
* ext/readline/readline.c
(readline_s_get_completion_append_character): uses locale
encoding but not ASCII-8BIT.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Dec 13 01:10:03 2008 TAKAO Kouji <kouji@takao7.net> + + * ext/readline/readline.c + (readline_s_get_completion_append_character): uses locale + encoding but not ASCII-8BIT. + Fri Dec 12 19:24:47 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> * common.mk (run, runruby, parse, gdb, gdb-ruby): you can also run |
