summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid pointer churn in study_chunk recursion bitmap allocationYves Orton2013-11-241-0/+1
* regcomp.c: Move bit to different data structureKarl Williamson2013-09-241-8/+17
* Teach regex optimizer to handle above-Latin1Karl Williamson2013-09-241-8/+2
* regcomp.c: Add some static functionsKarl Williamson2013-09-241-0/+7
* Enlarge dummy regex pass1 compilation nodeKarl Williamson2013-09-241-1/+1
* Rename regex flag bit for clarityKarl Williamson2013-09-241-9/+10
* regcomp.h: Create new typedef synonym for clarityKarl Williamson2013-09-241-8/+8
* regcomp.h: Parenthesize macro formal parameterKarl Williamson2013-09-241-1/+1
* regcomp.h: Add better named synonymsKarl Williamson2013-09-241-25/+39
* regcomp.h: Move #defineKarl Williamson2013-09-241-4/+4
* Add regnode struct for synthetic start classKarl Williamson2013-09-241-0/+11
* regcomp.h: Add a couple #define synonymsKarl Williamson2013-08-141-0/+2
* regcomp.h, sv.c, utf8.c: Comment nitsKarl Williamson2013-08-101-3/+0
* Possessive and non greedy quantifier modifiers are mutually exclusiveYves Orton2013-06-131-7/+0
* eliminate PL_regdummyDavid Mitchell2013-06-021-1/+1
* Revert "PATCH: regex longjmp flaws"Nicholas Clark2013-03-191-3/+1
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-0/+3
* handy.h, regcomp.h, regexec.c: Sort initializers, switch()Karl Williamson2012-12-311-12/+12
* regcomp.c: Free up ANYOF flag bitKarl Williamson2012-12-281-18/+11
* Add new regnode for synthetic start classKarl Williamson2012-12-281-11/+1
* regcomp.c, regcomp.h: White-space, comment onlyKarl Williamson2012-12-281-3/+3
* regcomp.h: Split two ANYOF flag bitsKarl Williamson2012-12-281-5/+5
* Free up regex ANYOF bit.Karl Williamson2012-12-281-4/+0
* regcomp.c: Clean up ANYOF_CLASS handling.Karl Williamson2012-12-281-1/+1
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-221-2/+2
* use PERL_UNUSED_VAR rather than PERL_UNUSED_DECLDavid Mitchell2012-12-171-2/+2
* Change 4 byte bitmap to 32 bit single wordKarl Williamson2012-12-091-16/+14
* regcomp.h: Revise #define setup and checkingKarl Williamson2012-12-091-12/+15
* regexes: Add \v to table of latin1 char classesKarl Williamson2012-11-191-0/+5
* regcomp.h: Make some #defines sequentialKarl Williamson2012-11-191-9/+11
* regcomp: Change name of #define to better reflect its purposeKarl Williamson2012-11-191-0/+3
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-4/+4
* regex: Rename macro to reflect its narrowed useKarl Williamson2012-10-141-8/+5
* regcomp.c: Add a less confusing #define aliasKarl Williamson2012-09-261-2/+4
* regcomp.h: Use handy.h constantsKarl Williamson2012-07-241-30/+33
* regcomp.c: Use data structure properties to remove testsKarl Williamson2012-07-241-1/+1
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-191-0/+4
* regcomp.h: Free up bit; downside is makes locale ANYOF nodes largeKarl Williamson2012-07-191-12/+17
* regcomp.h: Fix up commentKarl Williamson2012-07-191-2/+2
* propagate 'use re eval' into return from (??{})David Mitchell2012-06-131-0/+1
* eliminate OP_4tree typeDavid Mitchell2012-06-131-3/+0
* eliminate REG_SEEN_EVALDavid Mitchell2012-06-131-1/+1
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-3/+0
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-1/+2
* preserve code blocks in interpolated qr//sDavid Mitchell2012-06-131-0/+1
* in re_op_compile(), keep code_blocks for qr//David Mitchell2012-06-131-0/+2
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-0/+1
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-0/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* regex: Fix some tricky fold problemsKarl Williamson2012-01-191-0/+1