summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix regex seqfault 5.18 regressionKarl Williamson2013-07-011-18/+0
* Fix rules for parsing numeric escapes in regexesYves Orton2013-06-251-9/+22
* regcomp.c:regdump_intflags: rem unused varFather Chrysostomos2013-06-221-1/+0
* Fix and add tests for *PRUNE/*THEN plus leading non-greedy +Yves Orton2013-06-221-4/+9
* Show intflags as well as extflagsYves Orton2013-06-221-1/+27
* regcomp.c: Reorder tests to avoid throwing away work.Karl Williamson2013-06-171-6/+6
* Possessive and non greedy quantifier modifiers are mutually exclusiveYves Orton2013-06-131-10/+2
* do not warn when optimizing away /x{0,0}?+/ and /x{0,0}+/Yves Orton2013-06-121-3/+10
* Quantifier follows nothing in regexKarl Williamson2013-06-101-0/+6
* Stop /(a|b)(?=a){3}/ from warning twiceFather Chrysostomos2013-06-091-4/+11
* Allow qr/(?[ [a] ])/ interpolation in (?[...])Father Chrysostomos2013-06-071-0/+5
* Don’t leak when compiling /(?[\d\d])/Father Chrysostomos2013-06-061-0/+2
* Free operand when encountering unmatched ')' in (?[])Father Chrysostomos2013-06-061-0/+1
* Stop /(?[\p{...}])/ compilation from leakingFather Chrysostomos2013-06-061-0/+1
* Stop (?[]) operators from leakingFather Chrysostomos2013-06-061-6/+14
* In regcomp.c, Set_Node_Cur_Length() uses parse_start, so explicitly pass it.Nicholas Clark2013-06-061-11/+10
* In S_regatom, declare parse_start when RE_TRACK_PATTERN_OFFSETS is defined.Nicholas Clark2013-06-061-0/+2
* Don’t leak the /(?[])/ parsing stack on errorFather Chrysostomos2013-06-051-2/+1
* [perl #118297] Fix interpolating downgraded variables into upgraded regexpDagfinn Ilmari Mannsåker2013-06-041-3/+2
* eliminate PL_regdummyDavid Mitchell2013-06-021-2/+5
* eliminate PL_reg_stateDavid Mitchell2013-06-021-11/+0
* eliminate PL_reg_poscache, PL_reg_poscache_sizeDavid Mitchell2013-06-021-3/+0
* eliminate PL_reg_maxiter, PL_reg_leftiterDavid Mitchell2013-06-021-2/+0
* add regmatch_eval_state structDavid Mitchell2013-06-021-7/+0
* Make ‘Escape literal pattern white space’ a default warningFather Chrysostomos2013-05-271-1/+1
* perldiag: miscellaneous clean-upFather Chrysostomos2013-05-261-0/+2
* regcomp.c: Actually emit proper warningKarl Williamson2013-05-221-4/+8
* regcomp.c: Add commentKarl Williamson2013-05-201-1/+1
* Fix multi-char fold edge caseKarl Williamson2013-05-201-29/+54
* Expand flags parameter from boolean in _to_fold_latin1Karl Williamson2013-05-201-1/+1
* regcomp.c: Remove always-true testKarl Williamson2013-05-201-2/+1
* regcomp.c: White-space onlyKarl Williamson2013-05-201-68/+66
* regcomp.c: Reorder two 'if's so shorter branches are firstKarl Williamson2013-05-201-28/+32
* regcomp.c: Clarify commentKarl Williamson2013-05-201-11/+11
* regcomp.c: White-space onlyKarl Williamson2013-05-201-2/+2
* regcomp.c: White-space only, wrap comment to fitKarl Williamson2013-05-201-1/+2
* regcomp.c: Use mnemonic instead of numberKarl Williamson2013-05-201-1/+1
* Fix compiler warnings in regcomp.cKarl Williamson2013-05-181-23/+23
* Fix regex /il and /iaa failures for single element [] classKarl Williamson2013-05-091-4/+12
* make /(?p:...)/ keep RXf_PMf_KEEPCOPY flagDavid Mitchell2013-05-061-1/+2
* Deprecate spaces/comments in some regex tokensKarl Williamson2013-05-021-3/+20
* PATCH: [perl #117327]: Sequence (?#...) not recognized in regexKarl Williamson2013-05-021-0/+12
* Handle /@a/ array expansion within regex engineDavid Mitchell2013-04-201-17/+73
* S_pat_upgrade_to_utf8(): add num_code_blocks argDavid Mitchell2013-04-201-5/+7
* Perl_re_op_compile() re-indent codeDavid Mitchell2013-04-201-37/+37
* re_op_compile: eliminate a local var and scopeDavid Mitchell2013-04-201-17/+11
* combine regex concat overload loopsDavid Mitchell2013-04-201-17/+14
* Perl_re_op_compile(): extract conatting codeDavid Mitchell2013-04-201-117/+148
* Perl_re_op_compile(): handle utf8 concating betterDavid Mitchell2013-04-201-14/+14
* Perl_re_op_compile: eliminate clunky if (0) {}David Mitchell2013-04-201-13/+13