summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-21 09:13:28 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-21 09:13:28 +0000
commitcb8ba75ca62243e684f5a6520865238a4347fa62 (patch)
treeab43e7121a18d2eca904b37c1a91004b7a5cc3df /ChangeLog
parentbb753d9bd6e33d87ae05d40ce93454b8af1933d7 (diff)
downloadruby-cb8ba75ca62243e684f5a6520865238a4347fa62.tar.gz
ruby-cb8ba75ca62243e684f5a6520865238a4347fa62.tar.xz
ruby-cb8ba75ca62243e684f5a6520865238a4347fa62.zip
* regcomp.c (optimize_node_left): include equal on the condition of for-loop.
This bug also affects original Oniguruma. [ruby-core:27247] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26143 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 115628255..968e24e96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 21 17:51:44 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * regcomp.c (optimize_node_left): include equal on the condition of for-loop.
+ This bug also affects original Oniguruma. [ruby-core:27247]
+
Mon Dec 21 10:03:33 2009 NARUSE, Yui <naruse@ruby-lang.org>
* regcomp.c (print_enc_string): follow enclen's change.