summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Add \b{sb}Karl Williamson2015-02-191-0/+358
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+389
* regexec.c: White-space onlyKarl Williamson2015-02-191-14/+13
* Add qr/\b{gcb}/Karl Williamson2015-02-191-202/+298
* [perl #123870] fixup trie runtime debug outputHugo van der Sanden2015-02-181-2/+2
* simpify and speed up /.*.../ handlingDavid Mitchell2015-02-101-79/+45
* regexec.c: Rmv 2 unused macro parameters.Karl Williamson2015-02-071-4/+4
* regexec.c, regcomp.c: White-space onlyKarl Williamson2015-01-231-13/+13
* regexec.c: Refactor \b code to not use the FLAGS fieldKarl Williamson2015-01-211-73/+86
* regexec.c: Use appropriate macroKarl Williamson2015-01-211-6/+6
* regexec.c: Stack ternary operator for readabilityKarl Williamson2015-01-211-2/+3
* avoid C labels in column 0David Mitchell2015-01-211-5/+5
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+1
* regexec.c: Suppress warning messagesKarl Williamson2014-12-291-0/+2
* Raise warning on multi-byte char in single-byte localeKarl Williamson2014-12-291-3/+41
* regexec.c: Move goto label to avoid redundant workKarl Williamson2014-12-291-2/+2
* regexec.c: White-space onlyKarl Williamson2014-12-291-2/+2
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-2/+32
* Add regex nodes for localeKarl Williamson2014-12-291-14/+52
* regcomp.c, regexec.c: Vertically align ternary operatorsKarl Williamson2014-12-291-7/+11
* Nits in commentsKarl Williamson2014-12-291-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-1/+1
* make more use of NOT_REACHEDLukas Mai2014-11-291-45/+40
* Manually revert "Rationalise RX_MATCH_UTF8_set()"Father Chrysostomos2014-11-051-2/+2
* regcomp.c: Improve re debug output by showing buffer names if they existYves Orton2014-10-201-3/+3
* Eliminate unused BACK regnodeAaron Crane2014-09-291-3/+0
* Up regex flags limit for (??{})Karl Williamson2014-09-291-1/+1
* restore color to debug diagnosticsYves Orton2014-09-251-1/+2
* Remove !IS_PADGV assertionsFather Chrysostomos2014-09-171-1/+0
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-8/+5
* Allow for changing size of bracketed regex char classKarl Williamson2014-09-031-1/+4
* Rename some internal regex #definesKarl Williamson2014-09-031-8/+10
* regexec.c: Simplify a short code sectionKarl Williamson2014-09-031-5/+5
* Avoid redundant text -in -Dr outputKarl Williamson2014-08-211-2/+2
* Move _get_regclass_nonbitmap_data() to regcomp.cKarl Williamson2014-08-211-112/+0
* regex: Use #define for number of bits in ANYOFKarl Williamson2014-08-211-1/+1
* Move return false out of switch default.Jarkko Hietaniemi2014-07-291-8/+2
* NOTREACHED goes at/in the unreachable, not after it.Jarkko Hietaniemi2014-07-281-47/+90
* Negatives as UVs: sign-extension intentional, add cast.Jarkko Hietaniemi2014-07-281-2/+2
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-1/+1
* Assert before deref due to possible NULL.Jarkko Hietaniemi2014-06-301-0/+1
* Guard cur_curlyx at least with an assert.Jarkko Hietaniemi2014-06-271-3/+6
* regexec.c: Move some macro definitions aroundKarl Williamson2014-06-261-38/+38
* PATCH: [perl #122090] Non-word-boundary doesn't match EOSKarl Williamson2014-06-261-2/+12
* regexec.c: Comments and white-space onlyKarl Williamson2014-06-261-87/+126
* regexec.c: Exchange 2 lines of code and add commentsKarl Williamson2014-06-261-2/+11
* regexec.c: More cleaning of FBC macro/code interfaceKarl Williamson2014-06-261-35/+18
* regexec.c: Clean up macro/code interface slightlyKarl Williamson2014-06-261-17/+16
* regexec.c: Change names of 4 macrosKarl Williamson2014-06-261-14/+14
* regexec.c: Change MiXeD cAsE formal macro parametersKarl Williamson2014-06-261-16/+16