summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* rework how the trie logic handles the newer EXACT nodetypesYves Orton2012-03-031-73/+72
* Allow [[:blank:]] to work under localeKarl Williamson2012-02-091-2/+2
* Use system isascii() when available under localeKarl Williamson2012-02-091-2/+2
* Fix bug #109206: ANCH_MBOL with while /.*/gYves Orton2012-01-291-2/+2
* regex: Remove FOLDCHAR regnode typeKarl Williamson2012-01-191-21/+0
* regex: Add new node type EXACTFU_NO_TRIEKarl Williamson2012-01-191-2/+8
* regex: Add new node type EXACTFU_SSKarl Williamson2012-01-191-5/+16
* regexec.c: white space onlyKarl Williamson2012-01-191-1/+1
* regexec.c: EXACTF nodes can never be UTFKarl Williamson2012-01-191-4/+9
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-1/+2
* regexec.c: Use shared swash in bracketed character classesKarl Williamson2012-01-131-1/+1
* regexec.c: Allow for returning shared swashKarl Williamson2012-01-131-5/+12
* regexec.c: Prepare for inversion lists in ANYOF nodesKarl Williamson2012-01-131-6/+52
* regexec.c: Add some comments to regclass_swash()Karl Williamson2012-01-131-1/+16
* regexec.c: Remove unnecessary intermediate valuesKarl Williamson2012-01-131-7/+6
* diag_listed_as galoreFather Chrysostomos2011-12-281-4/+5
* regexec.c: Bypass unneeded stepKarl Williamson2011-11-111-2/+2
* regexec.c: Stop looking for match even soonerKarl Williamson2011-11-091-3/+3
* regexec.c: revise commentKarl Williamson2011-11-091-4/+6
* regexec.c: typo in commentKarl Williamson2011-11-091-1/+1
* Change __attribute_unused__ to PERL_UNUSED_DECLKarl Williamson2011-11-091-1/+1
* PATCH: [perl #101710] Regression with /i, latin1 chars.Karl Williamson2011-11-011-1/+1
* regexec.c: Add another place to not re-foldKarl Williamson2011-10-171-1/+1
* regexec.c: Another place to not re-foldKarl Williamson2011-10-171-2/+2
* regexec.c: Less work in /i matchingKarl Williamson2011-10-171-2/+4
* regexec.c: Stop looking for match soonerKarl Williamson2011-10-171-2/+26
* regexec.c: Add commentKarl Williamson2011-10-171-0/+5
* regexec.c: omit goto for the common caseKarl Williamson2011-10-171-13/+13
* regexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/iKarl Williamson2011-10-131-1/+2
* regexec.c: Add commentsKarl Williamson2011-10-131-0/+4
* regexec.c: Avoid hard-coded utf8 tests for EBCDICKarl Williamson2011-10-011-1/+7
* regexec.c: Add assertion checkKarl Williamson2011-10-011-1/+1
* RT #96354: \h \H \v and \V didn't check for EOLDavid Mitchell2011-08-051-0/+4
* /aa and \b fail under some utf8 stringsKarl Williamson2011-07-301-1/+4
* Panic with \b and /aaKarl Williamson2011-07-301-0/+1
* re_eval: clear lexicals in the right padDavid Mitchell2011-07-161-0/+7
* regexec.c: Nits in commentsKarl Williamson2011-07-071-7/+8
* For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.Nicholas Clark2011-07-011-1/+11
* Store C<study>'s data as U32s, instead of I32s.Nicholas Clark2011-07-011-1/+1
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-1/+6
* Change PL_screamnext to store absolute positions.Nicholas Clark2011-07-011-1/+1
* The regex engine can't assume that SvSCREAM() remains set on its target.Nicholas Clark2011-06-301-3/+3
* regexec.c: Remvove unnecessary special handling for \xDFKarl Williamson2011-06-111-6/+5
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-111-10/+9
* use __attribute__unused__ to silence -Wunused-but-set-variableRobin Barker2011-05-191-2/+10
* Assertion fails in multi-char regex matchKarl Williamson2011-05-181-4/+6
* PATCH: [perl #87908] \W is its complement sometimesKarl Williamson2011-04-061-1/+1
* regexec.c: fix some compiler warningsDavid Mitchell2011-03-261-2/+2
* regexec.c: Rmv special code no longer neededKarl Williamson2011-03-201-14/+3
* regexec.c: Update commentKarl Williamson2011-03-191-25/+13