summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* PUSH_MULTICALL_WITHDEPTH becomes ..._FLAGSDavid Mitchell2013-04-241-3/+4
* add lex_re_reparsing boolean to yy_parser structDavid Mitchell2013-04-121-2/+0
* Eliminate PL_reg_state.re_reparsing, part 2David Mitchell2013-04-121-1/+0
* Eliminate PL_reg_state.re_reparsing, part 1David Mitchell2013-04-121-0/+1
* unwrap #define argument list for REXEC_TRIE_READ_CHARYves Orton2013-02-251-2/+2
* regexec.c: Remove redundant codeKarl Williamson2013-01-311-2/+0
* regexec.c: Cast to silence compiler warningsKarl Williamson2013-01-071-2/+2
* regexec.c: Cast to silence compiler warningKarl Williamson2013-01-071-1/+3
* add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASSTony Cook2013-01-061-0/+1
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-17/+17
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-1/+13
* handy.h, regcomp.h, regexec.c: Sort initializers, switch()Karl Williamson2012-12-311-5/+5
* Add new regnode for synthetic start classKarl Williamson2012-12-281-1/+2
* Free up regex ANYOF bit.Karl Williamson2012-12-281-1/+4
* Eliminate RF_tainted flag from PL_reg_flagsDavid Mitchell2012-12-251-17/+14
* eliminate RF_warned flag from PL_reg_flagsDavid Mitchell2012-12-251-5/+5
* eliminate RF_utf8 flag from PL_reg_flagsDavid Mitchell2012-12-251-57/+55
* [perl #116148] Pattern utf8ness sticks aroundDavid Mitchell2012-12-251-2/+4
* regexec.c: Comments, white-space; no code changesKarl Williamson2012-12-231-4/+4
* regexec.c: Combine adjacent 'ifs' with same clauseKarl Williamson2012-12-221-13/+12
* regexec.c: Remove 2 unnecessary break statementsKarl Williamson2012-12-221-2/+0
* Remove temporary back-compat PL_ variable namesKarl Williamson2012-12-221-5/+5
* regexec.c: Revamp the macros to load swashesKarl Williamson2012-12-221-28/+38
* regexec.c: Remove unused macro definitionsKarl Williamson2012-12-221-18/+0
* Consolidate some regex OPSKarl Williamson2012-12-221-680/+520
* regexec.c: comments, white-space onlyKarl Williamson2012-12-221-13/+15
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-221-1/+1
* regexec.c: Remove redundant calculationKarl Williamson2012-12-221-1/+1
* regexec.c: Remove some read beyond buffer endsKarl Williamson2012-12-191-9/+8
* 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