This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-10-18 Dagfinn Ilmari... Merge branch 'smoke-me/ilmari/exec-empty-argv' into...
2017-10-18 Dagfinn Ilmari... Perldelta for exec PROGRAM LIST with empty LIST
2017-10-18 Dagfinn Ilmari... [perl #131730] Fix exec PROGRAM LIST with empty LIST...
2017-10-18 Dagfinn Ilmari... [perl #131730] Fix exec PROGRAM LIST with empty LIST
2017-10-18 Steve HayUpgrade Test-Simple from version 1.302101 to 1.302103
2017-10-17 Tony Cookthe unopened test should use a file handle distinct...
2017-10-17 Tony Cook[perl #127063] suppress warning on assigning 0 to $[
2017-10-16 Lukas MaiPERL5LIB documentation: '.' is no longer in @INC by...
2017-10-16 Zeframcustomise Pod::Perldoc to fix output misbehaviour
2017-10-16 Tony Cook[perl #124349] deprecation warning on hostname() with...
2017-10-16 Nicolas RUse preprocessor check for some DEBUG_X_TEST
2017-10-16 Tony Cook(perl #131982) update the set/getpriority documentation too
2017-10-16 Tony Cook(perl #131982) provide constants for get/setpriority...
2017-10-15 James E KeenanDocument that POSIX::abs, ::alarm, ::atan2, ::chdir...
2017-10-15 Aaron Cranepp.c: delete dead cpp-conditional declaration
2017-10-15 SmylersRemove out-of-date mention of USA president
2017-10-15 Aaron CraneRT#131000: splice doesn't honour read-only flag
2017-10-15 Dmitry UlanovUse library functions instead of manual TAP in t/io...
2017-10-14 Lukas Maihints/aix.sh: remove trailing spaces
2017-10-14 H.Merijn Brandminiperl also needs -Ilib for perl.exp on AIX etc
2017-10-14 Dominic HargreavesDocument that -I. is now needed with -MTestInit
2017-10-14 H.Merijn Brandg++ is like gcc on AIX too
2017-10-14 Lukas Maidelete unused file from SDBM_File
2017-10-14 Lukas Maiget rid of "implicit fallthrough" warnings in SDBM_File
2017-10-14 Lukas MaiSDBM_File: tabs -> spaces
2017-10-14 Aaron CraneDelete dead mktemp() call
2017-10-14 Lukas Maifix comment on GCC_DIAG_IGNORE/GCC_DIAG_RESTORE
2017-10-14 Lukas Maiactually fix "implicit fallthrough" warnings in gcc 7
2017-10-14 Yves Ortonremove the GCC_DIAG_RESTORE pragma as well
2017-10-14 Yves Ortonremove GCC_DIAG_IGNORE from sbox32_hash.h
2017-10-14 Yves Ortonfixups for portability
2017-10-14 Aaron CraneDelete unused files from ext/SDBM_File
2017-10-13 Lukas Maiskip bench.t if valgrind is installed but broken
2017-10-13 Lukas Maiuse standard STMT_START/STMT_END macros in STATIC_ASSER...
2017-10-13 Lukas Maiavoid gcc 7 warning about * in boolean context
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings in ext/re...
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-10-13 Dominic HargreavesFix typo in comment about Configure modification
2017-10-13 Dominic HargreavesClarify policy on updates to Configure
2017-10-13 Dominic HargreavesFurther metaconfig updates to Porting/pumpkin.pod
2017-10-13 Dominic HargreavesAdd Porting/mksample
2017-10-13 H.Merijn BrandActually test for memrchr in VMS
2017-10-13 Chris 'BinGOs... Update Config-Perl-V to CPAN version 0.29
2017-10-13 Dagfinn Ilmari... Finish adding memrchr Configure probe
2017-10-13 H.Merijn BrandStrip ccache from $Config{cc}
2017-10-13 H.Merijn Brandfix comment for upstream meta
2017-10-13 H.Merijn BrandUpdate metaconfig related information
2017-10-13 Steve HayUpgrade Test-Simple from version 1.302100 to 1.302101
2017-10-12 Yves Ortonhopefully better macros for building on x86
2017-10-12 Tom Hukinsperl no longer builds on MacOS Classic
2017-10-12 Steve HayUpgrade Test-Simple from vesion 1.302098 to 1.302100
2017-10-10 Steve HayUpgrade Encode from version 2.92 to 2.93
2017-10-09 James E KeenanEliminate recently introduced compilation warnings.
2017-10-09 Father ChrysostomosIncrease B::Xref::VERSION to 1.07
2017-10-09 Father ChrysostomosFix B::Xref to handle sub refs
2017-10-08 Father ChrysostomosB: Really remove unused var
2017-10-08 Father Chrysostomos[Merge] [perl #129916] Allow sub-in-stash outside of...
2017-10-08 Father ChrysostomosMake pp_multideref handle local $::{subref}
2017-10-08 Father Chrysostomos[perl #129916] Allow sub-in-stash outside of main
2017-10-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.43
2017-10-08 Father ChrysostomosDeparse: Better constant-dumping heuristics
2017-10-08 Father ChrysostomosProvisional version bump for NEXT.pm
2017-10-08 Father ChrysostomosIncrease B::Concise::VERSION to 1.002
2017-10-08 Father ChrysostomosMake B::Concise handle subrefs in stashes
2017-10-08 Father Chrysostomos[rt.cpan.org #123002] Fix NEXT.pm to work with GLOB...
2017-10-08 Father ChrysostomosAdd isGV_or_RVCV macro
2017-10-08 Father ChrysostomosLet Deparse.t be run from the top-level
2017-10-08 Father ChrysostomosUnbreak gv_fetchmeth_sv
2017-10-08 Father ChrysostomosIncrease $B::VERSION to 1.70
2017-10-08 Father ChrysostomosB.pm: Remove unused var
2017-10-08 Father ChrysostomosDon’t assign PL_curstash twice in init_main_stash
2017-10-08 Father ChrysostomosSet PL_curstname in pp_ctl.c:doeval
2017-10-07 Craig A. BerryMove PERL_INTERNAL_RAND_SEED set-up after init_stacks().
2017-10-05 Chris 'BinGOs... Update Test-Simple to CPAN version 1.302098
2017-10-05 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.98
2017-10-04 Tony Cookperldelta for 0cbfaef69bb7
2017-10-04 Nicolas Rpp_require: return earlier when module is already loaded
2017-10-04 Steve HayNote that vutil.c is customized in blead
2017-10-04 Steve HayFix mapping of Filter-Util-Call/filter-util.pl
2017-10-04 Steve HayNote Devel-PPPort/parts/embed.fnc is customized in...
2017-10-04 Steve HayChange BadMETA.yml EOLs to match CPAN distro's version
2017-10-04 Steve HayNote perlfaq/lib/perlfaq[58].pod are customized in...
2017-10-04 Steve HayNote pod/perlpodstyle.pod is customized in blead
2017-10-04 Steve HayNote Net-Ping/t/510_ping_udp.t is also customized in...
2017-10-04 Steve HayRegen customized.dat
2017-10-04 Steve HayPod-Simple-3.35 is KHW, not MARCGREEN
2017-10-03 Father Chrysostomossync-with-cpan: curl support
2017-10-03 Father ChrysostomosPorting/sync-with-cpan: 5.12 compatibility
2017-10-03 Steve HayUpgrade Test-Simple from version 1.302096 to 1.302097
2017-10-03 Steve HayUpgrade Test-Simple from version 1.302073 to 1.302096
2017-10-02 Yves Ortonfix some thinkos in the new hash code
2017-09-30 James E KeenanAdd tests for 'p' and 'x' commands without subsequent...
2017-09-30 SmylersDebugger cmds not requiring spaces
2017-09-30 James E KeenanRemove outdated references to 'swap'.
2017-09-28 Sawyer XRevert "Revert "Fallbacks for Perl_fp_class_denorm...
2017-09-26 James E KeenanDocument that POSIX::localtime needs explicit argument.
2017-09-25 Chris 'BinGOs... Update File-Fetch to CPAN version 0.54
2017-09-23 Chris 'BinGOs... More than twist in my sobriety
2017-09-22 Steve HayTick off 5.24.3 and 5.26.1
2017-09-22 Steve HayAdd perldeltas for 5.24.3 and 5.26.1
next