This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2014-05-28 Pierre BogossianRemove redundant test
2014-05-28 Tony Cookperldelta for a18468ad888b
2014-05-28 Karen EtheridgeIgnore mismatched versions between Carp and Carp::Heavy...
2014-05-28 Tony Cookperldelta for b464e2b7c8ad
2014-05-28 Tony Cookfix the I32 bug for index() and rindex()
2014-05-28 SmylersDocument -l on symlinkless file systems
2014-05-28 Tony Cookperldelta for c59f1e04636e
2014-05-28 Shlomi FishFix RT #121509 : perl -d handling chdir().
2014-05-28 Niels Thykierpp_sys.c: Optimize out a call to PerlIO_get_cnt
2014-05-28 Daniel Draganrefactor av_delete
2014-05-28 Tony Cookperldelta for babb663abd
2014-05-28 Tony Cookbump perl5db.pl $VERSION to 1.45
2014-05-28 Rob HoelzImplement get_fork_TTY for tmux
2014-05-28 Tony Cookperldelta for 7cb3f9598b
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-05-27 Chris 'BinGOs... Harmonise dist/ versions for CPAN releases
2014-05-27 James E KeenanAdd epigraph for Perl 5.21.0.
2014-05-27 Chris 'BinGOs... Harmonise Module-CoreList version for CPAN release
2014-05-27 Ricardo Signesupdate Module::CoreList for 5.21.1
2014-05-27 Ricardo Signesadd new perldelta for 5.21.1
next