diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-13 16:09:53 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-13 16:09:53 +0000 |
| commit | abf352bbf3d77d8633bbb9428d3c6c9a575bdfff (patch) | |
| tree | 297273dd1bdeb41eafca740d1d04237c337aa848 /ChangeLog | |
| parent | 4249cbc9c825498200c2dfe68d647bd37353d52c (diff) | |
| download | ruby-abf352bbf3d77d8633bbb9428d3c6c9a575bdfff.tar.gz ruby-abf352bbf3d77d8633bbb9428d3c6c9a575bdfff.tar.xz ruby-abf352bbf3d77d8633bbb9428d3c6c9a575bdfff.zip | |
* re.c (rb_reg_initialize): embedded string may override encoding
of the regular expression.
* re.c (rb_reg_initialize): fix encoding of regular expression if
embedded string has its own encoding specified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Dec 14 00:54:40 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * re.c (rb_reg_initialize): embedded string may override encoding + of the regular expression. + + * re.c (rb_reg_initialize): fix encoding of regular expression if + embedded string has its own encoding specified. + Thu Dec 13 22:16:46 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * encoding.c (rb_enc_compatible): encoding should never fall back |
