summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix language referring to GitHub issue tracker in various placesDave Rolsky2020-03-145-6/+6
* Fill in link for 5.30.2 epigraphSteve Hay2020-03-141-1/+1
* Import perl5302delta.podSteve Hay2020-03-144-0/+180
* Module::CoreList - Add entry for forthcoming 5.31.10 to ChangesSteve Hay2020-03-141-0/+3
* Module::CoreList - Fix date of 5.30.2Steve Hay2020-03-141-1/+1
* Update Module-CoreList with data for 5.30.2Steve Hay2020-03-143-0/+30
* Tick off 5.30.2Steve Hay2020-03-141-1/+1
* Add epigraph for 5.30.2Steve Hay2020-03-141-0/+40
* 5.30.2 todaySteve Hay2020-03-141-0/+1
* perlop - Avoid $a and $bDan Book2020-03-131-10/+10
* Fetch git history to run tests like t/porting/cmp-version.tNicolas R2020-03-133-6/+25
* Bump IPC-Open3 versions to fix cmp_version.tNicolas R2020-03-132-2/+2
* Explain that a shell isn’t always used with qx/STRING/.Peter Oliver2020-03-131-8/+10
* Silence test failure by updating AUTHORS.Peter Oliver2020-03-131-0/+1
* Clarify when qx/STRING/ returns undefPeter Oliver2020-03-131-3/+4
* perlrun - Update PERLIO documentationDan Book2020-03-131-58/+14
* IPC::Open2 and IPC::Open3 documentation updatesDan Book2020-03-133-50/+70
* Add strict and warnings to some .PL filesNicolas R2020-03-133-6/+23
* Add strict and warnings to a few utilsNicolas R2020-03-134-9/+21
* op.c: change Optype to I32 for cmpchain functionsYves Orton2020-03-123-8/+8
* pod/perlop.pod: cross-precedence chainingZefram2020-03-121-2/+7
* pod/perlop.pod: expand doc on chained comparisonsZefram2020-03-121-14/+47
* chained comparisonsZefram2020-03-1221-1305/+1930
* pp_sort.c: silence the "unused parameter" warningTomasz Konojacki2020-03-121-0/+1
* PerlIO bump VERSION for t/porting/cmp_versionNicolas R2020-03-121-1/+1
* Update $VERSIONJames E Keenan2020-03-121-1/+1
* B::Deparse fixup uninitialized error in deparsing weird glob statementYves Orton2020-03-122-1/+16
* I think "program scope" is clearer here than "current file scope"Tony Cook2020-03-121-2/+2
* Rework PerlIO documentationDan Book2020-03-121-103/+169
* Revert "fixup to "avoid identical stack traces""Nicolas R2020-03-124-29/+9
* Isolate broken 32bit gcc smokersNicolas R2020-03-122-5/+48
* docs: clarify effect of $^H, %^H, ${^WARNING_BITS}David Mitchell2020-03-121-0/+12
* fixup to "avoid identical stack traces"David Mitchell2020-03-124-9/+29
* CI do not abort a build too earlyNicolas R2020-03-121-0/+1
* Revert "Avoid failures from Install 32bit dependencies issues"Nicolas R2020-03-121-2/+2
* gh#10059 - potentially reduce -Wall warnings on plan9. Not tested.Richard Leach2020-03-112-13/+13
* Avoid failures from Install 32bit dependencies issuesNicolas R2020-03-111-2/+2
* op.c: S_fold_constants_eval can't be inlinedKarl Williamson2020-03-111-2/+3
* Stop requesting inlining some functions in recomp.cKarl Williamson2020-03-113-35/+21
* Revert "croak_memory_wrap is an inline function."Karl Williamson2020-03-114-15/+11
* regexec.c: Clean up debug callHugo van der Sanden2020-03-111-3/+5
* Rmv obsolete functionKarl Williamson2020-03-114-17/+2
* use re qw(debug foo) should warnKarl Williamson2020-03-112-3/+14
* Allow debugging from regexec.c back to regcomp.cKarl Williamson2020-03-115-17/+58
* regcomp.c: Update commentsKarl Williamson2020-03-111-25/+11
* lib/charnames.t: White-space onlyKarl Williamson2020-03-111-5/+10
* regen/opcodes: Clarify commentKarl Williamson2020-03-111-2/+2
* make_ext.pl should use current Perl to run Makefile.PLNicolas R2020-03-111-0/+1
* Add thread safety to some environment accessesKarl Williamson2020-03-118-37/+86
* Add mutex for accessing ENVKarl Williamson2020-03-1111-4/+31