From a8821182f6f47f451afc330c9d48c4d85825c0b3 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 13 Aug 2008 07:14:56 +0000 Subject: * test/ruby/test_m17n.rb: follow EncodingCompatibilityError. * test/ruby/test_mixed_unicode_escapes.rb: ditto. * test/ruby/enc/test_utf16.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c56e98a1..14be731f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Aug 13 16:13:58 2008 NARUSE, Yui + + * test/ruby/test_m17n.rb: follow EncodingCompatibilityError. + + * test/ruby/test_mixed_unicode_escapes.rb: ditto. + + * test/ruby/enc/test_utf16.rb: ditto. + Wed Aug 13 16:05:50 2008 Yukihiro Matsumoto * time.c (time_cmp): retry with right hand operand if its not a -- cgit