summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perlhist: update release date for 5.37.2v5.37.2Nicolas R2022-07-201-0/+1
* Update perldelta for 5.37.2Nicolas R2022-07-201-224/+214
* Update Module::CoreList for 5.37.2Nicolas R2022-07-201-0/+148
* Sync Test::Simple with CPAN 1.302191Nicolas R2022-07-2073-82/+84
* Sync Text::Balanced with CPAN 2.06Nicolas R2022-07-2011-417/+441
* Sync PerlIO::via::QuotedPrint with CPAN 0.10Nicolas R2022-07-203-4/+5
* pp_subst: optimize by not calling utf8_lengthLoren Merritt2022-07-204-6/+10
* Add some links to vote_admin_guide.podNicolas R2022-07-201-2/+2
* release 6.2 of Dragonfly BSD fixed getcwd()Tony Cook2022-07-201-1/+2
* properly populate osvers on Dragonfly BSD when the hostname isn't setTony Cook2022-07-201-1/+4
* Configure: Add missing `#include <inttypes.h>` to test programsTAKAI Kousuke2022-07-201-0/+8
* Configure: Fix typos for C99 macro name PRIX64TAKAI Kousuke2022-07-201-1/+1
* Description spelling should match function spellingJames E Keenan2022-07-201-15/+15
* Tests for prototypes of 'builtin::*' functionsJames E Keenan2022-07-201-0/+20
* Sync experimental with CPAN 0.028Nicolas R2022-07-203-3/+11
* Sync Math::BigRat with CPAN 0.2624Nicolas R2022-07-205-180/+571
* Sync Math::BigInt::FastCalc with CPAN 0.5013Nicolas R2022-07-203-9/+6
* Sync Math::BigInt with CPAN 1.999837Nicolas R2022-07-2075-15074/+3896
* Pod::Usage with CPAN 2.03Nicolas R2022-07-204-69/+78
* Sync Pod::Checker with CPAN 1.75Nicolas R2022-07-202-3/+6
* Update libnet to CPAN 3.14Nicolas R2022-07-202-2/+2
* Update Filter::Util::Call to CPAN 1.61Nicolas R2022-07-203-7/+9
* Fix typo in perlunicodeKarl Williamson2022-07-201-1/+1
* Add Haarg to the Core TeamNicolas R2022-07-202-0/+3
* Bump Win32 tarballNicolas R2022-07-201-1/+1
* Bump Locale::Maketext tarballNicolas R2022-07-201-1/+1
* Update IO::Compress to CPAN 2.201Nicolas R2022-07-2034-245/+270
* Sync Compress-Raw-Zlib with CPAN 2.202Nicolas R2022-07-2012-236/+469
* Sync Compress-Raw-Bzip2 with CPAN 2.201Nicolas R2022-07-203-3/+3
* pp_goto(); skip saving PL_opDavid Mitchell2022-07-201-1/+0
* fixup XS::APItest::gimme() return valueDavid Mitchell2022-07-201-1/+4
* Sync bignum with CPAN 0.66Nicolas R2022-07-2011-14/+117
* Sync CPAN with CPAN 2.34Nicolas R2022-07-203-4/+4
* Revert incorrect cpan bumpNicolas R2022-07-201-2/+1
* Sync DB_File with CPAN 1.858Nicolas R2022-07-202-19/+5
* Socket 2.035 is not customized anymoreNicolas R2022-07-201-2/+0
* Whitespace fix in av.c / Perl_newAVhvPaul "LeoNerd" Evans2022-07-201-1/+1
* newAVhv - av_push_simple for faster ret array assignmentsRichard Leach2022-07-201-5/+5
* newAVav - av_push_simple for faster ret array assignmentRichard Leach2022-07-201-8/+12
* newAVav/newAVhv - use faster newAV_alloc_x(z) macrosRichard Leach2022-07-201-13/+9
* Ensure builtin::trim() has ($) prototypePaul "LeoNerd" Evans2022-07-201-1/+1
* buildtoc - fix inner links when generating perltoc.podGraham Knop2022-07-201-0/+2
* I18N:LangTags: Fix casing issue GH #16500Karl Williamson2022-07-192-11/+18
* Add descriptions for tests lacking themJames E Keenan2022-07-181-12/+28
* Make 4-argument select() handle UTF8-flagged strings correctly.Felipe Gasper2022-07-193-3/+90
* handy.h: 'porcelain" => "base"Karl Williamson2022-07-181-62/+62
* Add LINE_Tf format for line_t variablesKarl Williamson2022-07-182-1/+3
* hv_delete_common: avoid adding an offset to a NULL pointerTony Cook2022-07-181-5/+7
* sv_resetpvn: prevent adding a zero offset to a NULL pointerTony Cook2022-07-181-1/+1
* avoid signed integer overflow in "use integer" opsTony Cook2022-07-181-5/+5