[phobos] [D-Programming-Language/phobos] 01e0ac: fix issue 12076
GitHub
noreply at github.com
Mon Feb 24 06:41:11 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 01e0acddd64449f5b4bd98aaeb59ac41bb5a8f19
https://github.com/D-Programming-Language/phobos/commit/01e0acddd64449f5b4bd98aaeb59ac41bb5a8f19
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M std/regex.d
Log Message:
-----------
fix issue 12076
Lookaround in ctRegex used wrong number of total captures thus missing
both a bit of optimization AND a special case of 0 matches.
The latter is the reason of range violation in issue 12076.
Commit: 1ca127265ae7db2f612411672410a9945c240fa1
https://github.com/D-Programming-Language/phobos/commit/1ca127265ae7db2f612411672410a9945c240fa1
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M std/regex.d
Log Message:
-----------
Merge pull request #1958 from blackwhale/issue-12076
fix issue 12076
Compare: https://github.com/D-Programming-Language/phobos/compare/afd910e924eb...1ca127265ae7
More information about the phobos
mailing list