From f1eff957452f55c7382beee92fd11b979a61e101 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 25 Aug 2009 16:15:38 +0000 Subject: Update Oniguruma's UnicodeData to 5.1. * tool/enc-unicode.rb: added for generate name2ctype.kwd. contributed by Run Paint Run Run [ruby-core:24775] use like following: ruby19 tool/enc-unicode.rb enc/unicode/UnicodeData.txt \ enc/unicode/Scripts.txt > enc/unicode/name2ctype.kwd * enc/unicode.c (CodeRanges): move definitions to name2ctype.h. * enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: updated to v5.1. * enc/unicode/UnicodeData.txt, enc/unicode/Scripts.txt: added v5.1. * Makefile.in: add rule to generate name2ctype.kwd from UnicodeData.txt and Scripts.txt. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de1578175d..5a256e5693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Tue Aug 25 23:51:07 2009 NARUSE, Yui + + * tool/enc-unicode.rb: added for generate name2ctype.kwd. + contributed by Run Paint Run Run [ruby-core:24775] + + * enc/unicode.c (CodeRanges): move definitions to name2ctype.h. + + * enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, + enc/unicode/name2ctype.src: updated to v5.1. + + * enc/unicode/UnicodeData.txt, enc/unicode/Scripts.txt: added v5.1. + + * Makefile.in: add rule to generate name2ctype.kwd from + UnicodeData.txt and Scripts.txt. + Tue Aug 25 22:31:51 2009 NARUSE, Yui * configure.in (MKDIR_P): Set 'mkdir -p' to MKDIR_P -- cgit v1.2.3