summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* regexec.c, regcomp.c: White-space onlyKarl Williamson2015-01-231-13/+13
* regexec.c: Refactor \b code to not use the FLAGS fieldKarl Williamson2015-01-211-73/+86
* regexec.c: Use appropriate macroKarl Williamson2015-01-211-6/+6
* regexec.c: Stack ternary operator for readabilityKarl Williamson2015-01-211-2/+3
* avoid C labels in column 0David Mitchell2015-01-211-5/+5
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+1
* regexec.c: Suppress warning messagesKarl Williamson2014-12-291-0/+2
* Raise warning on multi-byte char in single-byte localeKarl Williamson2014-12-291-3/+41
* regexec.c: Move goto label to avoid redundant workKarl Williamson2014-12-291-2/+2
* regexec.c: White-space onlyKarl Williamson2014-12-291-2/+2
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-2/+32
* Add regex nodes for localeKarl Williamson2014-12-291-14/+52
* regcomp.c, regexec.c: Vertically align ternary operatorsKarl Williamson2014-12-291-7/+11
* Nits in commentsKarl Williamson2014-12-291-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-1/+1
* make more use of NOT_REACHEDLukas Mai2014-11-291-45/+40
* Manually revert "Rationalise RX_MATCH_UTF8_set()"Father Chrysostomos2014-11-051-2/+2
* regcomp.c: Improve re debug output by showing buffer names if they existYves Orton2014-10-201-3/+3
* Eliminate unused BACK regnodeAaron Crane2014-09-291-3/+0
* Up regex flags limit for (??{})Karl Williamson2014-09-291-1/+1
* restore color to debug diagnosticsYves Orton2014-09-251-1/+2
* Remove !IS_PADGV assertionsFather Chrysostomos2014-09-171-1/+0
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-8/+5
* Allow for changing size of bracketed regex char classKarl Williamson2014-09-031-1/+4
* Rename some internal regex #definesKarl Williamson2014-09-031-8/+10
* regexec.c: Simplify a short code sectionKarl Williamson2014-09-031-5/+5