Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse.y (new_regexp): Fix SEGV of `/#{"\u3042"}#{'い'}/` in non UTF-8 | mame | 2018-01-16 | 1 | -2/+6 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * test/ruby/test_mixed_unicode_escapes.rb: fixed typo. | hsbt | 2015-12-03 | 1 | -1/+1 |
* | * transcode.c: add "Error" suffix for Encoding exception classes. | matz | 2008-09-18 | 1 | -3/+3 |
* | * test/ruby/test_m17n.rb: follow EncodingCompatibilityError. | naruse | 2008-08-13 | 1 | -2/+2 |
* | * parse.y: patch, based on Nobu's, work to support \u escapes | davidflanagan | 2007-11-07 | 1 | -0/+25 |