summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Revise commentKarl Williamson2012-11-191-2/+2
* regcomp.sym: Change regkind for NPOSIX regnodesKarl Williamson2012-11-191-2/+2
* regcomp: Change name of #define to better reflect its purposeKarl Williamson2012-11-191-4/+3
* regcomp.c: Revise debugging functionKarl Williamson2012-11-191-3/+9
* Request that regcomp.c:S_regpposixcc be inlinedFather Chrysostomos2012-11-181-1/+1
* Stop /[.zog.]/ and /[[.zog.]]/ from leakingFather Chrysostomos2012-11-181-4/+6
* Inline regcomp.c:S_checkposixcc into its only callerFather Chrysostomos2012-11-181-31/+21
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-2/+2
* Even more regexp charclass leaksFather Chrysostomos2012-11-111-0/+2
* add padrange opDavid Mitchell2012-11-101-1/+14
* Another regexp charclass leakFather Chrysostomos2012-11-081-1/+1
* regcomp.c: TypoFather Chrysostomos2012-11-081-1/+1
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-6/+10
* Stop char classes from leakingFather Chrysostomos2012-11-041-0/+2
* Fix /a++(?{})+$code_block/Father Chrysostomos2012-11-011-2/+2
* Don’t leak with /(?{})$invalid_code_block/Father Chrysostomos2012-11-011-0/+3
* Free detritus when croaking with /(?{})$invalid/Father Chrysostomos2012-11-011-1/+14
* Stop run-time regexp blocks from leaking regexpsFather Chrysostomos2012-11-011-0/+6
* Stop / $looks_like_block/ from leakingFather Chrysostomos2012-11-011-0/+3
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-43/+50
* regcomp.c: Really stop regexp-to-pv assignment from leakingFather Chrysostomos2012-10-301-1/+1
* Turn off OK flags when creating a regexp.Father Chrysostomos2012-10-301-1/+4
* regcomp.c: Don’t point mother_re to regexp copyFather Chrysostomos2012-10-301-4/+3
* regcomp.c: Stop regexp-to-pv assignemnt from leakingFather Chrysostomos2012-10-281-0/+1
* Stop regexp assignment from clobbering magicFather Chrysostomos2012-10-281-2/+0
* Fix assertion failure with $float = $regexp assignmentFather Chrysostomos2012-10-281-0/+3
* regcomp.c: White-space only; no code changesKarl Williamson2012-10-241-2/+2
* regcomp.c: Remove dead codeKarl Williamson2012-10-241-21/+11
* Add commentKarl Williamson2012-10-201-1/+3
* regex: Make \R simple again.Karl Williamson2012-10-191-4/+4
* regcomp.c: Use unlikely initialization value; not 0Karl Williamson2012-10-181-1/+1
* PATCH: [perl #115342] Properly initialize S_regclass value (again)rurban@cpanel.net2012-10-181-1/+1
* regcomp.c: Silence compiler warningKarl Williamson2012-10-161-1/+1
* regex: \R can match either 1 or 2 charsKarl Williamson2012-10-161-1/+1
* regcomp.c: Pass NULL instead of &dummy to functionKarl Williamson2012-10-161-2/+1
* regcomp.c, regexec.c: Comments only; no code changesKarl Williamson2012-10-161-4/+5
* regen/regcharclass.pl: Change name of generated macroKarl Williamson2012-10-161-1/+1
* regcomp.c: Don't set /i in start class unless /lKarl Williamson2012-10-141-4/+3
* regex: White-space, comment only; no code changesKarl Williamson2012-10-141-52/+61
* regex: Rename macro to reflect its narrowed useKarl Williamson2012-10-141-12/+12
* regex: Splice out no longer used array elementKarl Williamson2012-10-141-6/+4
* regex: Remove old code that tried to handle multi-char foldsKarl Williamson2012-10-141-114/+18
* regcomp.c: Fix-up indentaion; no code changesKarl Williamson2012-10-141-12/+12
* PATCH: [perl #89774] multi-char fold + its fold in char classKarl Williamson2012-10-141-13/+196
* regcomp.c: Rename a macro, fix-up commentsKarl Williamson2012-10-141-8/+9
* RXf_MODIFIES_VARSFather Chrysostomos2012-10-111-0/+3
* regcomp.c: Use more precise definition of folding charsKarl Williamson2012-10-111-7/+4
* regcomp.c: Optimize EXACTFish nodes without folds to EXACTKarl Williamson2012-10-111-7/+55
* regex: Allow any single char to be SIMPLEKarl Williamson2012-10-091-10/+13
* regcomp.c: Slightly relax restriction of SIMPLE nodesKarl Williamson2012-10-091-1/+4