summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-15/+0
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-86/+43
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-43/+86
* Do not printf U32 and I32 (both) as %i.Jarkko Hietaniemi2014-06-161-2/+3
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-3/+0
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-0/+3
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-3/+0
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-1/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* regexec.c: Eliminate a malloc/freeKarl Williamson2014-05-301-5/+4
* regcomp.c, regexec.c: Move common code to a functionKarl Williamson2014-05-301-8/+1
* regexec.c: Fix some EBCDIC problemsKarl Williamson2014-05-301-6/+4