From 343db9d39ed0b84db1fd2c3dd2d09968e7f561f8 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 8 Nov 2007 03:14:16 +0000 Subject: * parse.y (parser_read_escape): remove C99/gcc-ism. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48343fc32..78cb791fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,17 @@ +Thu Nov 8 12:12:10 2007 NAKAMURA Usaku + + * parse.y (parser_read_escape): remove C99/gcc-ism. + Thu Nov 8 07:54:22 UTC 2007 David Flanagan - * parse.y: patch, based on Nobu's, work to support \u escapes + + * parse.y: patch, based on Nobu's, work to support \u escapes also modifications for better coderange detection * test/ruby/test_unicode_escapes.rb: test cases * test/ruby/test_mixed_unicode_escapes.rb: mixed encoding test cases Thu Nov 8 07:14:37 UTC 2007 David Flanagan - * parse.y (rb_intern3): commented out broken code that prevented + + * parse.y (rb_intern3): commented out broken code that prevented correct interning of multi-byte symbols. Without this patch :x==:x is false when x is a multi-byte character. -- cgit