summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* temp commit for smokessmoke-me/khw-trickyKarl Williamson2011-12-221-26/+22
* regexec.c: white space onlyKarl Williamson2011-12-221-1/+1
* regexec.c: EXACTF nodes can never be UTFKarl Williamson2011-12-221-4/+9
* 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
* regexec.c: execute inappropriately skipped codeKarl Williamson2011-03-191-5/+6
* regexec.c: Chg var. name for clarityKarl Williamson2011-03-191-5/+5
* Stop hang in regexKarl Williamson2011-03-191-28/+35
* Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problemYves Orton2011-03-121-2/+5
* regexec.c: Use equivalent macro instead of codeKarl Williamson2011-03-101-13/+1
* regexec.c: Add assert() to detect inconsistent ANYOFKarl Williamson2011-03-101-0/+2
* regexec.c: Fix precedenceKarl Williamson2011-03-101-5/+6
* Revert "regexec.c: don't try accessing non-bitmap if doesn't exist"David Mitchell2011-03-101-6/+5
* regexec.c: don't try accessing non-bitmap if doesn't existKarl Williamson2011-03-091-5/+6
* regex: /l in combo with others in syn start classKarl Williamson2011-03-081-3/+8
* regexec.c: Remove '#if 0' codeKarl Williamson2011-03-021-70/+0
* regex: Remove obsolete codeKarl Williamson2011-02-281-52/+23
* regexec.c: remove no longer needed codeKarl Williamson2011-02-281-5/+1