summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-20 23:56:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-20 23:56:40 +0000
commit05a157ed8a0f0c149e7b66331209ef87fe6225a9 (patch)
tree08eacb4ed18f039f66e57e6e1f6890bdf6f0bde7 /ChangeLog
parent5e7203ea220c44dea58eb96fe88517f0fb015ce5 (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@19864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2b30dc0fc..c7660793a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Tue Oct 21 07:45:15 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Oct 21 08:56:37 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* regparse.c (parse_char_class): CCV_SB is only for single
byte. [ruby-dev:36786]