summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* use PERL_UNUSED_VAR rather than PERL_UNUSED_DECLDavid Mitchell2012-12-171-1/+2
* eliminate PL_regsizeDavid Mitchell2012-12-161-44/+50
* mktables, regexec.c: Comments, white-space; no code changesKarl Williamson2012-12-161-4/+4
* Rename property involved in \X matching, for clarityKarl Williamson2012-12-161-2/+2
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-61/+8
* regexec.c: Move #defines to earlier in the fileKarl Williamson2012-12-161-10/+9
* regexec.c: silence compiler warningDavid Mitchell2012-12-111-3/+3
* regexec.c: Replace infamous if-else-if sequence by loopKarl Williamson2012-12-091-34/+73
* regexec.c: White space only; no code changesKarl Williamson2012-12-091-596/+589
* regexec.c: Nits coding standards-type changingKarl Williamson2012-12-091-2/+5
* New COW mechanismFather Chrysostomos2012-11-271-5/+4
* regexec.c: White space only; no code changesKarl Williamson2012-11-261-4/+3
* Remove "register" declarationsKarl Williamson2012-11-241-9/+9
* regmatch(): silence OpenWatcom compiler warningsDavid Mitchell2012-11-211-0/+6
* regexec.c: Use SPACE macros instead of swashKarl Williamson2012-11-191-26/+79
* regexec.c: Add PERL_UNIUSED_VAR()Karl Williamson2012-11-191-0/+1
* Stop /(??{})/ from leaking temporary regexpsFather Chrysostomos2012-11-131-0/+1
* regexec.c: Safer stack handling for re-evalsFather Chrysostomos2012-11-131-3/+3
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-9/+9
* Make private variable static in regexec.c.Craig A. Berry2012-10-261-1/+1
* fix a compile warning and refactor some diagnostics in regexec.cYves Orton2012-10-261-15/+10
* regexec.c: Nano optimization: reverse 'if' orderKarl Williamson2012-10-241-2/+3
* regexec.c: Remove dead codeKarl Williamson2012-10-241-34/+9
* regexec.c: Add/modify NOTREACHED asserts.Karl Williamson2012-10-241-3/+5
* regexec.c: Silence compiler warningKarl Williamson2012-10-241-1/+2
* PATCH: [perl #115242]: /m and regex optimizer bug.Karl Williamson2012-10-201-2/+6
* regexec.c: regrepeat() change default: handlingKarl Williamson2012-10-191-2/+21
* regex: Make \R simple again.Karl Williamson2012-10-191-2/+20
* regexec.c: Fix bugs in regrepeat()Karl Williamson2012-10-191-38/+90
* regmatch(): fix out bounds array accessDavid Mitchell2012-10-191-2/+3
* regmatch(): add asserts for legal values of nextchrDavid Mitchell2012-10-191-0/+2
* regex: \R can match either 1 or 2 charsKarl Williamson2012-10-161-19/+2
* regcomp.c, regexec.c: Comments only; no code changesKarl Williamson2012-10-161-1/+1
* regexec.c: White-space only; no code changesKarl Williamson2012-10-161-11/+12
* regexec.c: Tighten loops in regrepeat()Karl Williamson2012-10-161-36/+42
* regexec: Do less work on quantified UTF-8Karl Williamson2012-10-161-168/+263
* regexec.c: Change variable nameKarl Williamson2012-10-161-12/+12
* regex: White-space, comment only; no code changesKarl Williamson2012-10-141-2/+1
* regex: Rename macro to reflect its narrowed useKarl Williamson2012-10-141-1/+1
* regex: Splice out no longer used array elementKarl Williamson2012-10-141-5/+5
* regex: Remove old code that tried to handle multi-char foldsKarl Williamson2012-10-141-176/+18
* regexec.c: Fix EXACT node handling in regrepeat()Karl Williamson2012-10-111-17/+35
* regexec.c: White-space only; comment only; no code changesKarl Williamson2012-10-091-27/+26
* regexec.c: Refactor slightly for clarityKarl Williamson2012-10-091-6/+4
* PATCH: [perl #114982]: case-insensitive regex bug with UTF8-flagged stringsKarl Williamson2012-10-091-53/+197
* regex: Allow any single char to be SIMPLEKarl Williamson2012-10-091-19/+26
* regcomp.c: Slightly relax restriction of SIMPLE nodesKarl Williamson2012-10-091-1/+0
* regexec.c: Turn test into an assertionKarl Williamson2012-10-091-2/+1
* regexec.c: White-space onlyKarl Williamson2012-10-091-5/+12
* regexec.c: indent properly and reflow some comments to 80 colsKarl Williamson2012-10-091-18/+24