aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 09:15:03 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 09:15:03 +0000
commitb1257d4d209ea46b249e6e714f64b47dd912c968 (patch)
treee1fd6a6ad0365afdef851bc1b7bc4bfb619b5e15 /ChangeLog
parentfbe52683e60616f83bc5eec97ea078268b4c558b (diff)
downloadruby-b1257d4d209ea46b249e6e714f64b47dd912c968.tar.gz
* re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2606aa3875..67b0fbce0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 24 18:14:14 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.
+
Thu Jan 24 16:53:06 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.