summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regex substrs: record index of check substrDavid Mitchell2014-02-071-0/+4
* eliminate RXf_ANCH_SINGLEDavid Mitchell2014-02-071-1/+1
* regcomp utf8 len cache panicDavid Mitchell2014-02-071-5/+8
* Make a literal "{" fatal after \b and \B in regexesKarl Williamson2014-02-051-2/+4
* Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-2/+2
* Fix regression in floating mandatory string optimisationYves Orton2014-02-061-2/+2
* Eliminate stupid macroYves Orton2014-02-061-26/+27
* Avoid compiler warnings by consistently using #ifdef instead of plain #ifBrian Fraser2014-02-051-2/+2
* Revert "'use utf8' should imply /u regex matching"Karl Williamson2014-02-041-10/+4
* do not overflow when the pattern is unboundedYves Orton2014-02-041-7/+9
* Fix [[:blank:]] handling when no isblank() on platformKarl Williamson2014-02-031-21/+0
* Add RXf_UNBOUNDED_QUANTIFIER and regexp->maxlenYves Orton2014-02-031-7/+32
* PATCH [perl #121144]: \S, \W, etc fail for above ASCIIKarl Williamson2014-02-021-4/+6
* 'use utf8' should imply /u regex matchingKarl Williamson2014-02-021-4/+10
* Simplify expression, cannot be ANCH_GPOS without being REG_GPOS_SEENYves Orton2014-02-011-1/+3
* rename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match RXf_ and PREGf_ conven...Yves Orton2014-01-311-61/+61
* regcomp.c: Revert mistakenly changed lineKarl Williamson2014-01-301-1/+1
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-19/+23
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-311-4/+4
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-311-2/+2
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-2/+2
* regcomp.c: Process all POSIXes in [...] under /lKarl Williamson2014-01-291-1/+6
* regcomp.c: White-space onlyKarl Williamson2014-01-291-7/+7
* regcomp.c: Change a variable and flag bit namesKarl Williamson2014-01-271-19/+22
* White-space, comments onlyKarl Williamson2014-01-271-26/+26
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-225/+370
* regcomp.c: Avoid calling heavy duty functions when possibleKarl Williamson2014-01-271-1/+21
* regcomp.c: Nit in commentsKarl Williamson2014-01-271-2/+4
* regcomp.c: Swap two else clauses for clarity.Karl Williamson2014-01-271-9/+10
* Avoid unnecessary malformed checkingKarl Williamson2014-01-271-4/+4
* Move an inversion list generation to mktablesKarl Williamson2014-01-271-2/+1
* regcomp.c: Extract out code into a separate functionKarl Williamson2014-01-221-37/+56
* regcomp.c: Simplify expressionKarl Williamson2014-01-221-1/+1
* regcomp.c: Move some code to earlierKarl Williamson2014-01-221-9/+9
* Comments, white-spaceKarl Williamson2014-01-221-639/+850
* regcomp.c: Don't output empty debugging textKarl Williamson2014-01-221-7/+7
* regcomp.c: request inlining of single line functionKarl Williamson2014-01-221-1/+1
* Panic if regex making a trie under /liKarl Williamson2014-01-221-1/+0
* Rename regex internal flag bitKarl Williamson2014-01-221-3/+3
* Use bit instead of node for regex SSCKarl Williamson2014-01-221-18/+18
* regcomp.c: Remove unnecessary variableKarl Williamson2014-01-161-8/+4
* Turn on read-only flag for some unchangeable inversion listsKarl Williamson2014-01-161-0/+2
* Don't multiply define _new_invlist_C_array.Craig A. Berry2014-01-101-1/+1
* Move initialization of PL_XPosix_ptrs[] to perl.cKarl Williamson2014-01-091-21/+2
* regcomp.c: Reword expression for clarityKarl Williamson2014-01-091-1/+1
* Rmv PL_Posix_ptrsKarl Williamson2014-01-091-33/+0
* regcomp.c: Rmv remaining uses of PL_Posix_ptrsKarl Williamson2014-01-091-4/+14
* regcomp.c: Collapse two branches.Karl Williamson2014-01-091-16/+2
* regcomp.c: Trade a little time for simplicityKarl Williamson2014-01-091-12/+20
* regcomp.c: Collapse two code branchesKarl Williamson2014-01-091-13/+6