diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-09 07:39:16 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-09 07:39:16 +0000 |
commit | b128f7ffcdf3d1e815d409ac9bce86c2cf11445c (patch) | |
tree | 2ab3762fa85f25e8a4875613bb760a8d8de4ddf1 /ChangeLog | |
parent | 0c560941f1b38c3ac0c8f83ddceb3566277da773 (diff) | |
download | ruby-b128f7ffcdf3d1e815d409ac9bce86c2cf11445c.tar.gz |
* lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):
some platoform has a locale without territory but with
encoding.
(#each_sub_locale): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun Jan 9 16:31:34 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE): + some platoform has a locale without territory but with + encoding. + (#each_sub_locale): ditto. + Sun Jan 9 14:47:50 2011 TAKAO Kouji <kouji@takao7.net> * ext/readline/readline.c: apply a patch from Nobuyoshi Nakada. |