From 72745f67aa0c51e38d8424e1cb4c6d62d8a671c3 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 10 Sep 2009 22:54:01 +0000 Subject: * unicode.c (onigenc_unicode_property_name_to_ctype): ignore case of properties. * tool/enc-unicode.rb: downcase properties list. * enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: follow above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4abcccd60..e8e0e19e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Sep 11 07:52:43 2009 NARUSE, Yui + + * unicode.c (onigenc_unicode_property_name_to_ctype): + ignore case of properties. + + * tool/enc-unicode.rb: downcase properties list. + + * enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, + enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: + follow above. + Fri Sep 11 05:00:19 2009 Koichi Sasada * include/ruby/ruby.h (rb_data_type_t): Add comments. -- cgit