summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure autogenerated files for Devel::PPPort are up to datev5.29.9Zak B. Elep2019-03-211-41/+41
* Add myself to AUTHORSZak B. Elep2019-03-211-0/+1
* Add 5.29.9 release to pod/perlhistZak B. Elep2019-03-211-1/+2
* Update perldelta for 5.29.9 releaseZak B. Elep2019-03-211-317/+33
* Update Module::CoreList for 5.29.9Zak B. Elep2019-03-211-1/+9
* Fix $JSON::PP::Boolean::VERSIONZak B. Elep2019-03-211-1/+1
* Porting/Maintainers.pl: vutil.c is CUSTOMIZED once moreZak B. Elep2019-03-212-0/+2
* Add common UTF-8 first byte to ANYOFH regnodesKarl Williamson2019-03-206-23/+66
* Bump Devel::PPPort to keep in sync with CPANNicolas R2019-03-195-2/+11
* PATCH: [perl #133937] Assertion failureKarl Williamson2019-03-192-0/+15
* dquote.c: Prevent possible out-of-bounds readKarl Williamson2019-03-191-1/+1
* Change error wording for empty \x{}Karl Williamson2019-03-194-6/+19
* Change error wording for \o{}Karl Williamson2019-03-195-10/+14
* Merge branch 'safer' into bleadKarl Williamson2019-03-195-42/+71
|\
| * regexec.c: Use safe UTF8SKIPKarl Williamson2019-03-191-24/+35
| * regexec.c: Use safer utf8_hopKarl Williamson2019-03-191-1/+1
| * regcomp.c: Use safer utf8_hopKarl Williamson2019-03-191-2/+5
| * regcomp.c: Use safe UTF8SKIPKarl Williamson2019-03-191-11/+25
| * pp_ctl.c: Use safe UTF8SKIPKarl Williamson2019-03-191-1/+2
| * pp_pack.c: Use safe UTF8SKIPKarl Williamson2019-03-191-1/+1
| * pp.c: Use safer utf8_hopKarl Williamson2019-03-191-2/+2
|/
* regexec.c: Add commentsKarl Williamson2019-03-191-0/+7
* pp.c, pp_sys.c: Use DO_UTF8 instead of its expansionKarl Williamson2019-03-192-2/+2
* op_free() remove redundant !kid testDavid Mitchell2019-03-191-1/+2
* handle scope error in qr/\(?{/David Mitchell2019-03-192-7/+27
* Merge branch 'vlb' into bleadKarl Williamson2019-03-1821-367/+558
|\
| * regexec.c: White-space onlyKarl Williamson2019-03-181-12/+11
| * Implement variable length lookbehind in regex patternsKarl Williamson2019-03-1814-61/+214
| * regexec.c: regmatch(): Add pushing eolKarl Williamson2019-03-182-28/+38
| * regexec.c: restrict match to substring in regmatch()Karl Williamson2019-03-181-44/+63
| * regexec.c: Add parameter to static fcnKarl Williamson2019-03-184-77/+79
| * Add warning category for variable length lookbehindKarl Williamson2019-03-184-153/+161
|/
* regexec.c: Rmv unnecessary assignsKarl Williamson2019-03-181-2/+2
* regexec.c: Delete unused macroKarl Williamson2019-03-181-3/+0
* regexec.c: Comment fixes, additionsKarl Williamson2019-03-181-4/+10
* regexec.c: Move macro defns, comments adjacent to fcnKarl Williamson2019-03-181-196/+190
* perlre: Link technique for variable length lookbehindKarl Williamson2019-03-181-4/+8
* perlvar: improve POD markup for $-[n] exampleDagfinn Ilmari Mannsåker2019-03-181-1/+1
* fix paren buffer leak in (?|...)David Mitchell2019-03-181-11/+27
* PATCH: [perl #131551] Too deep regex compilation recursionKarl Williamson2019-03-175-0/+42
* regcomp.c: Use mnemonic for flag parameterKarl Williamson2019-03-171-1/+1
* perlre: Consistent casing and spelling of VERB argsKarl Williamson2019-03-161-5/+5
* realclean unidatafiles on VMS the same way as elsewhere.Craig A. Berry2019-03-161-2/+7
* inline.h: Improve commentKarl Williamson2019-03-151-2/+2
* utf8_length() Add two UNLIKELY()sKarl Williamson2019-03-151-2/+2
* S_multiconcat() Use faster variant countingKarl Williamson2019-03-151-7/+2
* toke.c: lex_stuff_pvn() Use faster UTF-8 variant countKarl Williamson2019-03-151-7/+3
* t/re/pat.t: Add test for [perl #133933]Karl Williamson2019-03-141-1/+25
* regcomp.c: Add assertionsKarl Williamson2019-03-141-0/+2
* Add more checking for regnode offset overflowingKarl Williamson2019-03-144-25/+99