This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-10-08 Hugo van der... regexec: disallow zero-width nodes in regrepeat
2020-10-08 Hugo van der... regcomp: do not mark zero-width constructs SIMPLE
2020-10-08 Richard Leachpp_split: reify using NULL rather than PL_sv_undef...
2020-10-08 Dan BookAdd crosslinks between perl5db.pl and perldebug-related...
2020-10-08 Karl Williamsonperl.h: White-space only
2020-10-08 Karl Williamsonperl.h: Restrict to core likely to conflict macro names
2020-10-08 Karl WilliamsonRename internal macros in warnings.h
2020-10-08 Karl Williamsonperlclib: Use proper reference
2020-10-07 Karl Williamsonperlapi: Consolidate sv_copypv-ish entries
2020-10-07 Todd RinaldoRemove the need for add_my_to_dump helper in Data:...
2020-10-07 Todd RinaldoRemove unnecessary need for Data::Dumper Config{extensi...
2020-10-07 Todd RinaldoMake Data::Dumper strict and warnings compliant
2020-10-07 Dan Bookperlutil updates and cleanup
2020-10-07 Karl WilliamsonDocument XSPROTO
2020-10-07 Karl WilliamsonDocument newSUB, newATTRSUB
2020-10-06 Todd RinaldoUpdate ExtUtils-MakeMaker to CPAN version 7.48
2020-10-06 Nicolas RCustom timeout to detect conflicts
2020-10-06 Karl WilliamsonAUTHORS: Fix capitalization of TAKAI Kousuke
2020-10-06 Todd RinaldoUpdate Digest::MD5 to CPAN version 2.57
2020-10-06 Karl WilliamsonDocument GvSVn
2020-10-05 Todd RinaldoCorrect build time warning for vxs.inc
2020-10-05 Todd RinaldoUpdate Pod::Checker to CPAN version 1.74
2020-10-05 Todd RinaldoMake Exporter strict and warnings compliant
2020-10-05 Todd RinaldoMake FindBin strict and warnings compliant
2020-10-04 Karl WilliamsonMerge branch 't-a-k-oct-doc-fix' into blead
2020-10-04 Karl WilliamsonTakai Kousuke is now a Perl author
2020-10-04 TAKAI Kousukeperlfunc.pod - describe that "x" and "b" work the same...
2020-10-04 Karl WilliamsonTaki Kousuke is now a Perl author
2020-10-04 Karl WilliamsonMerge branch 'oct-doc-fix' of github.com:t-a-k/perl5...
2020-10-04 Karl Williamsonmro.xs: Fix compiler warning
2020-10-04 Richard LeachPerl_av_extend_guts: use Zero() rather than a while...
2020-10-04 Richard LeachPerl_av_extend_guts: tabs converted to spaces; unnecess...
2020-10-04 Christian Waldeignore cygwin files that cannot be stat()ed in t/op...
2020-10-03 Richard LeachTest split on empty pattern with varying field counts
2020-10-03 Hugo van der... In tests, fix @INC before loading more stuff
2020-10-03 Christian Walde... forcibly check the timing of the regex/alarm test in...
2020-10-03 Samanta NavarroFix typos
2020-10-03 Karen EtheridgeUpdate File-Temp to CPAN version 0.2311
2020-10-03 Richard Leachpp_split: RXf_NULL branch - separate out scalar & UTF8...
2020-10-02 Todd RinaldoUpdate Porting/Maintainers.pl for recent version.pm...
2020-10-02 Todd RinaldoFix Makefile.PL in Unicode-Normalize to be strict/warni...
2020-10-02 Karl Williamsonregen/regcomp.pl: Extract repeated format to a scalar
2020-10-02 Karl Williamsonregcomp.sym: Reorder some entries
2020-10-02 Karl Williamsonregexec.c: White-space only
2020-10-02 Karl WilliamsonS_find_byclass() Restructure bounds checking
2020-10-02 Todd RinaldoUpdate version to CPAN version 0.9928
2020-10-02 Hugo van der... Test split on empty pattern with field count
2020-10-02 Hugo van der... Revert "pp_split: RXf_NULL branch [...]"
2020-10-01 Nicolas RSleep before running auto-label-merge-conflicts
2020-10-01 TAKAI Kousukeperlfunc.pod - describe that "x" and "b" work the same... 18185/head
2020-09-30 Karl WilliamsonNote that CvGV is now documented
2020-09-30 Todd RinaldoMake dist/Carp strict compliant.
2020-09-30 Todd RinaldoUpdate Module-Load to CPAN version 0.36
2020-09-30 Karl Williamsonperlapi: croak_nocontext is preferred over plain croak
2020-09-30 Richard Leachpp_split: RXf_NULL branch - separate out (gimme_scalar...
2020-09-29 Karl WilliamsonErrno: Bump version
2020-09-29 Thibault DUPONCHELLEFix build on Haiku beta, set correct Haiku usrinc and...
2020-09-29 Felipe GasperAdd POD for AvARRAY.
2020-09-29 Karl WilliamsonDocument NV to int cast macros
2020-09-29 Karl WilliamsonRemove Perl_av_top_index
2020-09-29 Karl Williamsonsv.h: sv_collxfrm didn't work properly
2020-09-29 Karl WilliamsonFix return type in pod for HvNAMELEN_get
2020-09-29 Karl Williamsonperlvar: Remove mention of WIFCONTINUED
2020-09-29 Karl WilliamsonDocument CvGV
2020-09-28 Sawyer XRevert "Update File-Temp to CPAN version 0.2310"
2020-09-28 Todd RinaldoUpdate MIME-Base64 to CPAN version 3.16
2020-09-27 Karl Williamsonutf8.pm: Add decoding example to pod
2020-09-27 Karl WilliamsonAPItest.xs: Silence compiler warning
2020-09-27 Karl WilliamsonSilence compiler warning
2020-09-27 Sawyer XGH #12937: document perldb.ini
2020-09-26 Dan Bookperlcommunity - replace reference to Raku development...
2020-09-26 Sawyer XGH #18109: Detect failures with HTTP::Tiny in sync...
2020-09-26 Karen EtheridgeUpdate File-Temp to CPAN version 0.2310
2020-09-25 Sawyer XGH #17947: Clarify Perl modules versus library
2020-09-25 Sawyer XRemove Parrot reference
2020-09-25 Sawyer XLast bits of Perl 6 -> Raku
2020-09-25 Hugo van der... Add missing aTHX_
2020-09-25 Hugo van der... Add re::optimization()
2020-09-25 Hugo van der... reorder re.pm docs
2020-09-24 Todd RinaldoUpdate Unicode-Collate to CPAN version 1.28
2020-09-24 Tony Cookskip the failing dynamic vs static tests on Win32
2020-09-23 Sawyer XUpdate with release managers we already know about
2020-09-22 Karl WilliamsonDocument gv_fetch[ps]v and kin
2020-09-22 Karl WilliamsonDocument PL_Sv
2020-09-22 H.Merijn BrandAdd the Configure option to enable strict by default...
2020-09-22 Hugo van der... [gh18096] assume worst-case for GOSUBs we don't analyse
2020-09-22 H.Merijn BrandTrap SIGBUS when Configure checks for va_copy (#18148)
2020-09-21 Sawyer XUpdate epigraphs with links
2020-09-21 Sawyer XBump Module::CoreList in Maintainers.pl
2020-09-20 Sawyer XUpdate perldelta with Module::CoreList
2020-09-20 Sawyer XUpdate Module::CoreList for 5.33.3
2020-09-20 Sawyer XBump the perl version in various places for 5.33.3
2020-09-20 Sawyer Xnew perldelta for 5.33.3
2020-09-20 Sawyer XTick off release
2020-09-20 Sawyer XAdd epigraph
2020-09-20 Sawyer Xadd new release to perlhist v5.33.2
2020-09-20 Sawyer XUpdate perldelta
2020-09-20 Sawyer XUpdate Module::CoreList for 5.33.2
2020-09-20 Sawyer XUpdate authors
2020-09-20 Sawyer XClean up perldelta
next