summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: silence some compiler warningsDavid Mitchell2012-12-141-5/+5
* Change 4 byte bitmap to 32 bit single wordKarl Williamson2012-12-091-5/+1
* handy.h: Reorder char class #defines; add commentsKarl Williamson2012-12-091-16/+23
* regcomp.c: Typo in comment; white spaceKarl Williamson2012-12-091-2/+2
* regcomp.c:regprop: [bracketize] \w..., add \vKarl Williamson2012-12-091-7/+9
* Stop /[a-\d]/ from leaking under fatal warningsFather Chrysostomos2012-12-041-0/+4
* Stop /[:foo:]/ from leaking under fatal warningsFather Chrysostomos2012-12-041-0/+4
* [perl #115818] Don’t croak for /[.zog.]/Father Chrysostomos2012-12-041-10/+0
* Stop /[\i]/ from leaking under fatal warningsFather Chrysostomos2012-12-031-0/+4
* Stop /(?{})+/ from leaking under fatal warningsFather Chrysostomos2012-12-031-0/+2
* Stop /(?{})?/ from leaking under fatal warningsFather Chrysostomos2012-12-031-13/+20
* Remove use of SAVEDESTRUCTOR_X(clear_re...) from regcomp.cFather Chrysostomos2012-12-031-13/+4
* New COW mechanismFather Chrysostomos2012-11-271-4/+4
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-231-3/+7
* 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