[phobos] [D-Programming-Language/phobos] e6c332: Fix issue 12227 - Allow matching multiple patterns...
GitHub via phobos
phobos at puremagic.com
Fri Apr 15 10:21:34 PDT 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: e6c3320b1fb534ae3960077b057256bd032e4079
https://github.com/D-Programming-Language/phobos/commit/e6c3320b1fb534ae3960077b057256bd032e4079
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M std/regex/internal/backtracking.d
M std/regex/internal/ir.d
M std/regex/internal/parser.d
M std/regex/internal/thompson.d
M std/regex/package.d
Log Message:
-----------
Fix issue 12227 - Allow matching multiple patterns in one go with std.regex
Commit: 2111157980058b6a69df8b5f2016357411b29ba1
https://github.com/D-Programming-Language/phobos/commit/2111157980058b6a69df8b5f2016357411b29ba1
Author: Ilya Yaroshenko <ilyayaroshenko at gmail.com>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M std/regex/internal/backtracking.d
M std/regex/internal/ir.d
M std/regex/internal/parser.d
M std/regex/internal/thompson.d
M std/regex/package.d
Log Message:
-----------
Merge pull request #4158 from DmitryOlshansky/issue12227
Fix issue 12227 - Allow matching multiple patterns in one go with std.regex
Compare: https://github.com/D-Programming-Language/phobos/compare/4e393eb70a99...211115798005
More information about the phobos
mailing list