summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-191-1/+1
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-1/+1
* add more positive gofs GPOS tests and fix some bugs tooYves Orton2009-09-101-0/+3
* set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and enable proper POSIX char ...Yves Orton2009-09-021-1/+2
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2008-11-071-0/+18
* Various changes to regex diagnostics and testingYves Orton2008-11-061-2/+2
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-4/+4
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-1/+4
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-2/+9
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1