summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-17/+17
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-1/+4
* Off-by-one in PL_fold_locale use.Jarkko Hietaniemi2014-05-281-4/+4
* [perl #121854] use re 'taint' regressionDavid Mitchell2014-05-131-0/+2
* [perl #121484] /m causing false negativeDavid Mitchell2014-03-241-6/+9
* re_intuit_start(): move comments abut IMPLICITDavid Mitchell2014-03-191-9/+9
* re_intuit_start(): don't unset MBOL on uselessnessDavid Mitchell2014-03-191-9/+0
* re_intuit_start(): change definition of ml_anchDavid Mitchell2014-03-191-8/+5
* re_intuit_start(): check for IMPLICIT in abs anchDavid Mitchell2014-03-191-14/+3
* re_intuit_start(): check for IMPLICIT in stclassDavid Mitchell2014-03-191-3/+4
* re_intuit_start(): use better limit on anch floatDavid Mitchell2014-03-191-9/+23
* re_intuit_start(): do 'not at start' check on BOLDavid Mitchell2014-03-191-6/+25