This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-08-22 Karl Williamsonlocale.c: Reorder cases in a switch
2022-08-22 Karl Williamsonlocale.c: Mollify clang
2022-08-22 Karl WilliamsonMove code for mbr?towc() from POSIX.xs to locale.c
2022-08-22 Karl Williamsonlocale.c: Separate out two Win fcns from a larger one
2022-08-22 Karl Williamsonlocale.c: Don't change locale if already there
2022-08-22 Karl Williamsonlocale.c: Silence some compiler warnings if no LC_ALL
2022-08-22 Karl WilliamsonInitialize PL_numeric_name, PL_collation_name
2022-08-22 Karl Williamsonlocale.c: Refactor a strerror implementation
2022-08-22 Karl Williamsonlocale.c: querylocale return mortalized copy
2022-08-21 James E KeenanCorrect .mailmap entry for a08a101a45
2022-08-21 Bramt/io/eintr.t: only show diag message on failure
2022-08-21 Bramt/io/eintr.t: Add `diag` when F_GETPIPE_SZ failed
2022-08-21 Bramt/io/eintr.t: Fix sporadic test failure
2022-08-21 Bramt/io/eintr.t: Whitespace fixes
2022-08-21 Bramt/io/eintr.t: Rename variable to `$pipe_buf_size`
2022-08-21 Yves OrtonupdateAUTHORS.pm - detect missing preambles in files
2022-08-21 mohawk2remove_outputmap POD was titled remove_inputmap
2022-08-21 Yves OrtonupdateAUTHORS.p[lm] - add testing for dupe names and...
2022-08-21 Yves OrtonAUTHORS - remove GitHub (and exclude it explicitly)
2022-08-21 Yves OrtonAUTHORS, .mailmap - resolve issue #20010
2022-08-21 Yves OrtoncheckAUTHORS.pl - delete and replace with updateAUTHORS.pl
2022-08-21 Yves OrtonupdateAUTHORS.p[lm] - Add a way to rename authors properly
2022-08-21 Yves OrtonupdateAUTHORS.pm - remove redundant data from .mailmap
2022-08-21 Yves OrtonupdateAUTHORS.pl - improved pod explanations
2022-08-21 Yves OrtonupdateAUTHORS.pl - add support for --tap
2022-08-21 Yves OrtonAUTHORS - update the blurb
2022-08-21 Yves OrtonupdateAUTHORS.pl - Add debugging option
2022-08-21 Yves OrtonupdateAUTHORS.pm - use fc() for sorting, and improved...
2022-08-21 Yves OrtonupdateAUTHORS.pm - Fix windows support for git operations
2022-08-21 Yves OrtonupdateAUTHORS.p[lm] - add support for reports like...
2022-08-21 Yves OrtonupdateAUTHORS.p[lm] - add exclusion support
2022-08-21 Yves OrtonupdateAUTHORS.pm - use _file suffix for methods that...
2022-08-21 Yves OrtonupdateAUTHORS.pl - add support for a commit range
2022-08-21 Yves OrtonupdateAUTHORS.pm - don't update files if they don't...
2022-08-21 Yves OrtonupdateAUTHORS.pl - add support for verbose
2022-08-21 Yves OrtonupdateAUTHORS.pl - use Getopt::Long in "hash ref" mode
2022-08-21 Yves OrtonupdateAUTHORS.pm - use object to store state and avoid...
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
next