summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment additions, typos, white-space.Karl Williamson2012-01-131-0/+2
* Change __attribute_unused__ to PERL_UNUSED_DECLKarl Williamson2011-11-091-1/+1
* use __attribute__unused__ to silence -Wunused-but-set-variableRobin Barker2011-05-191-1/+2
* regcomp.h: Add commentKarl Williamson2011-03-191-1/+1
* regcomp.h: Add ANYOF_CLASS_SETALL()Karl Williamson2011-03-191-0/+2
* regex: Fix locale regressionKarl Williamson2011-03-181-31/+18
* regcomp.h: #define of ANYOF flags immune from inversionKarl Williamson2011-03-081-0/+10
* regex: /l in combo with others in syn start classKarl Williamson2011-03-081-12/+10
* regcomp.c: Move #defines to be be in bit orderKarl Williamson2011-03-081-5/+5
* regex: Remove obsolete codeKarl Williamson2011-02-281-19/+0
* bleadperl breaks RCLAMP/Text-GlobKarl Williamson2011-02-251-6/+13
* Free up bit in ANYOF flagsKarl Williamson2011-02-251-7/+16
* regcomp.h: Remove obsolete defineKarl Williamson2011-02-241-3/+0
* regex: Convert regnode FLAGS fields to charset enumKarl Williamson2011-01-161-2/+3
* Fix \xa0 matching both [\s] [\S], et.al.Karl Williamson2011-01-161-0/+4