summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "regcomp.c: Move some #defines to only file that uses them"Karl Williamson2013-07-041-19/+12
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-11/+12
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-12/+11
* regcomp.c: Move some #defines to only file that uses themKarl Williamson2013-07-031-12/+19
* regcomp.c: Make C-array inversion lists constKarl Williamson2013-07-031-1/+1
* regcomp.c: Move inversion list hdr field to SV hdrKarl Williamson2013-07-031-32/+53
* regcomp.c: Change, variable, fcn nameKarl Williamson2013-07-031-19/+19
* regcomp.c: Move 2 hdr inversion fields to SV hdrKarl Williamson2013-07-031-16/+11
* regcomp.c: Remove unused data structure fieldKarl Williamson2013-07-031-12/+1
* regcomp.c: Make inversion lists SVt_PVLVKarl Williamson2013-07-031-8/+15
* regcomp.c: Add a constant 0 element before inversion listsKarl Williamson2013-07-031-81/+43
* 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