summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 07:56:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 07:56:12 +0000
commitfbe52683e60616f83bc5eec97ea078268b4c558b (patch)
treee0e17e9cc7a125f288f04ece7ab547bea7a57288 /ChangeLog
parentce3f8275659d95445b4b9baf32f2255779e11f44 (diff)
* re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.
[ruby-dev:33346] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7144b218b..2606aa3875 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+ [ruby-dev:33346]
+
Thu Jan 24 16:31:04 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (rb_io_getline_fast): the end point of left_char_head()