summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-20 22:45:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-20 22:45:17 +0000
commit5e7203ea220c44dea58eb96fe88517f0fb015ce5 (patch)
tree2fa19f8dc159755add82d2039898e2737bb4ee5a /ChangeLog
parente50a5bcef093f814ebd8d162a3c2f3665620e412 (diff)
* regparse.c (parse_char_class): CCV_SB is only for single
byte. [ruby-dev:36786] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19863 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 d7262f988e..d2b30dc0fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Oct 21 07:45:15 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * regparse.c (parse_char_class): CCV_SB is only for single
+ byte. [ruby-dev:36786]
+
Tue Oct 21 01:49:55 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT