This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-08-21 Yves OrtonupdateAUTHORS.pl - split into module Porting/updateAUTH...
2022-08-21 Yves Ortont/porting/update_authors.t - initial tests for Porting...
2022-08-21 Yves Ortontestsuite.yml - fix and rename "authors" CI workflow...
2022-08-21 Yves Ortont/porting/podcheck.t - ignore .bak files
2022-08-21 Yves Orton.mailmap/AUTHORS - remove duplicate listing
2022-08-21 Karl WilliamsonPer-word utf8_to_bytes()
2022-08-20 Neil BowersUpdated Module::CoreList ready for 5.37.4
2022-08-20 Neil BowersBumping perl version in various places for 5.37.4
2022-08-20 Neil Bowersnew perldelta for 5.37.4
2022-08-20 Neil Bowersmarked 5.37.3 as done in the release schedule
2022-08-20 Neil BowersUpdated epigraphs.pod with the epigraph for 5.37.3
2022-08-20 Neil BowersLate addition to perldelta for a change related to... v5.37.3
2022-08-20 Neil BowersAdded 5.37.3 to perlhist
2022-08-20 Neil Bowersupdated perldelta for CPAN module changes
2022-08-20 Neil BowersUpdate Module::CoreList for 5.37.3
2022-08-20 Neil Bowersperldelta WIP
2022-08-20 Neil BowersUpdates from Porting/updateAUTHORS.pl
2022-08-20 Neil Bowersversion of Module-CoreList wasn't matching what's on...
2022-08-20 Neil BowersImporting Socket 2.036 from CPAN
2022-08-20 Neil BowersImport Scalar-Util 1.63 from CPAN
2022-08-20 Neil BowersImporting Filter 1.64 from CPAN
2022-08-20 Neil BowersImport ExtUtils-PL2Bat 0.005 from CPAN
2022-08-20 Karl WilliamsonMake freebsd not use POSIX 2008 locales
2022-08-20 Karl Williamsonmakedef: Export certain symbols
2022-08-19 Nicholas Clarkdl_dyld.xs should not create a `mode` variable only...
2022-08-19 小鸡Pathtools: update version info in files meta.json and...
2022-08-18 Graham Knopfix t/porting/authors.t detection of merge commits
2022-08-18 Karl Williamsondiag.t: Rmv obsolete don't cares
2022-08-18 Karl Williamsondiag.t: Collapse "Function not implemented" entries
2022-08-18 Karl Williamsondiag.t: Collapse all Usage: entries
2022-08-18 Karl Williamsonplan9/plan9.c: Rmv double space
2022-08-18 BramFix make_patchnum.pl when run from subdir
2022-08-18 Karl Williamsonlocale.c: Make sure LC_ALL gets changed when necessary
2022-08-18 Karl Williamsonlocale.c: Change to use an enum parameter
2022-08-18 Karl Williamsonlocale.c: Remove redundant loop iteration
2022-08-18 Yves Ortonperl.h - remove visibility attribute on cygwin
2022-08-18 Karl WilliamsonMerge branch 'more loc_tools beyond 2fbb1a06df' into...
2022-08-18 Karl Williamsont/loc_tools.pl: Turn off warnings in a timely manner
2022-08-18 Karl Williamsont/loc_tools.pl: White-space only
2022-08-18 Karl Williamsont/loc_tools.pl: Check for unsupported locales
2022-08-18 Karl WilliamsonLanginfo.t: Handle systems without LC_ALL
2022-08-18 Bramwin32: check if CCHOME is correctly set
2022-08-18 Karl WilliamsonMerge branch 'loc_tools' into blead
2022-08-18 Karl Williamsont/loc_tools.pl: Don't allow commas in locale names
2022-08-18 Karl Williamsont/loc_tools.pl: Add checks
2022-08-18 Karl Williamsont/loc_tools.pl: Fail earlier
2022-08-18 Karl Williamsont/loc_tools.pl: Refactor _trylocale()
2022-08-18 Karl Williamsont/loc_tools.pl: Print better failing test numbers
2022-08-18 Karl Williamsonloc_tools.pl: Move code in file
2022-08-18 Karl Williamsonloc_tools: Create function, refactor
2022-08-18 Karl Williamsonperl.c: Rm redundant initialization of PL_C_locale_obj
2022-08-18 Karl Williamsonhints/freebsd.sh: Don't use querylocale() due to bugs
2022-08-18 Karl Williamsonlocale.c: Fix wrongly worded panic error message
2022-08-18 Karl Williamsonrun/locale.t: Skip collation test if no LC_COLLATION
2022-08-17 Bramwin32/GNUmakefile: correct $(CONFIGPM) deps
2022-08-17 BramAdd extra scope block for switch case (fix g++)
2022-08-17 Karl Williamsonlocale.c: Fix memory leak
2022-08-17 BramAdd 'g++' build in the GitHub workflow
2022-08-17 Paul "LeoNerd... Add a PadnameREFCNT_inc() macro
2022-08-17 Richard LeachPerldelta for GH#19943 (OP_PADSV_STORE)
2022-08-17 Reini UrbanFilter-Util-Call: sync with CPAN version 1.63
2022-08-17 James E KeenanCUSTOMIZED entry needs relative path from distribution
2022-08-17 Aristotle PagaltzisMemoize: sync with CPAN version 1.10
2022-08-17 Richard LeachImplement OP_PADSV_STORE - combined sassign/padsv OP
2022-08-17 David Mitchelladd missing =cut to sv.h
2022-08-17 Tony Cookprevent calling recursing into S_concat_pat() for an...
2022-08-16 Paul "LeoNerd... Define a CvREFCOUNTED_ANYSV flag
2022-08-16 Bramlocale.c: Fix trial_locales declaration (fix g++)
2022-08-16 Yves Ortont/porting/authors.t - respect .mailmap in test
2022-08-15 Karl Williamsonlocale.c: Clarify comment
2022-08-15 BramCleanup 'use system default locale' on WIN32
2022-08-15 BramSet fallback_(desc|name) when adding trial_locales
2022-08-15 BramUse struct for `trial_locales`
2022-08-15 Paul "LeoNerd... Use the cPMOPx-family of macros instead of manual ...
2022-08-15 Paul "LeoNerd... Use the cUNOPx-family of macros instead of manual ...
2022-08-15 Paul "LeoNerd... Use the cLOGOPx-family of macros instead of manual...
2022-08-15 Paul "LeoNerd... Use the cBINOPx-family of macros instead of manual...
2022-08-15 Paul "LeoNerd... Use the cLISTOPx-family of macros instead of manual...
2022-08-15 Paul "LeoNerd... Use the cSVOPx-family of macros instead of manual ...
2022-08-14 Karl Williamsonlocale.c: Fix memory leak
2022-08-14 Karl Williamsonregen/warnings.pl Rmv extraneous 'my' declaration
2022-08-12 Yves OrtonAdd a new env var PERL_RAND_SEED
2022-08-12 Yves Ortonhv.c/handy.h - move logic from hv.c to handy.h
2022-08-12 Yves Ortondist/threads - add a test to check that the pod version...
2022-08-12 Yves Ortont/op/each.t - Deal with env vars PERL_HASH_SEED or...
2022-08-11 Leon TimmermansMake PerlIO::get_layers accept IO references
2022-08-11 Karl WilliamsonDon't use POSIX 2008 locales on cygwin
2022-08-11 BramAdd what-to-do when push after merge fails
2022-08-10 Karl Williamsonrun/locale.t: Skip localeconv test if not on system
2022-08-10 Karl WilliamsonAdd missing merge message for 5a04f3b4c9..58236863a5
2022-08-10 James E KeenanDocument C<local *STDOUT> as an alternative to C<select...
2022-08-10 Mark ShelorDigest-SHA: Sync with CPAN version 6.03
2022-08-10 Karl WilliamsonMake DEBUGGING the default on CI for Windows
2022-08-10 Karl Williamsonlocale.c: Print code point in hex, not decimal
2022-08-10 Karl Williamsonlocale.c: Add check that strxfrm didn't fail
2022-08-10 Karl Williamsonlocale.c: Change assert() into STATIC_ASSERT()
2022-08-10 Karl WilliamsonSwap the ordering of two locale category indices
2022-08-10 Karl Williamsonlocale.c: Rmv unnecessary variable
2022-08-10 Karl Williamsonlocale.c: Make sure newlocale() doesn't destroy arg
2022-08-10 Karl Williamsonlocale.c: panic if shouldn't-happen events do
next