diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 04:40:08 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-11 04:40:08 +0000 |
| commit | f7f42c30200e5635358c3bfbcfba19f746beeba1 (patch) | |
| tree | 09627ed2623dca924b71ef750a95a2d5858af83e /ChangeLog | |
| parent | be666886691d40307a0247af0fb9c0d5cbd53f1c (diff) | |
| download | ruby-f7f42c30200e5635358c3bfbcfba19f746beeba1.tar.gz ruby-f7f42c30200e5635358c3bfbcfba19f746beeba1.tar.xz ruby-f7f42c30200e5635358c3bfbcfba19f746beeba1.zip | |
* re.c (reg_enc_error): raise EncodingCompatibilityError for
encoding incompatibility. [ruby-core:18600]
* re.c (rb_reg_prepare_enc): more consistent error message.
[ruby-core:18611]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20626 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 @@ +Thu Dec 11 13:09:01 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * re.c (reg_enc_error): raise EncodingCompatibilityError for + encoding incompatibility. [ruby-core:18600] + + * re.c (rb_reg_prepare_enc): more consistent error message. + [ruby-core:18611] + Thu Dec 11 13:36:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (enc_set_default_encoding): allowed to set default |
