aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-17 16:53:25 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-17 16:53:25 +0000
commitce5827c6fb5f211a937282dcbda3b857f8845a9b (patch)
treedb53076e8e44f3a8d2ee83b9f9e45f7cc7251e91 /ChangeLog
parent3eabe19ea9cdee6064231d298683701e7ba0056e (diff)
downloadruby-ce5827c6fb5f211a937282dcbda3b857f8845a9b.tar.gz
* regcomp.c: revert r26701; it introduces Bug #3681.
[ruby-core:31677] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29023 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 756e486768..ee07aae2aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 18 01:37:49 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * regcomp.c: revert r26701; it introduces Bug #3681.
+ [ruby-core:31677]
+
Tue Aug 17 20:05:29 2010 Tanaka Akira <akr@fsij.org>
* test/ruby/test_io.rb (test_threaded_flush): test "hi" is not output