summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* regexec.c: Skip duplicate workKarl Williamson2016-02-101-4/+9
* regcomp.c, regexec.c: Comments, white-space onlyKarl Williamson2016-02-101-1/+1
* Check for invlist_search() returning negative array indices.Jarkko Hietaniemi2016-02-071-1/+15
* regexec.c: Refactor \b{sb} handlingKarl Williamson2016-02-031-88/+114
* regexec.c: Fix comment, white-spaceKarl Williamson2016-02-031-2/+5
* Use table lookup for qr/\b{wb}/Karl Williamson2016-02-031-151/+103
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* MULTICALL *shouldn't* clear savestackDavid Mitchell2016-02-031-1/+0
* dMULTICALL: remove unused varsDavid Mitchell2016-02-031-7/+3
* MULTICALL should clear scope after each callDavid Mitchell2016-02-031-0/+1
* save old PL_comppad in CXt_SUB/FORMAT blockDavid Mitchell2016-02-031-0/+7
* regexec.c: Macro needs param to be dereferencedKarl Williamson2016-01-291-1/+1
* Use lookup table for /\b{gcb}/ instead of switch stmtKarl Williamson2016-01-191-92/+5
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+392
* Tailor \b{wb} for PerlKarl Williamson2016-01-081-8/+40
* regexec.c: Add a parameter to a static functionKarl Williamson2016-01-081-8/+16
* regexec.c: Avoid a function callKarl Williamson2015-12-261-1/+1
* regcomp.h: Free up bit in ANYOF FLAGS fieldKarl Williamson2015-12-261-6/+6
* regcomp.h: Shorten, clarify names of internal flagsKarl Williamson2015-12-261-6/+6
* regex matching: Don't do unnecessary workKarl Williamson2015-12-171-1/+1
* regex: Free a ANYOF node bitKarl Williamson2015-12-171-5/+21
* standardize on "lookahead" and "lookaround"Ed Avis2015-12-071-3/+3
* utf8.h, et.al.: Clean up some castsKarl Williamson2015-12-051-2/+2
* /..\G/: use chars, not bytesDavid Mitchell2015-12-021-14/+19
* "" =~ /\b{gcb}/ should fail; same \b{wb}, \b{sb}Karl Williamson2015-10-191-7/+17
* Fix some bugs in \B[sb}, \B{wb}, \B[gcb}Karl Williamson2015-10-191-15/+6
* regexec.c: Combine some if'sKarl Williamson2015-10-191-47/+42
* Fix some bugs with \b{gcb}, wb and sbKarl Williamson2015-10-191-8/+8
* Fix look-behind bug with \b{wb}Karl Williamson2015-10-191-3/+17
* regexec.c: Remove extraneous 'break'Karl Williamson2015-10-191-2/+0
* regexec.c: Add commentKarl Williamson2015-10-191-0/+2
* regexec.c: Change function return from I32 to boolKarl Williamson2015-10-191-1/+1
* fix perl #126186 make all verbs allow an optional argYves Orton2015-10-051-5/+12
* fix perl-126222 - (?!) OPFAIL optimization does work in (?(?!)yes|no)Yves Orton2015-10-041-1/+9
* fix some 32/64-bit compiler warningsDavid Mitchell2015-10-021-18/+30
* regexec.c: Use Perl_croak_nocontext()Karl Williamson2015-09-161-6/+3
* PATCH [perl #123562] Regexp-matching "hangs"Karl Williamson2015-09-161-0/+12
* Revert "#126039 regexec.c: Fix compiler warning"David Mitchell2015-09-141-12/+11
* PATCH [perl #126039] regexec.c: Fix compiler warningDan Collins2015-09-131-11/+12
* Add macro for converting Latin1 to UTF-8, and use itKarl Williamson2015-09-041-8/+8
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-2/+2
* regexec.c: Move a #define next to related codeKarl Williamson2015-08-241-3/+3
* Make qr/(?[ ])/ work in UTF-8 localesKarl Williamson2015-08-241-1/+18
* regcomp.h: Fold 2 ANYOF flags into a single oneKarl Williamson2015-08-241-2/+6
* Add ANYOFD regex nodeKarl Williamson2015-08-241-0/+3
* mktables: Add handling of WB and SB for early UnicodesKarl Williamson2015-07-281-2/+2
* mktables: Fix GCB to work on early UnicodesKarl Williamson2015-07-281-1/+1
* Allow Perl to compile and work on Unicode releases without U+1E9EKarl Williamson2015-07-281-1/+1
* inline_invlist.c -> invlist_inline.hJarkko Hietaniemi2015-07-221-1/+1
* fix punctuation in Tolkien quote in regexec.cChas. Owens2015-06-231-2/+2