diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-03 21:06:50 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-03 21:06:50 +0000 |
commit | e342418e465844a38546ebc7d69e23405dc9eb42 (patch) | |
tree | 8c15ccc3c917ffe724580a8465004f24ac497347 /ChangeLog | |
parent | 011e45c6ec2815bd3a481b4ffc5ecd501c051b1f (diff) | |
download | ruby-e342418e465844a38546ebc7d69e23405dc9eb42.tar.gz |
* regexec.c (OPCODE_EXEC_HOOK): op is p-1 because p is already
incremented.
* regexec.c (OPCODE_EXEC_HOOK): use the exact end address.
* regexec.c (match_at): don't call OPCODE_EXEC_HOOK in CASE()
when it comes from goto fail.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Oct 4 05:53:11 2016 NARUSE, Yui <naruse@ruby-lang.org> + + * regexec.c (OPCODE_EXEC_HOOK): op is p-1 because p is already + incremented. + + * regexec.c (OPCODE_EXEC_HOOK): use the exact end address. + + * regexec.c (match_at): don't call OPCODE_EXEC_HOOK in CASE() + when it comes from goto fail. + Mon Oct 3 21:24:41 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * NEWS: mention Readline.quoting_detection_proc{,=}. |