This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2017-01-10 Karl WilliamsonAdd Tomasz Konojacki to AUTHORS
2017-01-10 Karl Williamsont/loc_tools.pl: Quit immediately if incompat locale
2017-01-10 Karl Williamsont/loc_tools.pl: Allow for multiple warnings
2017-01-10 Karl Williamsont/loc_tools.pl: Emphasize input conditions in comment
2017-01-10 Karl Williamsonlocale.c: Fix typo in comment
2017-01-10 Karl Williamsonlocale.c: -DL shouldn't affect other things
2017-01-09 Tony Cookperldelta for 95309d6ba0f3
2017-01-08 Tony Cookadd build options to disable the PERL_HASH* and PERL_PE...
2017-01-08 Karl Williamsonperlpodspec: Note Pod::Simple instead of Pod::Parser
2017-01-08 Hugo van der... [perl #130495] add fresh_perl() option for prog with...
2017-01-07 Aaron CraneImprove perlintern.pod docs for PL_dowarn
2017-01-07 Aaron CraneFix save-stack type error
2017-01-07 Peter Avalosadd setproctitle() support for DragonFly BSD
2017-01-07 David Mitchellfix some comment typos about PL_isa_DOES
2017-01-07 Aaron Cranecflags.SH: omit a needless process in generated file
2017-01-07 David Mitchellt/perf/optree.t: remove obsolete comment
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.
next