From 4574cf872b0efe4e0b6ef180a5e273fccf0b628e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 29 Feb 2008 09:19:15 +0000 Subject: * time.c (time_strftime): format should be ascii compatible. * parse.y (rb_intern3): non ASCII compatible symbols. * re.c (rb_reg_regsub): add encoding check. * string.c (rb_str_chomp_bang): ditto. * test/ruby/test_utf16.rb (TestUTF16::test_chomp): raises exception. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 306c4bc29..3415de734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri Feb 29 18:08:43 2008 Yukihiro Matsumoto + + * time.c (time_strftime): format should be ascii compatible. + + * parse.y (rb_intern3): non ASCII compatible symbols. + + * re.c (rb_reg_regsub): add encoding check. + + * string.c (rb_str_chomp_bang): ditto. + + * test/ruby/test_utf16.rb (TestUTF16::test_chomp): raises exception. + Fri Feb 29 15:16:31 2008 Yukihiro Matsumoto * string.c (rb_str_rpartition): calculation was done in byte indexing. -- cgit