summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-16 07:35:51 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-16 07:35:51 +0000
commit7e344b0b7b877fcf203ab29f56e417993fb4cb11 (patch)
treee300c40e22bbe464deddc79dc51dfef441291c1a /ChangeLog
parent4110e5fa6213995e6c8561527e4c658e406405e9 (diff)
* regcomp.c, regexec.c: Optimization should be disabled not only for
/(?<=x).*/ but also for /(?!x).*/. (merge r47598 partially. [Bug #9728]) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@47976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 490537a0e3..98e9244cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 16 16:33:51 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * regcomp.c, regexec.c: Optimization should be disabled not only for
+ /(?<=x).*/ but also for /(?!x).*/.
+ (merge r47598 partially. [Bug #9728])
+
Thu Oct 16 16:23:03 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/fileutils.rb: handle ENOENT error with symlink targeted to