summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add perlhist entry for 5.37.5v5.37.5Todd Rinaldo2022-10-201-0/+1
* Update perldelta for 5.37.5 release.Todd Rinaldo2022-10-201-303/+52
* Update Module::CoreList for 5.37.5Todd Rinaldo2022-10-202-4/+24
* Add some perldelta entries for 5.37.5Karl Williamson2022-10-201-3/+41
* Future proof archname on VMSCraig A. Berry2022-10-191-8/+6
* Update Memoize to CPAN version 1.14Todd Rinaldo2022-10-1938-1325/+671
* Update Net-Ping to CPAN version 2.75Todd Rinaldo2022-10-1910-60/+61
* Correct local version of Config::Perl::V to 0.34 in Porting/Maintainers.plTodd Rinaldo2022-10-191-1/+1
* Correct local version of ExtUtils::PL2Bat to 0.005 in Porting/Maintainers.plTodd Rinaldo2022-10-191-1/+1
* Correct local version of Locale::Maketext to 1.32 in Porting/Maintainers.plTodd Rinaldo2022-10-191-1/+1
* Remove ancient and broken GCC for VMS supportCraig A. Berry2022-10-184-264/+16
* Remove vestigial reference to /VAXC qualifierCraig A. Berry2022-10-181-2/+0
* Remove sharedperl option on VMSCraig A. Berry2022-10-181-46/+5
* t/run/locale.t: Move init stmtKarl Williamson2022-10-181-1/+1
* run/locale.t: Add debug info.Karl Williamson2022-10-181-1/+1
* threads.xs: Add _NN to SvREFCNT_dec where we know is NNKarl Williamson2022-10-181-1/+1
* dump.c - add ways to dump HV's and AV's and SV's to any depth.Yves Orton2022-10-184-3/+51
* locale.c: Don't compile get_displayable_string if unusedKarl Williamson2022-10-184-4/+16
* t/test.pl: Outdent a wrongly indented lineKarl Williamson2022-10-181-3/+6
* pat_advanced.t: Cancel a watchdog timerKarl Williamson2022-10-181-0/+1
* t/test.pl: Add ability to cancel an watchdog timerKarl Williamson2022-10-181-5/+35
* Revert code changes for Workaround for attributes.pm breakageKarl Williamson2022-10-181-9/+0
* Switch libc per-interpreter data when tTHX changesKarl Williamson2022-10-1810-5/+135
* Some locale operations need to be done in proper threadKarl Williamson2022-10-186-29/+52
* locale.c: Do uselocale() earlier in init processKarl Williamson2022-10-181-0/+5
* locale.c: Compile display fcn under more circumstancesKarl Williamson2022-10-184-6/+20
* locale: Create special variable to hold current LC_ALLKarl Williamson2022-10-187-26/+55
* Clean up perl.h/makedef.pl common logicKarl Williamson2022-10-182-41/+62
* Don't #define USE_THREAD_SAFE LOCALE unless threadedKarl Williamson2022-10-181-2/+2
* sv.c: Set phase to CONSTRUCT on interpreter being clonedKarl Williamson2022-10-181-0/+1
* sv.c: Clone interpreter with locale set to CKarl Williamson2022-10-181-19/+20
* sv.c: Move some code; consolidateKarl Williamson2022-10-181-25/+18
* perldelta for b0bc598140d48Tony Cook2022-10-181-1/+2
* handle intermediate pads not including the name in find_lexical_cv()Tony Cook2022-10-182-4/+42
* Avoid excess flood from IRC notifications workflowNicolas R2022-10-171-6/+44
* Don't set OPf_REF on OP_ANONCODE during op_lvalue()Paul "LeoNerd" Evans2022-10-171-0/+9
* perlsub - replace uses of $a and $b in examplesDan Book2022-10-171-30/+30
* perldelta for e2d2ca12ad65Tony Cook2022-10-171-2/+3
* end of file (^D on POSIX-likes) now behaves like q as documentedTony Cook2022-10-171-5/+11
* locale.c: Silence unused var warning on freebsdKarl Williamson2022-10-151-6/+1
* locale.c: Fix Debug statement on netbsdKarl Williamson2022-10-131-2/+2
* Use `LINE_Tf` for formatting line numbersTAKAI Kousuke2022-10-134-11/+11
* toke.c: Use `line_t` (rather than `I32`) to hold the value of `CopLINE()`TAKAI Kousuke2022-10-131-1/+1
* Use `LINE_Tf` thoroughly for formatting the value of CopLINE()TAKAI Kousuke2022-10-137-23/+24
* locale.c: Add explicit (line_t) cast to silence DEBUGGING build warningsTAKAI Kousuke2022-10-131-2/+7
* Extend testsuite.yml to 'select' which jobs to runBram2022-10-121-12/+78
* testsuite.yml: Check for false valueBram2022-10-121-3/+18
* testsuite.yml: Split "run_all_jobs" logicBram2022-10-121-4/+7
* Add some docs for workflow/testsuite.ymlBram2022-10-121-0/+16
* Use cancelled() instead of always()Bram2022-10-121-12/+12