aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-30 23:56:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-30 23:56:00 +0000
commit88eae35862f3b228443f116234cbf09057c361c8 (patch)
tree8c41fd4f70788aa16945c5ccad5f6ffedbff03ee /ChangeLog
parent1d588b4fde447d38c978a11b8e89ae8b5436f2e8 (diff)
downloadruby-88eae35862f3b228443f116234cbf09057c361c8.tar.gz
case-folding.rb: merge tables
* enc/unicode/case-folding.rb (print_table): merge non-locale and locale tables, and reduce initializing loops. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e718b21af..e659d3fba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sat May 31 08:54:58 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat May 31 08:55:58 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enc/unicode/case-folding.rb (print_table): merge non-locale and
+ locale tables, and reduce initializing loops.
* enc/unicode/case-folding.rb (CaseFolding): modularize, and add
--output-file option.