summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* prevent undefined behaviour in S_maybe_multideref()Tony Cook2022-07-181-22/+23
* replace (0+(pointer)) with casts to the pointer typeTony Cook2022-07-184-8/+8
* B::Concise - private flags may store the argument countRichard Leach2022-07-181-1/+6
* t/re/fold_grind: Use C locale if no LC_CTYPEKarl Williamson2022-07-171-1/+5
* Fix ASSUME on clangKarl Williamson2022-07-171-0/+8
* Fix compiled pattern display under -DrKarl Williamson2022-07-174-11/+35
* perldelta for added builtin::export_lexicallyPaul "LeoNerd" Evans2022-07-151-0/+2
* Add builtin function `export_lexically()`Paul "LeoNerd" Evans2022-07-154-0/+157
* Extract the code for performing lexical export out of builtin::import into he...Paul "LeoNerd" Evans2022-07-151-12/+36
* Reword VMS-specific comment on my_failure_exitCraig A. Berry2022-07-151-2/+2
* regcomp.h: deal with 64 bit aligned pointer data in regex program.Yves Orton2022-07-151-13/+85
* regcomp.c: deal with overflow related OPTIMIZE_INFTY and deltaYves Orton2022-07-151-8/+80
* regexec.c: avoid compiler warnings about possible uninitialized useYves Orton2022-07-151-2/+10
* locale.c - silence build warning for unused S_calculate_LC_ALL()Yves Orton2022-07-154-29/+36
* regen/embed_lib.pl - deal with comments betterYves Orton2022-07-151-2/+2
* Merge branch 'perlgov-link-to-github' into bleadRicardo Signes2022-07-151-0/+13
|\
| * perlgov: send readers to github for current member listRicardo Signes2022-07-151-0/+13
|/
* locale.c: Display the correct char in msgKarl Williamson2022-07-131-1/+1