summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 16:09:53 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 16:09:53 +0000
commitabf352bbf3d77d8633bbb9428d3c6c9a575bdfff (patch)
tree297273dd1bdeb41eafca740d1d04237c337aa848 /ChangeLog
parent4249cbc9c825498200c2dfe68d647bd37353d52c (diff)
downloadruby-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1887f0e06..016111311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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