summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* locale.c: Silence '-Wchar-subscripts' C++ warningKarl Williamson2022-10-251-2/+7
* Add sv_derived_from_hv() helper functionPaul "LeoNerd" Evans2022-10-254-0/+28
* t/test.pl: Fix threads signalling watchdog cancellationKarl Williamson2022-10-251-1/+16
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-259-233/+301
* threads.xs: Use plain SvREFCNT_dec if SvREFCNT_dec_NN unavailableKarl Williamson2022-10-241-0/+3
* dist/threads: Only veto switching locale on new perlsTony Cook2022-10-242-2/+8
* 19207: Document ellipsis statement errorJoe McMahon2022-10-242-0/+16
* version bump to squashRichard Leach2022-10-241-1/+1
* OP_EMPTYAVHV - optimized empty ANONLIST/ANONHASHRichard Leach2022-10-2412-401/+665
* Also bump the Module::CoreList version number in Porting/Maintainers.plMax Maischein2022-10-241-1/+1
* Update Memoize to 1.15Max Maischein2022-10-249-138/+110
* bump ExtUtils::ParseXS version to 3.47Graham Knop2022-10-2410-10/+10
* fix ExtUtils::ParseXS compatibility with perl < 5.8.8Graham Knop2022-10-241-0/+4
* overload: bump versionGraham Knop2022-10-241-1/+1
* overload: only disable builtin warnings where blessed is calledGraham Knop2022-10-241-1/+1
* overload: remove localizing of error varibles when not loading a moduleGraham Knop2022-10-241-2/+0
* overload: clean up whitespaceGraham Knop2022-10-241-360/+364
* locale.c: Remove redundant conditionalKarl Williamson2022-10-241-1/+1
* pp_ctl.c - in try_run_unitcheck() guard against leaking PL_restartopYves Orton2022-10-242-5/+41
* pp_ctl.c - in try_yyparse do not leak PL_restartop from compile that diesYves Orton2022-10-243-10/+54
* Attribute-Handlers: rework eval codeYves Orton2022-10-241-7/+25
* scope.c - sanity check a var before we use itYves Orton2022-10-241-0/+1
* perl.c - add debug output to show when the run_body() continues after eval failYves Orton2022-10-241-0/+8
* Update Module::CoreList for 5.37.6Yves Orton2022-10-243-0/+42
* update B::Op_private version to match perl versionTony Cook2022-10-241-1/+1
* only negative cache a method lookup if we look at UNIVERSALTony Cook2022-10-242-2/+28
* several improvements to the dist-modules CI target and fixes to the problems ...Tony Cook2022-10-2420-45/+331
|\
| * Time::HiRes: Changes updatesTony Cook2022-10-241-0/+7
| * bump version ExtUtils::CBuilderTony Cook2022-10-2415-14/+28
| * ExtUtils::CBuilder: make sure the compiler finds the CORE include files for t...Tony Cook2022-10-241-0/+17
| * Time::HiRes: make sure PERL_DARWIN is defined on darwinTony Cook2022-10-241-0/+5
| * Time::Hires: fix probing on the darwin system perlTony Cook2022-10-242-3/+12
| * CI/dist-modules: define PERL_SRAND_OVERRIDE_NEXT_PARENT for CPAN useTony Cook2022-10-241-0/+5
| * CI/dist-modules: document supplying dist names on the command-lineTony Cook2022-10-241-1/+13
| * CI/dist-modules: accept modules to test on the command-lineTony Cook2022-10-241-4/+12
| * CI/dist-modules: use the module name not the dist name for NAMETony Cook2022-10-241-1/+2
| * CI/dist-modules: threads-shared bundles shared.h on CPANTony Cook2022-10-241-0/+19
| * CI/dist-modules: wrap system to log what we're executing and better report er...Tony Cook2022-10-241-7/+21
| * CI/dist-modules: add threads.h for threads/threads-sharedTony Cook2022-10-241-21/+84
| * CI/dist-modules: make sure threads, threads::shared use ppport.hTony Cook2022-10-241-1/+12
| * CI/dist-modules: add job to test dist/ modules on macos system perlTony Cook2022-10-241-0/+26
| * CI/dist-modules: add option to install separate to site_perlTony Cook2022-10-241-1/+18
| * CI/dist-modules: add a help option to test-dist-modules.plTony Cook2022-10-241-1/+13
| * CI/dist-modules: make continuing controllable on the command-lineTony Cook2022-10-242-8/+13
| * CI/dist-modules: Continue on errorBram2022-10-241-8/+42
| * CI/dist-modules: (Ab)use runner debug for verboseBram2022-10-241-1/+1
| * CI/dist-modules: Group output per distBram2022-10-241-0/+7
| * CI/dist-modules: Use `actions/checkout@v2`Bram2022-10-241-1/+1
* | Bump the perl version in various places for 5.37.6Todd Rinaldo2022-10-2418-122/+122
* | sv.c - add BODYLESS_NV fast code to sv_setXv functionsRichard Leach2022-10-221-4/+51