From 1e7770d372486af5b67e6964e1ce9139d651cf46 Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 7 Feb 2016 01:43:39 +0000 Subject: [PATCH] (this commit message applies to the previous commit) * common.mk: explicit recipe for enc/unicode/casefold.h * enc/unicode/case-folding.rb: Adding -m option to prepare for using multiple data files. (with Kimihito Matsui) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 01b73c178a..efe1380bce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Feb 7 10:43:27 2016 Martin Duerst + + (this commit message applies to the previous commit) + * common.mk: explicit recipe for enc/unicode/casefold.h + + * enc/unicode/case-folding.rb: Adding -m option to prepare for using + multiple data files. + (with Kimihito Matsui) + Sat Feb 6 22:30:57 2016 Nobuyoshi Nakada * lib/cgi/util.rb (escapeHTML, unescapeHTML): consider