From 71e1a0eb47882826fe9f9e6232d0bc6c51918c86 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 2 Oct 2009 13:37:41 +0000 Subject: Updated to Unicode 5.2.0. * enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: Updated to Unicode 5.2.0. NOTE: when you update these data, download UnicodeData.txt and Scripts.txt from http://www.unicode.org/Public/UNIDATA/ and run ruby1.9 tool/enc-unicode.rb UnicodeData.txt Scripts.txt \ > enc/unicode/name2ctype.kwd * enc/unicode/Scripts.txt: removed. * enc/unicode/UnicodeData.txt: removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58fabcb73..c9ec00964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Oct 2 22:30:15 2009 NARUSE, Yui + + * enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, + enc/unicode/name2ctype.src: Updated to Unicode 5.2.0. + NOTE: when you update these data, download UnicodeData.txt + and Scripts.txt from http://www.unicode.org/Public/UNIDATA/ + and run + ruby1.9 tool/enc-unicode.rb UnicodeData.txt Scripts.txt \ + > enc/unicode/name2ctype.kwd + + * enc/unicode/Scripts.txt: removed. + + * enc/unicode/UnicodeData.txt: removed. + Fri Oct 2 20:49:19 2009 Tanaka Akira * enum.c (enum_slice_before): take a pattern if no block given. -- cgit