This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-06-01 Chris 'BinGOs... Update Filter-Util-Call to CPAN version 1.49
2013-06-01 Chris 'BinGOs... Update Pod-Parser to CPAN version 1.61
2013-06-01 Father ChrysostomosCorrect three sub call comments in perly.y
2013-06-01 Father Chrysostomostoke.c: Under -DT, report pending idents more clearly
2013-06-01 Craig A. BerryFix ExtUtils::Constant test failure on VMS.
2013-05-31 Ricardo Signesupdate link for DTrace user guide
2013-05-31 Craig A. BerryUpdate the GSMATCH handling in vms/gen_shrfls.pl.
2013-05-31 Shlomi Fishiperlipc: s/multithreading/multitasking/
2013-05-31 Ricardo Signescorrect example for turning of experimental warnings
2013-05-30 Chris 'BinGOs... Update Text-Tabs to CPAN version 2013.0523
2013-05-30 Chris 'BinGOs... CPAN-Meta bugfix exposed an assumption in EUMM tests...
2013-05-30 Chris 'BinGOs... CPAN-Meta has changed so regenerate the META.* files
2013-05-30 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.131490
2013-05-29 David Goldengit-deltatool: show files changed when tagging new...
2013-05-29 David Goldengit-deltatool: fix problem reading changed commit message
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-28 Jerry D. HeddenUpgrade to threads 1.87
2013-05-28 Father Chrysostomos[perl #117081] Deparse foreach my $lexical correctly...
2013-05-28 Father Chrysostomosperlthrtut: Shorten/rewrap long lines
2013-05-28 Ricardo Signesremove the expectation of a "P" command
2013-05-28 Nicholas ClarkMerge in various enhancements to bisect.pl and bisect...
2013-05-28 Nicholas ClarkAdd -q to git clean in bisect-runner.pl
2013-05-28 Nicholas ClarkThree Configure fixups so that bisect-runner.pl can...
2013-05-28 Nicholas Clarkbisect-runner.pl should match patches with directory...
2013-05-28 Nicholas ClarkAdd a 'none' target to bisect-runner.pl
2013-05-28 Nicholas Clarkbisect.pl can now optionally timeout the user's test...
2013-05-28 Nicholas ClarkAdd an option to bisect.pl to run the user testcase...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, run_report_and_exit() now uses...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, extract the Configure running...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, invert the first parameter to...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, refactor the calls to system ...
2013-05-28 Nicholas Clarkbisect.pl can run in-place if the checkout is totally...
2013-05-28 Nicholas ClarkIf there is no 'blead' branch, bisect.pl now uses a...
2013-05-28 Nicholas ClarkAdd --gold option to bisect.pl for the revision to...
2013-05-28 Nicholas Clarkbisect-runner.pl always needs to pass paths gleaned...
2013-05-28 Nicholas ClarkWhen bisecting, use `git tag -l` to get the list of...
2013-05-28 Nicholas Clarkbisect-runner.pl needs to probe DB_File.xs before runni...
2013-05-28 Nicholas Clarkbisect-runner.pl needs another minor fixup to build...
2013-05-28 Nicholas Clarkbisect-runner.pl should fix 5.7.x to export Perl_cxinc...
2013-05-28 Nicholas Clarkbisect-runner.pl should fix a typo in the Solaris hints...
2013-05-28 Yves OrtonTweak to make it clearer what to do if your working...
2013-05-28 Nicholas ClarkAdd a --valgrind option to bisect.pl, to run the test...
2013-05-28 Nicholas Clarkbisect-runner.pl will now invoke with ./perl -Ilib...
2013-05-28 Nicholas Clarkbisect-runner.pl should fix Makefile.SH to remove remov...
2013-05-28 Nicholas ClarkAdd --early-fixup and --late-fixup to bisect.pl, for...
2013-05-28 Nicholas ClarkAdd --all-fixups to bisect.pl, to apply all patches...
2013-05-28 Nicholas Clarkbisect-runner.pl should always exit fatally with 255...
2013-05-28 Nicholas ClarkIn bisect-runner.pl, refactor the system ... and die...
2013-05-28 Nicholas ClarkWhen testing the end version, bisect.pl should treat...
2013-05-28 Nicholas Clarkbisect-runner.pl should search for lib*.a as well as...
2013-05-28 Nicholas Clarkbisect-runner.pl should use ".$Config{dlext}" instead...
2013-05-28 Nicholas ClarkTeach bisect-runner.pl that on HP-UX, _filbuf() is...
2013-05-28 Nicholas Clarkbisect-runner.pl needs to know how to identify HP-UX...
2013-05-28 Nicholas ClarkOn HP-UX, bisect without any -j option as the system...
2013-05-28 Nicholas ClarkIn bisect{,-runner}.pl, refactor the code for CPU probi...
2013-05-28 Father Chrysostomosdiag.t, perldiag.pod: Make sure S is used for Perl_warn
2013-05-28 Father Chrysostomos[perl #117947] Verify lvalueness of XSUBs at run time
2013-05-27 Chris 'BinGOs... Update IO-Compress to CPAN version 2.061
2013-05-27 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.061
2013-05-27 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.061
2013-05-27 Father Chrysostomospat_advanced.t: fix two tests
2013-05-27 Nicholas ClarkOn Linux LC_ALL overrides LC_MESSAGES, so tweak perl5db...
2013-05-27 David Steinbrunnertypo fixes for Math-BigInt
2013-05-27 Tony Cookman perlrules doesn't always output "No manual entry...
2013-05-27 Nicholas ClarkRemove DG/UX support.
2013-05-27 Nicholas ClarkPerl_hv_fill() can return early if the hash only has...
2013-05-27 Nicholas ClarkTests for hashes in scalar context (and hence HvFILL()).
2013-05-27 Father Chrysostomosperldiag: reflow another entry for nice splain output
2013-05-27 Father ChrysostomosMake \N{ } deprecation warnings fatalizable
2013-05-27 Father ChrysostomosTurn \N{ } deprecation warnings on by default
2013-05-27 Father ChrysostomosMake ‘Escape literal pattern white space’ a default...
2013-05-27 Father Chrysostomosperldiag: mark two deprecated entries with D
2013-05-27 Father Chrysostomosperldiag: wrap an entry for better splain output
2013-05-27 H.Merijn Brand[perl #64126] ./Configure -de -Dusevendorprefix didn...
2013-05-27 Father Chrysostomosperldiag: more alphabetisation
2013-05-27 Ricardo Signesdo not wrap long non-verbatim lines in perldiag.pod
2013-05-27 Father Chrysostomosperldiag: miscellaneous clean-up
2013-05-27 Father ChrysostomosIncrease $Net::Ping::VERSION to 2.42
2013-05-27 Father Chrysostomosregen pod issues
2013-05-27 Father ChrysostomosPOSIX.pod: wrap/shorten long lines
2013-05-27 Father ChrysostomosNet::Ping: wrap long pod lines
2013-05-26 David Mitchellperl -V displayed PERL_NEW_COPY_ON_WRITE twice
2013-05-26 David Mitchellre-enable Copy-on-Write by default.
2013-05-26 David Steinbrunnertypo fixes for Unicode UCD
2013-05-26 Chris 'BinGOs... Update Sys-Syslog to CPAN version 0.33
2013-05-26 Chris 'BinGOs... Update DB_File to CPAN version 1.828
2013-05-26 Chris 'BinGOs... Update autodie to CPAN version 2.19
2013-05-26 Father Chrysostomos[perl #118159] Make PVs take precedence in SvTRUE
2013-05-26 Father Chrysostomosperldiag: Re-correct spelling of copiable
2013-05-26 Father ChrysostomosUse SvREFCNT_dec_NN in one place in mro.c
2013-05-26 Father Chrysostomosmg.c: Use SvREFCNT_dec_NN
2013-05-26 David Steinbrunnertypo fix for obj pod
2013-05-26 Ricardo Signesmake corelist switches always case sensitive
2013-05-25 James E KeenanBump Tie::File's test suite's version to match modules.
2013-05-25 David Steinbrunnertypo fix for reguts pod
2013-05-25 David Steinbrunnertypo fix for re pod change use of optimise to be consis...
2013-05-25 David Steinbrunnerchanged uses of initialise to be consistent with other...
2013-05-25 David Steinbrunnertypo fixes for diag changed use of initialise to be...
2013-05-25 David Steinbrunnertypo fix for vms pod
2013-05-25 David Steinbrunnertypo fixes for uniintro pod
next