diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-17 16:06:21 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-17 16:06:21 +0000 |
| commit | ed059d7c2e503503f70b778811323c19a1d9c6aa (patch) | |
| tree | 69cafd9bb322e0f26e0392c83854840428b7634d /ChangeLog | |
| parent | 4d5b3f2eb2bb2274aa4d584192e2c0c650a53f0b (diff) | |
| download | ruby-ed059d7c2e503503f70b778811323c19a1d9c6aa.tar.gz ruby-ed059d7c2e503503f70b778811323c19a1d9c6aa.tar.xz ruby-ed059d7c2e503503f70b778811323c19a1d9c6aa.zip | |
* re.c (rb_reg_initialize): raise error if non-Unicode fixed
encoding option is specified for regexp literals with \u{}
escapes.
* string.c (rb_str_squeeze_bang): should squeeze multibyte
characters as well.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Dec 18 00:26:12 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * re.c (rb_reg_initialize): raise error if non-Unicode fixed + encoding option is specified for regexp literals with \u{} + escapes. + + * string.c (rb_str_squeeze_bang): should squeeze multibyte + characters as well. + Mon Dec 17 21:41:25 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/enc-setup.mak: extracts BUILTIN_ENCOBJS. |
