diff options
| author | davidflanagan <davidflanagan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-07 22:55:27 +0000 |
|---|---|---|
| committer | davidflanagan <davidflanagan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-07 22:55:27 +0000 |
| commit | 6d5dc3f8044e7748c5d8205461981db367bd410c (patch) | |
| tree | dc893f9d48e6056055582a4b0e3ca7c0d943bc68 /ChangeLog | |
| parent | e1e01256b4243e478a9caa1624b98efefea2ec36 (diff) | |
| download | ruby-6d5dc3f8044e7748c5d8205461981db367bd410c.tar.gz ruby-6d5dc3f8044e7748c5d8205461981db367bd410c.tar.xz ruby-6d5dc3f8044e7748c5d8205461981db367bd410c.zip | |
* 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
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Nov 8 07:54:22 UTC 2007 David Flanagan <davidflanagan@ruby-lang.org> + * 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 <davidflanagan@ruby-lang.org> * parse.y (rb_intern3): commented out broken code that prevented correct interning of multi-byte symbols. Without this patch |
