This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-10-20 Todd Rinaldoadd perlhist entry for 5.37.5 v5.37.5
2022-10-20 Todd RinaldoUpdate perldelta for 5.37.5 release.
2022-10-20 Todd RinaldoUpdate Module::CoreList for 5.37.5
2022-10-20 Karl WilliamsonAdd some perldelta entries for 5.37.5
2022-10-19 Craig A. BerryFuture proof archname on VMS
2022-10-19 Todd RinaldoUpdate Memoize to CPAN version 1.14
2022-10-19 Todd RinaldoUpdate Net-Ping to CPAN version 2.75
2022-10-19 Todd RinaldoCorrect local version of Config::Perl::V to 0.34 in...
2022-10-19 Todd RinaldoCorrect local version of ExtUtils::PL2Bat to 0.005...
2022-10-19 Todd RinaldoCorrect local version of Locale::Maketext to 1.32 in...
2022-10-18 Craig A. BerryRemove ancient and broken GCC for VMS support
2022-10-18 Craig A. BerryRemove vestigial reference to /VAXC qualifier
2022-10-18 Craig A. BerryRemove sharedperl option on VMS
2022-10-18 Karl Williamsont/run/locale.t: Move init stmt
2022-10-18 Karl Williamsonrun/locale.t: Add debug info.
2022-10-18 Karl Williamsonthreads.xs: Add _NN to SvREFCNT_dec where we know is NN
2022-10-18 Yves Ortondump.c - add ways to dump HV's and AV's and SV's to...
2022-10-18 Karl Williamsonlocale.c: Don't compile get_displayable_string if unused
2022-10-18 Karl Williamsont/test.pl: Outdent a wrongly indented line
2022-10-18 Karl Williamsonpat_advanced.t: Cancel a watchdog timer
2022-10-18 Karl Williamsont/test.pl: Add ability to cancel an watchdog timer
2022-10-18 Karl WilliamsonRevert code changes for Workaround for attributes.pm...
2022-10-18 Karl WilliamsonSwitch libc per-interpreter data when tTHX changes
2022-10-18 Karl WilliamsonSome locale operations need to be done in proper thread
2022-10-18 Karl Williamsonlocale.c: Do uselocale() earlier in init process
2022-10-18 Karl Williamsonlocale.c: Compile display fcn under more circumstances
2022-10-18 Karl Williamsonlocale: Create special variable to hold current LC_ALL
2022-10-18 Karl WilliamsonClean up perl.h/makedef.pl common logic
2022-10-18 Karl WilliamsonDon't #define USE_THREAD_SAFE LOCALE unless threaded
2022-10-18 Karl Williamsonsv.c: Set phase to CONSTRUCT on interpreter being cloned
2022-10-18 Karl Williamsonsv.c: Clone interpreter with locale set to C
2022-10-18 Karl Williamsonsv.c: Move some code; consolidate
2022-10-17 Tony Cookperldelta for b0bc598140d48
2022-10-17 Tony Cookhandle intermediate pads not including the name in...
2022-10-17 Nicolas RAvoid excess flood from IRC notifications workflow
2022-10-17 Paul "LeoNerd... Don't set OPf_REF on OP_ANONCODE during op_lvalue()
2022-10-17 Dan Bookperlsub - replace uses of $a and $b in examples
2022-10-17 Tony Cookperldelta for e2d2ca12ad65
2022-10-17 Tony Cookend of file (^D on POSIX-likes) now behaves like q...
2022-10-15 Karl Williamsonlocale.c: Silence unused var warning on freebsd
2022-10-14 Karl Williamsonlocale.c: Fix Debug statement on netbsd
2022-10-13 TAKAI KousukeUse `LINE_Tf` for formatting line numbers
2022-10-13 TAKAI Kousuketoke.c: Use `line_t` (rather than `I32`) to hold the...
2022-10-13 TAKAI KousukeUse `LINE_Tf` thoroughly for formatting the value of...
2022-10-13 TAKAI Kousukelocale.c: Add explicit (line_t) cast to silence DEBUGGI...
2022-10-12 BramExtend testsuite.yml to 'select' which jobs to run
2022-10-12 Bramtestsuite.yml: Check for false value
2022-10-12 Bramtestsuite.yml: Split "run_all_jobs" logic
2022-10-12 BramAdd some docs for workflow/testsuite.yml
2022-10-12 BramUse cancelled() instead of always()
2022-10-12 BramAlso run 'dist-modules' when porting test fails
2022-10-11 Peter John... Math-Complex: list all imported constants in POD
2022-10-10 Kenichi IshigakiJSON::PP: Synch with CPAN version 4.12
2022-10-10 Karl Williamsonhandy.h: Set macro to false if can't ever be true
2022-10-10 Karl Williamsonmakedef.pl Skip PL_in_utf8_COLLATE_locale if no LC_COLLATE
2022-10-10 Karl Williamsonlocale.c: Add comments/white space; slight tidying
2022-10-10 Karl Williamsonlocale.c: Make win32_setlocale return const *
2022-10-10 Karl WilliamsonAdd some const to wrap_wsetlocale
2022-10-10 Karl Williamsonlocale.c: Generalize static functions
2022-10-10 Karl Williamsonlocale.c: Make static 2 Win-only functions
2022-10-10 Karl Williamsonlocale.c: Remove unused cpp alternatives
2022-10-10 Karl Williamsonlocale.c: Windows special case NULL input first
2022-10-10 Karl Williamsonlocale.c: Allow function to have side effects
2022-10-10 Karl Williamsonlocale.c: Meld two functions into one
2022-10-10 Karl Williamsonlocale.c: Refactor S_find_locale_from_environment()
2022-10-10 Karl Williamsonlocale.c: Move find_locale_from_environment() in file
2022-10-10 Karl WilliamsonAdd wrap_wsetlocale() to embed.fnc
2022-10-09 Tony Cookperldelta for a37e8492a204, 35458d36d3c9
2022-10-09 Felipe GasperCompile anonymous subs as anoncode without srefgen.
2022-10-09 Felipe GasperAdd anonconst test to Deparse.t
2022-10-07 Karl WilliamsonAllow non-ASCII locale names
2022-10-06 Karl Williamsonlocale.c: Display thread in DEBUG statements
2022-10-05 Nathan MillsNathan Mills is now a Perl author
2022-10-05 Nathan Millspp_pack: Suppress Cppcheck warning.
2022-10-03 Elvin Aslanov[doc] perlnewmod: Move links from HTTP to HTTPS
2022-10-02 Paul "LeoNerd... Add comments to perly.y to explain token ordering
2022-10-02 Karl Williamsonlocale.c: Fix syntax error (only when no LC_ALL)
2022-10-02 Karl WilliamsonCertain LC_CTYPE variables need to always exist
2022-10-02 Karl Williamsonintrpvar.h: Consolidate some defns into #ifdefs
2022-10-02 Karl Williamsonintrpvar.h: White space only
2022-10-02 Karl Williamsonperl.h: Rmv nested STMT_START...END
2022-10-01 Karl Williamsonlocale.c: Remove obsolete, unused label
2022-10-01 Peter John... Math-Complex: fix syntax error in example
2022-10-01 Peter John... Math-Complex: update URLs
2022-10-01 Peter John... fix typo (remove redundant 'an')
2022-10-01 Karl WilliamsonMove Math-Complex from cpan/ to dist/
2022-09-30 Karl WilliamsonRMG: Add step for deprecation/experimental resolution
2022-09-30 Karl Williamsonthread.h: White space only
2022-09-30 Karl WilliamsonAdd pTHX to thread_locale_(init|term)
2022-09-29 Karl WilliamsonMerge branch 'Add mutexes' into blead
2022-09-29 Karl Williamsonutil.c: Add locks around strftime() calls
2022-09-29 Karl WilliamsonPOSIX.xs: Add some mutex locks
2022-09-29 Karl WilliamsonAdd mutexes for various libc calls
2022-09-29 Karl Williamsonos2: Use many reader lock instead of exclusive
2022-09-29 Karl Williamsonutil.c: mktime needs to run under a mutex
2022-09-29 Karl Williamsonwin32.c: Add mutexes around some calls
2022-09-29 Karl WilliamsonAdd mutexes around calls in pp_sys.c
2022-09-29 Karl Williamsontime64.c: Remove no longer needed code
2022-09-29 Karl Williamsonperl.h: Finish implementing combo ENV/LOCALE mutexes
2022-09-29 Karl Williamsonperl.h: Move some statements
next