summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* regcomp: Share two bits in ANYOF flagsKarl Williamson2011-01-161-8/+17
* regex: Some Comment clarificationsKarl Williamson2011-01-131-2/+8
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-4/+4
* Change name of regex intrnl macro to new meaningKarl Williamson2010-12-201-3/+12
* Change regexes to debug dump non-ASCII as hex.Karl Williamson2010-12-191-3/+3
* regcomp: Allow freeing up bit in ANYOF flagsKarl Williamson2010-12-111-7/+23
* regcomp.h: Restore separate bit for LOC classKarl Williamson2010-11-221-2/+1
* Split ANYOF_NONBITMAP into two componentsKarl Williamson2010-11-221-1/+7
* regcomp.h: Add commentKarl Williamson2010-11-221-1/+2
* regcomp.h: Renumber ANYOF_EOS bitKarl Williamson2010-11-221-3/+3
* rename ANYOF_UNICODE to ANYOF_NONBITMAPKarl Williamson2010-11-221-1/+4
* regex free up bit in ANYOF nodeKarl Williamson2010-11-221-1/+8
* regcomp.h: Add commentKarl Williamson2010-11-221-1/+1
* regcomp.h: Reorder statements for clarityKarl Williamson2010-11-221-4/+6
* regcomp.h: Remove unused #defineKarl Williamson2010-10-311-3/+0
* regcomp.h: Clean up some commentsKarl Williamson2010-10-311-10/+10
* ANYOF_LARGE is now the same as ANYOF_CLASSKarl Williamson2010-10-311-4/+2
* regcomp.c: Get rid of compiler warning.Karl Williamson2010-10-211-1/+1
* Subject: [perl #58182] partial: Add uni \s,\w matchingKarl Williamson2010-10-151-0/+3
* Subject: regcomp.h: Add macro to get regnode flagsKarl Williamson2010-10-151-0/+2
* PATCH: regex longjmp flawsKarl Williamson2010-09-151-1/+3
* Properly free paren_name_list with its regexp.Nicholas Clark2010-05-291-0/+1
* Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.Nicholas Clark2010-05-271-31/+0
* tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-3/+11