summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove ~~ from autodoc.plPhilippe Bruhat (BooK)2022-09-231-2/+3
* pp_undef w/ TARGMY: push sv, not &PL_sv_undef, onto the stackRichard Leach2022-09-232-2/+10
* regcomp.c - use _simple functions where apparently safe to do soRichard Leach2022-09-221-38/+37
* SvPVCLEAR_FRESH - change from macro to inline functionRichard Leach2022-09-225-13/+23
* locale.c: Refactor internal debugging functionKarl Williamson2022-09-224-30/+44
* makedef.pl: Rmv obsolete symbolKarl Williamson2022-09-221-1/+0
* locale.c: Mitigate unsafe threaded localesKarl Williamson2022-09-214-2/+151
* perl.h: Remove now empty blockKarl Williamson2022-09-211-35/+0
* perl.h: Move LOCALE_READ_LOCK #definitionKarl Williamson2022-09-211-7/+6
* perl.h: Move #defining SETLOCALE_LOCKKarl Williamson2022-09-211-13/+8
* Add POSIX_SETLOCALE_LOCK/UNLOCKKarl Williamson2022-09-212-2/+25
* perl5374delta: fix pod markupKarl Williamson2022-09-211-1/+1
* Warnings thrown by GetOptions suffice; no need to dump PODJames E Keenan2022-09-211-29/+29
* Module::CoreList is now version 5.20220920Karen Etheridge2022-09-211-1/+1
* make expr parameter to newLOOPOP() NN, it was required anywayTony Cook2022-09-213-43/+44
* Prepare Module::Corelist for 5.37.5Karen Etheridge2022-09-202-2/+26
* Bump the perl version in various places for 5.37.5Karen Etheridge2022-09-2019-123/+123
* New perldelta for 5.37.5Karen Etheridge2022-09-2010-285/+734
* tick off 5.37.4 releaseKaren Etheridge2022-09-201-1/+1
* add epigraph for 5.37.4Karen Etheridge2022-09-201-0/+6
* add perlhist entryv5.37.4Karen Etheridge2022-09-201-0/+1
* final perldelta fixesKaren Etheridge2022-09-201-6/+3
* update perldelta for module updatesKaren Etheridge2022-09-201-23/+83
* update Module::CoreList for 5.37.4Karen Etheridge2022-09-201-0/+47
* bump XSLoader version: see commit a635e7229bKaren Etheridge2022-09-201-2/+2
* bump Safe version: see commit 3b5ec3ecKaren Etheridge2022-09-201-1/+1
* finalize perldelta, except for module updatesKaren Etheridge2022-09-201-246/+62
* whitespaceKaren Etheridge2022-09-201-1/+1
* locale.c: Workaround for attributes.pm breakageKarl Williamson2022-09-202-0/+34
* wording fixKaren Etheridge2022-09-202-2/+2
* Fix links in perldeltaKarl Williamson2022-09-202-3/+6
* perlexperiment: fix warning category for defer and extra parired delimitersDagfinn Ilmari Mannsåker2022-09-201-2/+2
* perldelta - change pod markup for non-core modulesRichard Leach2022-09-191-3/+3
* move a paren to improve wordingKaren Etheridge2022-09-191-2/+2
* CI/macos: Switch to macos-11Bram2022-09-191-3/+3
* CI/macos: Remove `export SDK`Bram2022-09-191-1/+0
* perldelta - add GH#20114 to Known Problems sectionRichard Leach2022-09-191-1/+14
* Skip 'pending changes' test for automated testingBram2022-09-191-77/+57
* Use `git symbolic-ref` instead of `git branch`Bram2022-09-191-2/+1
* vnewSVpvf - inline & reduce call to sv_vsetpvfnRichard Leach2022-09-181-2/+3
* S_regclass - use SvPVCLEAR_FRESH on new SVRichard Leach2022-09-181-2/+2
* S_scan_heredoc - use SvPVCLEAR_FRESH on new SVRichard Leach2022-09-181-1/+1
* sv.c - add SvPVCLEAR_FRESH macro for new PVs with bufferRichard Leach2022-09-181-0/+18
* S_scan_heredoc: fresh sv functions close to point of useRichard Leach2022-09-181-2/+2
* perl.h: Fix typoKarl Williamson2022-09-181-1/+1
* sv_setsv_cow - directly create desired SVt_COW SVRichard Leach2022-09-171-2/+2
* perlhacktips: Add a section on symbol namingKarl Williamson2022-09-161-0/+93
* pod - remove references to PrePAN (now defunct)Richard Leach2022-09-152-16/+6
* perlguts - document newAV_alloc_x/z and _simple funcsRichard Leach2022-09-161-2/+56
* Perl_sv_setsv_flags: return after invlist_clone caseRichard Leach2022-09-141-2/+4