This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-01-06 James E KeenanEliminate two unused variables detected by clang.
2017-01-06 David Mitchell[MERGE] redo boolean context
2017-01-06 David MitchellIn A && B, stop special-casing boolean-ness of A
2017-01-06 David Mitchelladd xor, grep, flip, flop to boolean cxt detection
2017-01-06 David Mitchellreindent block in rpeep()
2017-01-06 David Mitchellre-implement boolean context detection
2017-01-06 David Mitchelladd testing framework for boolean context
2017-01-06 David Mitchellt/perf/optree.t: add use warnings, strict
2017-01-06 James E KeenanRemoved unused CHR_DIST macro from a second file (RT...
2017-01-06 Andy LesterRemoved unused CHR_DIST macros
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2017-01-05 Karl Williamsonregcomp.c: Use memEQ instead of looping an element...
2017-01-05 Karl Williamsonperlapi: Add clarification for SvGROW()
2017-01-05 Karl Williamsontoke.c: Make too-long inline function just static
2017-01-05 Karl Williamsonutf8.c: Add a const to a function parameter
2017-01-05 Tony Cookperldelta for 47a83dc69df7, c345ac2ecadb, 728ecd1a3998...
2017-01-04 Tony CookVarious fixes for dtrace builds on FreeBSD and for...
2017-01-04 Tony Cook(perl #130108) check if dtrace accepts -xnolibs and...
2017-01-04 Tony Cook(perl #130108) separate compiled objects from dtrace...
2017-01-04 Tony Cook(perl #130108) add elf to libswanted on FreeBSD 10.x
2017-01-04 Tony Cook(perl #130108) generate a dummy dtrace_main.o if perlma...
2017-01-04 Aaron CraneRT#130496: assertion failure for '{}->$x' on undefined $x
2017-01-04 Karl WilliamsonAPItest/t/handy.t: Skip locale tests when not in locale
2017-01-04 Andy LesterRemove unnecessary pointer math.
2017-01-04 James E KeenanRT#113960: perl5db should ignore /dev/tty on non-Unix...
2017-01-04 Aaron CraneRT#130487: fix stack-management bug in Data::Dumper
2017-01-04 Hugo van der... [perl #130495] /x comment skipping stops a byte short
2017-01-03 James E KeenanPlace discussion of postfix under DESCRIPTION.
2017-01-03 Karl Williamsontoke.c: Clarify comment
2017-01-03 Karl Williamsontoke.c: Keep better track for avoiding work in tr///
2017-01-03 Karl Williamsontoke.c: Fix comment that said the opposite of what...
2017-01-03 Karl Williamsontoke.c: Simplify expression
2017-01-03 Karl WilliamsonSV_UTF8_NO_ENCODING is no longer used
2017-01-03 Karl Williamsontoke.c: White-space only
2017-01-03 Karl Williamsontoke.c: Potentially avoid work when converting to UTF-8
2017-01-03 Karl Williamsontoke.c: Reorder if/else branches
2017-01-03 Karl Williamsontoke.c: Fix too-small SvGROW()
2017-01-03 Karl Williamsontoke.c: Simplify a couple of expressions
2017-01-03 Karl Williamsontoke.c: Convert sv_grow to SvGROW
2017-01-03 Karl WilliamsonAPItest/t/handy.t: Fix for EBCDIC
2017-01-02 Aaron Craneperlhacktips: add some notes on TRUE and FALSE
2017-01-02 Steve HayAdd epigraphs for 5.22.3-RC5 and 5.24.1-RC5
2017-01-02 Aaron Cranemakedepend.SH: omit trailing "." in progress messages
2017-01-02 Steve HayUpdate copyright year
2017-01-02 David MitchellHandle chop(@a =~ tr///)
2017-01-02 Steve Hay5.22.3-RC5 and 5.24.1-RC5 today
2017-01-01 James E Keenanperldelta for adf9095d629bebb27169b0f3b03f75ee974da100
2017-01-01 John LightseyFix a null pointer dereference segfault in Storable.
2016-12-31 jdheddenUpgrade to threads 2.12
2016-12-31 jdheddenUpgrade to threads::shared 1.54
2016-12-31 jkeenanClarify that 'installhtml' is intended only for use...
2016-12-31 jdheddenUpgrade to threads::shared 1.53
2016-12-30 James E KeenanPrevent tests from getting hung up on 'NonStop' option.
2016-12-30 James E KeenanDiscuss Porting/sync-with-cpan -- the simpler usage...
2016-12-30 Aaron Crane[MERGE] Further improvements to Porting/sync-with-cpan
2016-12-30 Aaron CranePorting/sync-with-cpan: another preflight check
2016-12-30 Aaron CraneRevert "Porting/sync-with-cpan: apply --jobs=N when...
2016-12-30 Aaron CranePorting/sync-with-cpan: handle unwritable files in...
2016-12-30 Aaron CranePorting/sync-with-cpan: remove needless loop
2016-12-30 Aaron CranePorting/sync-with-cpan: fix bug in updating Maintainers.pl
2016-12-30 Aaron CranePorting/sync-with-cpan: try to change "::" to "-" in...
2016-12-30 Aaron CranePorting/sync-with-cpan: offer advice in the face of...
2016-12-30 Aaron Crane[MERGE] Improve Porting/sync-with-cpan
2016-12-30 Aaron CranePorting/sync-with-cpan: allow out-of-tree --tarball...
2016-12-30 Aaron CranePorting/sync-with-cpan: more preflight checks for ...
2016-12-30 Aaron CranePorting/sync-with-cpan: avoid unless/else
2016-12-30 Aaron CranePorting/sync-with-cpan: bail out early if Configure...
2016-12-30 Aaron CranePorting/sync-with-cpan: factor out internal WIN32 constant
2016-12-30 Aaron CranePorting/sync-with-cpan: apply --jobs=N when running...
2016-12-30 Aaron CranePorting/sync-with-cpan: add --jobs option
2016-12-30 Aaron CranePorting/sync-with-cpan: avoid "Attempting to …" message
2016-12-30 Aaron CranePorting/sync-with-cpan: improve advice emitted at end
2016-12-30 Aaron CranePorting/sync-with-cpan: run regen/lib_cleanup.pl if...
2016-12-30 Aaron CranePorting/sync-with-cpan: delete entries from MANIFEST...
2016-12-30 Aaron CranePorting/sync-with-cpan: run manisort with --quiet
2016-12-30 Aaron CranePorting/sync-with-cpan: run manisort under the current...
2016-12-30 Aaron CranePorting/sync-with-cpan: do in fact run the new dist...
2016-12-30 Aaron CranePorting/sync-with-cpan: accept dist name instead of...
2016-12-30 Aaron CranePorting/sync-with-cpan: mention generation of make.log
2016-12-30 Aaron CranePorting/sync-with-cpan: don't reimplement tmpdir()
2016-12-30 Aaron Cranegitignore build product from Porting/sync-with-cpan
2016-12-30 James E Keenanperldelta for commit 3e736f1def24bdc1982c2d308a5d3ca4a6...
2016-12-30 Paul MarquessUpgrade Compress-Raw-Bzip2 to CPAN version 2.070.
2016-12-29 James E Keenanperldelta for commit 182b56428366fc161308e7f68a46142f1e...
2016-12-29 Paul MarquessUpgrade Compress-Raw-Zlib to CPAN version 2.070.
2016-12-29 Craig A. BerryDon't define Perl_isFOO_lc in the regex extension.
2016-12-29 James E Keenanperldelta for commit 74f485aaef93391aca61d5b59d79929002...
2016-12-29 James E KeenanUpdate DB_File from CPAN version 1.838 to 1.840.
2016-12-29 Jerry D. HeddenSilence one warnings generated during 'make' by clang.
2016-12-29 Karl Williamsonhandy.h: Add missing right paren in macro
2016-12-29 Karl WilliamsonAPItest.xs: Silence compiler warnings
2016-12-29 Aaron CraneFix tiny POD typo
2016-12-28 David MitchellAllow sv = &PL_sv_undef; sv_set_undef(sv) to work
2016-12-27 Aristotle PagaltzisModule::CoreList: clarify _undelta logic
2016-12-26 Karl Williamsonperlre, perlrequick: Note other pods
2016-12-26 Karl Williamsonperlretut: Add some introductory remarks
2016-12-26 David Mitchellsplit ' ', $foo: don't check end byte
2016-12-26 Dan Collinsoverload.pm: add a missing 'exists'
2016-12-25 David Mitchellmore issues with /(?{ ... <<EOF })/
2016-12-25 David Mitchellfix (*glob) = ()
next