This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-09-26 Karl Williamsonlocale.c: Stop compiler warning
2022-09-25 Craig A. BerryVMS now has mkostemp
2022-09-25 Yves Ortontoke.c - silence build warning for non DEBUGGING mode
2022-09-24 Philippe Bruhat... Reclaim unused bits in ${^WARNING_BITS}
2022-09-23 Craig A. BerrySO_SNDBUF requires elevated privileges on VMS
2022-09-23 Craig A. BerryDon't export win32-only symbols on non-Windows
2022-09-23 Philippe Bruhat... Remove ~~ from autodoc.pl
2022-09-23 Richard Leachpp_undef w/ TARGMY: push sv, not &PL_sv_undef, onto...
2022-09-22 Richard Leachregcomp.c - use _simple functions where apparently...
2022-09-22 Richard LeachSvPVCLEAR_FRESH - change from macro to inline function
2022-09-22 Karl Williamsonlocale.c: Refactor internal debugging function
2022-09-22 Karl Williamsonmakedef.pl: Rmv obsolete symbol
2022-09-21 Karl Williamsonlocale.c: Mitigate unsafe threaded locales
2022-09-21 Karl Williamsonperl.h: Remove now empty block
2022-09-21 Karl Williamsonperl.h: Move LOCALE_READ_LOCK #definition
2022-09-21 Karl Williamsonperl.h: Move #defining SETLOCALE_LOCK
2022-09-21 Karl WilliamsonAdd POSIX_SETLOCALE_LOCK/UNLOCK
2022-09-21 Karl Williamsonperl5374delta: fix pod markup
2022-09-21 James E KeenanWarnings thrown by GetOptions suffice; no need to dump POD 20320/head
2022-09-21 Karen EtheridgeModule::CoreList is now version 5.20220920
2022-09-21 Tony Cookmake expr parameter to newLOOPOP() NN, it was required...
2022-09-21 Karen EtheridgePrepare Module::Corelist for 5.37.5
2022-09-21 Karen EtheridgeBump the perl version in various places for 5.37.5
2022-09-21 Karen EtheridgeNew perldelta for 5.37.5
2022-09-21 Karen Etheridgetick off 5.37.4 release
2022-09-21 Karen Etheridgeadd epigraph for 5.37.4
2022-09-20 Karen Etheridgeadd perlhist entry v5.37.4
2022-09-20 Karen Etheridgefinal perldelta fixes
2022-09-20 Karen Etheridgeupdate perldelta for module updates
2022-09-20 Karen Etheridgeupdate Module::CoreList for 5.37.4
2022-09-20 Karen Etheridgebump XSLoader version: see commit a635e7229b
2022-09-20 Karen Etheridgebump Safe version: see commit 3b5ec3ec
2022-09-20 Karen Etheridgefinalize perldelta, except for module updates
2022-09-20 Karen Etheridgewhitespace
2022-09-20 Karl Williamsonlocale.c: Workaround for attributes.pm breakage
2022-09-20 Karen Etheridgewording fix
2022-09-20 Karl WilliamsonFix links in perldelta
2022-09-20 Dagfinn Ilmari... perlexperiment: fix warning category for defer and...
2022-09-19 Richard Leachperldelta - change pod markup for non-core modules
2022-09-19 Karen Etheridgemove a paren to improve wording
2022-09-19 BramCI/macos: Switch to macos-11
2022-09-19 BramCI/macos: Remove `export SDK`
2022-09-19 Richard Leachperldelta - add GH#20114 to Known Problems section
2022-09-19 BramSkip 'pending changes' test for automated testing
2022-09-19 BramUse `git symbolic-ref` instead of `git branch`
2022-09-18 Richard LeachvnewSVpvf - inline & reduce call to sv_vsetpvfn
2022-09-18 Richard LeachS_regclass - use SvPVCLEAR_FRESH on new SV
2022-09-18 Richard LeachS_scan_heredoc - use SvPVCLEAR_FRESH on new SV
2022-09-18 Richard Leachsv.c - add SvPVCLEAR_FRESH macro for new PVs with buffer
2022-09-18 Richard LeachS_scan_heredoc: fresh sv functions close to point of use
2022-09-18 Karl Williamsonperl.h: Fix typo
2022-09-17 Richard Leachsv_setsv_cow - directly create desired SVt_COW SV
2022-09-16 Karl Williamsonperlhacktips: Add a section on symbol naming
2022-09-16 Richard Leachpod - remove references to PrePAN (now defunct)
2022-09-15 Richard Leachperlguts - document newAV_alloc_x/z and _simple funcs
2022-09-14 Richard LeachPerl_sv_setsv_flags: return after invlist_clone case
2022-09-14 BramCI/cygwin: clone the repo similar to 'checkout@v2'
2022-09-14 BramCI/cygwin: use test harness with 2 jobs
2022-09-14 BramCI/cygwin: use `shell: sh`
2022-09-14 BramCI/linux-i386: use shallow clone (fetch-depth: 1)
2022-09-14 BramCI/linux-i386: Remove fetching of tags
2022-09-14 BramCI/linux-i386: Explain why 'checkout@v2' fails
2022-09-14 Bramtestsuite.yml: Remove fetching of tags
2022-09-13 James E KeenanNet-Ping: No longer need to TODO some tests when on...
2022-09-12 Dagfinn Ilmari... Fix t/porting/authors.t breakgage for people with non...
2022-09-12 Karl Williamsonlocale.c: Use LC_ALL only if available on platform
2022-09-12 Karl WilliamsonWin32 should start new threads in C locale
2022-09-12 Karl Williamsonthread.h Save errno around lock/unlock
2022-09-12 Karl Williamsonthread.h: White-space, braces only
2022-09-12 James E Keenanperlfilter.pod: Retain entry in customized database
2022-09-12 Yves Ortonpod/perldelta - add entries to the incompatible changes...
2022-09-11 Bramre/pat_advanced.t: remove `todo_skip` from test
2022-09-10 Karl Williamsonlocale.c: Clean up two DEBUG stmts
2022-09-10 Karl Williamsonperl.h: Rmv duplicate #define
2022-09-10 Karl WilliamsonRevert "perl.h: Move #defining SETLOCALE_LOCK"
2022-09-10 Karl Williamsonperl.h: Move #defining SETLOCALE_LOCK
2022-09-10 Karl WilliamsonMove #include from locale.c to perl.h
2022-09-10 Elvin AslanovUpdate POSIX synopsis
2022-09-10 Karl WilliamsonMerge branch 'Change init of certain locale categories...
2022-09-10 Karl Williamsonlocale.c: Remove no-longer necessary conditionals
2022-09-10 Karl Williamsonlocale.c: Use locale change subs at initialization
2022-09-10 Karl Williamsonlocale.c: Initialize PL_underlying_numeric_obj
2022-09-10 Karl Williamsonlocale.c More new_ctype() refactoring
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning when no LC_COLLATE
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning when no LC_CTYPE
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning about S_mortalixzed_...
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning about S_new_numeric
2022-09-10 Karl Williamsonlocale.c: Silence C_codeset compiler warning
2022-09-10 Karl Williamsonlocale.c: Change macro name 'porcelain' => 'posix'
2022-09-09 Karl Williamsonsv.c: Comments white-space only
2022-09-09 Karl Williamsonlocale.c: Clarify comment
2022-09-09 Karl WilliamsonMerge branch 'Start cleaning up mutexes for locales...
2022-09-09 Karl Williamsonperl.h: Remove LOCALECONV_LOCK
2022-09-09 Karl Williamsonperl.h: Remove NL_LANGINFO_LOCK
2022-09-09 Karl WilliamsonRedefine the POSIX.xs locale macros using prev commit
2022-09-09 Karl WilliamsonAdd locale macro to wrap global-memory-using functions
2022-09-09 Karl WilliamsonUse general locale mutex for numeric operations
2022-09-09 Karl WilliamsonMake the locale mutex a general semaphore
2022-09-09 Karl Williamsonperl.h: Reorder cpp branches
2022-09-09 Karl Williamsonperl.h: Move some code around
next