summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-191-40/+7
* regexec.c: Change \b{sb} rule in prep for Unicode 8.0Karl Williamson2015-06-171-2/+3
* PATCH: [perl #124348] re/pat_advanced solaris failureKarl Williamson2015-04-291-4/+4
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* regexec.c: Fix improper warning.Karl Williamson2015-03-181-3/+7
* Remove PL_ prefix for recently added non-globalsKarl Williamson2015-03-171-197/+197
* avoid infinite loop in re_intuit_start()David Mitchell2015-03-171-14/+26
* re_intuit_start(): improve debugging outputDavid Mitchell2015-03-171-46/+70
* don't test non-null argsDavid Mitchell2015-03-111-2/+2
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-39/+39
* silence some compiler warnings.David Mitchell2015-02-241-3/+3
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-18/+4
* Add \b{sb}Karl Williamson2015-02-191-0/+358
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+389
* regexec.c: White-space onlyKarl Williamson2015-02-191-14/+13
* Add qr/\b{gcb}/Karl Williamson2015-02-191-202/+298
* [perl #123870] fixup trie runtime debug outputHugo van der Sanden2015-02-181-2/+2
* simpify and speed up /.*.../ handlingDavid Mitchell2015-02-101-79/+45
* regexec.c: Rmv 2 unused macro parameters.Karl Williamson2015-02-071-4/+4