This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-05-30 Karl Williamsonregexec.c: Fix some EBCDIC problems
2014-05-30 Karl WilliamsonUnicode::UCD.pm: Pod clarifications and nits
2014-05-30 Karl Williamsondquote_static.c: Clarify code
2014-05-30 Karl Williamson"\cX" where X is non-printable is now fatal
2014-05-30 Jarkko HietaniemiRevert "DEBUG_X_TEST are only for DEBUGGING."
2014-05-30 Jarkko HietaniemiUndo 63b558ddd980cd36bcbd8a7465a3412e886ba75e.
2014-05-30 Jarkko HietaniemiDEBUG_X_TEST are only for DEBUGGING.
2014-05-30 Jarkko HietaniemiMove #include <assert.h> before ASSUME/NOT_REACHED.
2014-05-30 Jarkko HietaniemiUse NOT_REACHED for the impossible case.
2014-05-30 Karl Williamsonperlre: Clarify /x eol can't be escaped
2014-05-30 Karl Williamsont/run/locale.t: Skip some tests for some shells
2014-05-30 Karl Williamsont/run/locale.t: Rmv obsolete complicated idiom
2014-05-30 Karl Williamsont/test.pl: Use existing variable instead of recalculating
2014-05-30 Karl WilliamsonXS-APItest/t/handy.t: Change output message
2014-05-30 Karl Williamsonmktables: Add comment
2014-05-30 Karl WilliamsonPATCH: [perl #121630]: perlpod clarification
2014-05-30 Karl Williamsont/lib/charnames/alias: Add comment
2014-05-30 Karl Williamsont/re/charset.t: Fix comment, test names
2014-05-30 Karl WilliamsonRevert "mktables: Remove obsolete sort constraint"
2014-05-30 Karl Williamsonmktables: Add regenerated header to file
2014-05-30 Karl WilliamsonRemove deprecated 'PL_sv_objcount'
2014-05-30 Karl Williamsonutf8.c: Silence compiler warning
2014-05-30 Karl Williamsonutf8.c: Move static function to embed.fnc
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Craig A. BerryOnly prototype should_warn_nl under PERL_CORE.
2014-05-29 Craig A. BerryGive caretx.c an explicit rule in vms/descrip_mms.template.
2014-05-29 Craig A. BerryActually define SS_NOPRIV.
2014-05-29 Jarkko HietaniemiFurther simplify the sockatmark().
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.
next