This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-05-29 Jarkko HietaniemiBuild fixes for Win32 after the Coverity smoke.
2014-05-29 Jarkko HietaniemiGet rid of "grep empty(sub)expression" noise.
2014-05-29 Jarkko HietaniemiWe cannot assert(sv) since sv can be validly null
2014-05-29 Jarkko HietaniemiDevel::PPPort 3.24 from CPAN.
2014-05-29 Jarkko HietaniemiNo more x2p.
2014-05-29 Jarkko HietaniemiVersion bumping thanks to the Coverity deluge.
2014-05-29 Jarkko HietaniemiFollowup to 316ebaf (aka perl #121894).
2014-05-29 Karl WilliamsonBump version for Devel::Peek
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-29 David Mitchellbump version on NDBM_File
2014-05-29 Jarkko HietaniemiO_BINARY versus O_TEXT.
2014-05-29 Jarkko HietaniemiStrengthen the ix zero min-clamping to panic.
2014-05-29 Brian FraserMakefile.SH: Module::Build is no longer there, stop...
2014-05-29 Brian Frasermake regen for uconfig.h
2014-05-29 Brian FraserFix for [perl #121963] 5.20.0-RC1 can't compile on...
2014-05-29 Brian FraserSH_PATH should be $targetsh, not $sh
2014-05-29 Jarkko HietaniemiMax size of the flop operator range.
2014-05-29 Jarkko HietaniemiUse system default locale only if there is one.
2014-05-29 Jarkko Hietaniemiprintf %s, cast appropriately.
2014-05-29 Jarkko HietaniemiUnused dTHX, even under threads.
2014-05-29 Jarkko Hietaniemi __APPLE__ is not Apple, use PERL_DARWIN instead.
2014-05-29 Jarkko HietaniemiReindent the block. Whitespace-only change.
2014-05-29 Jarkko HietaniemiFix false nesting.
2014-05-29 Jarkko HietaniemiUV casting to avoid intermediate sign extension.
2014-05-29 Leon TimmermansRemove x2p
2014-05-29 Doug BellStandardize spelling of program name on American English.
2014-05-29 Yves Ortontemporary fix for [perl #121975] COW speedup lost after...
2014-05-29 Jarkko HietaniemiQuad_t and Uquad_t cannot unpack as NVs.
2014-05-29 Jarkko Hietaniemisi_names access one past the end.
2014-05-29 Daniel Dragancleanup on commit "Pseudo-fork dups arg array on argles...
2014-05-29 Tony Cookput va_end() in the right place
2014-05-29 Tony Cookbump $PerlIO::via::VERSION to 0.15
2014-05-29 Jarkko Hietaniemiadd va_end() calls where missing for a va_start() or...
2014-05-29 Tony Cookremove comment that no longer applies
2014-05-29 Tony Cookbump $XS::APItest::VERSION to 0.61
2014-05-29 Jarkko HietaniemiPointers set but then (immediately or very shortly...
2014-05-29 Jarkko HietaniemiUninitialized tmbuf.
2014-05-29 Jarkko Hietaniemifd closes for failure paths.
2014-05-29 Tony CookMake UINT64_C()/INT64_C() available anytime HAS_QUAD...
2014-05-29 Karl WilliamsonRevert "Upgrade Digest::SHA from version 5.88 to 5.91"
2014-05-29 Karl WilliamsonRevert "Upgrade Term::Cap from version 1.15 to 1.16"
2014-05-29 Tony CookDoug Bell is now a perl author
2014-05-29 Doug Bellmove given/when ~~ note below item introducing it
2014-05-29 Jarkko HietaniemiFixes for running a clean minitest (at least in OS...
2014-05-29 James E KeenanGrammatical correction.
2014-05-29 Tony Cookperldelta for e16b8d1b7d43, 32f4893f37f4
2014-05-29 pjacklamFix RT #62052: Math::BigFloat -> bdiv() in list context
2014-05-29 pjacklamFix RT #43692: Math::BigFloat -> blog() is sometimes...
2014-05-29 Tony Cookperldelta for 945313f0aee2, c4885710b2c3
2014-05-28 Tony Cookbump dist/Math-BigInt/ $VERSIONs
2014-05-28 Peter John... Sync Math-BigInt blead vs. CPAN
2014-05-28 Jarkko HietaniemiAdd comment about tmpnam().
2014-05-28 Matthew Horsfall... [perl #121431] - Document test.valgrind in perlhacktips.pod
2014-05-28 Jarkko HietaniemiFix for Coverity perl5 CID 29068: Insecure temporary...
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-05-28 Jarkko HietaniemiFix for Coverity perl5 CID 28936: Wrong operator used...
2014-05-28 Jarkko Hietaniemislen may be uninitialized.
2014-05-28 Jarkko HietaniemiLeaked string in failure path.
2014-05-28 Matthew Horsfall... [perl #121976] - Fix typo in pod
2014-05-28 Matthew Horsfall... [perl #121431] Add support for test.valgrind parallel...
2014-05-28 Jarkko HietaniemiMove the PERL_GCC_BRACE_GROUPS_FORBIDDEN earlier.
2014-05-28 Nicholas ClarkRemove +x from Term::ANSIColor test files.
2014-05-28 Nicholas ClarkBump module versions following commit 3800c3188602fdac.
2014-05-28 Chris 'BinGOs... Update Term-ANSIColor to CPAN version 4.03
2014-05-28 Chris 'BinGOs... Updated META files for CPAN-Meta upgrade
2014-05-28 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.141170
2014-05-28 Steve HayUpgrade Unicode::Normalize from version 1.17 to 1.18
2014-05-28 Steve HayUpgrade Unicode::Collate from version 1.04 to 1.07
2014-05-28 Steve HayUpgrade Term::Cap from version 1.15 to 1.16
2014-05-28 Steve HayUpgrade Digest::SHA from version 5.88 to 5.91
2014-05-28 Jarkko HietaniemiTrailing comma in enum is not C89.
2014-05-28 Jarkko HietaniemiUse STRUCT_OFFSET() instead raw C99 offsetof().
2014-05-28 Jarkko Hietaniemig++ cleanups.
2014-05-28 Jarkko HietaniemiUINT64_C/INT64_C logic shuffling.
2014-05-28 Jarkko HietaniemiUse UINT64_C for UV constants.
2014-05-28 Jarkko HietaniemiHide the VMS error identifier SS$_NOPRIV, as customary.
2014-05-28 Jarkko HietaniemiOff-by-one in PL_fold_locale use.
2014-05-28 Jarkko HietaniemiCannot rotl u32 (hek_hash) by 64 bits.
2014-05-28 Daniel Draganfix sv_usepvn_flags's docs
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-05-28 Jarkko HietaniemiUCHARAT unnecessary with isSPACE().
2014-05-28 Jarkko HietaniemiDo not invert a NULL cp_list.
2014-05-28 Jarkko HietaniemiFixup for [perl #121860]: g++ and VC are pickier about...
2014-05-28 Steffen MuellerFix EXTEND changes under STRESS_REALLOC
2014-05-28 Ricardo Signesperlhist: add release date for 5.21.0
2014-05-28 Jarkko HietaniemiAdd PERL_UNUSED_RESULT() and use that instead of the...
2014-05-28 Jarkko HietaniemiAvoid "unused sp" if EXTEND is the last mentioning sp.
2014-05-28 Jarkko HietaniemiAccessing array before its start is dubious.
2014-05-28 Jarkko HietaniemiFor ptr masking use PTRSIZE-1, not nested conditional...
2014-05-28 Daniel Draganrefactor pp_list
2014-05-28 Alex SoloveyMemory leak in Storable::dclone with STORABLE_freeze...
2014-05-28 David Mitchellregen Makefile.SH
2014-05-28 Chris 'BinGOs... Update Test-Simple to CPAN version 1.001003
2014-05-28 Chris 'BinGOs... Update autodie to CPAN version 2.25
2014-05-28 Chris 'BinGOs... Update Module-Metadata to CPAN version 1.000022
2014-05-28 Tony Cookperldelta for a7752796dd84, 0baa1af7fb9e
2014-05-28 Tony Cookbump Math::BigRat $VERSION
2014-05-28 Peter John... Sync Math-BigRat blead vs. CPAN
2014-05-28 Tony CookPierre Bogossian is now a perl author
next