summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new release to perlhistv5.29.5Karen Etheridge2018-11-201-0/+2
* finalize perldelta for 5.29.5Karen Etheridge2018-11-201-294/+48
* RMG tweaksKaren Etheridge2018-11-201-3/+13
* fix whitespaceKaren Etheridge2018-11-201-2/+2
* update list of customized filesKaren Etheridge2018-11-202-0/+3
* Update Module::Corelist for 5.29.5Karen Etheridge2018-11-201-0/+18
* 5.22 and 5.24 are now outside the regular release windowKaren Etheridge2018-11-201-16/+0
* regcomp.c: Rmv malformed assert()Karl Williamson2018-11-201-3/+0
* t/perf/benchmarks.t: improve do error checksDavid Mitchell2018-11-201-2/+7
* Make Errno_pm.PL compatible with /usr/include/<ARCH>/errno.hNiko Tyni2018-11-201-10/+14
* James Clarke is now a perl authorTony Cook2018-11-201-0/+1
* Also work around renameat() kernel bug on GNU/kFreeBSDJames Clarke2018-11-201-2/+2
* Allow forcing use of POSIX 2008 locale fcnsKarl Williamson2018-11-194-6/+25
* t/harness: Run tests for IO::Zlib sequentiallyKarl Williamson2018-11-191-1/+1
* PATCH: [perl #133649] fails on OpenBSD-6.4 unthreadedKarl Williamson2018-11-191-1/+12
* lgtm.yml: work around some incorrect classificationDominic Hargreaves2018-11-191-0/+4
* perlguts: clarify SV types which are scalarsDavid Mitchell2018-11-191-1/+3
* ext/File-Find: support parallel testingDavid Mitchell2018-11-192-63/+63
* ext/GDBM_File/t/fatal.t: support parallel testingDavid Mitchell2018-11-191-3/+3
* autodoc.pl: escape PODDavid Mitchell2018-11-191-106/+107
* Update Maintainers.pl to match realityChris 'BinGOs' Williams2018-11-191-3/+3
* perldelta for davem's commitsDavid Mitchell2018-11-191-0/+14
* perldelta for dda4a47798d6Tony Cook2018-11-191-0/+6
* perldelta for 7d5be4b6, ea9daa76, 109d4d79, 36a4593d, 7f4a9bc7Tony Cook2018-11-191-1/+3
* perldelta for 191f8909fa4eTony Cook2018-11-191-2/+17
* (perl # 132147) improve robustness against corrupt SDBM databasesTony Cook2018-11-194-5/+192
|\
| * (perl #132147) only test corrupt dbs on archs that matchTony Cook2018-11-191-0/+6
| * (perl #132147) add extra block validation checksTony Cook2018-11-192-3/+83
| * (perl #132147) don't cache invalid pagesTony Cook2018-11-191-4/+18
| * (perl #132147) add tests for corrupt files from ticketsTony Cook2018-11-192-0/+87
|/
* Add regnode NANYOFMKarl Williamson2018-11-177-183/+233
* regexec.c: Fix logic errorKarl Williamson2018-11-171-6/+8
* Merge branch 'fixup after regcomp sizing pass removal' into bleadKarl Williamson2018-11-165-744/+463
|\
| * regcomp.c: Simplify early failure returnsKarl Williamson2018-11-161-19/+12
| * regcomp.c: Remove no longer used parameter, and refactorKarl Williamson2018-11-164-46/+35
| * regcomp.c: Remove now always NULL parameterKarl Williamson2018-11-164-18/+9
| * regcomp.c: Don't restart parse for /d to /u if no need toKarl Williamson2018-11-161-5/+23
| * regcomp.c: Don't restart parse for /d to /u if reparsing anywayKarl Williamson2018-11-161-0/+4
| * regcomp.c: Don't restart parse now if doing so laterKarl Williamson2018-11-161-2/+6
| * regcomp.c: Swap 'if' branches for readabilityKarl Williamson2018-11-161-4/+4
| * regcomp.c: Refactor constructing EXACTish nodesKarl Williamson2018-11-161-125/+73
| * regcomp.c: Fix up parsing \N{} in a stringKarl Williamson2018-11-161-0/+18
| * regcomp.c: Remove obsolete codeKarl Williamson2018-11-161-37/+1
| * regcomp.c: Comments, white-space, rmv extra parensKarl Williamson2018-11-161-274/+269
| * regcomp.c: Remove no longer useful codeKarl Williamson2018-11-161-213/+10
| * Find optimizations for /[[:posix:]]/aKarl Williamson2018-11-162-24/+22
|/
* regcomp.c: Add assertionKarl Williamson2018-11-161-0/+3
* regcomp.c: Fix up RE_TRACK_PATTERN_OFFSETSKarl Williamson2018-11-162-21/+20
* regcomp.c: Avoid some conditionalsKarl Williamson2018-11-161-5/+7
* regcomp.c: Make sure UTF-8 regex pattern uses /uKarl Williamson2018-11-161-2/+9