aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-19 23:07:22 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-19 23:07:22 +0000
commit00cdba732f4ec132947ac33479e423ae5da016cc (patch)
tree77f6f87f3666f53723501f254ebd18f1e286098d /ChangeLog
parent48aad600bab75a6b5866c9a46b5828351cc6878a (diff)
downloadruby-00cdba732f4ec132947ac33479e423ae5da016cc.tar.gz
* re.c (rb_reg_desc): Regexps of ASCII Compatible encoding may
contain non-ASCII characters. So in that case its encoding must keep original encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9057898b15..0f6fc95461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Sep 20 07:59:31 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * re.c (rb_reg_desc): Regexps of ASCII Compatible encoding may
+ contain non-ASCII characters. So in that case its encoding
+ must keep original encoding.
+
Sat Sep 20 07:44:56 2008 NARUSE, Yui <naruse@ruby-lang.org>
* common.mk: prec.c is removed.