This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-04-18 David Mitchelladd PERL_UTIL_H_ to util.h, not util.h
2017-04-18 Karl WilliamsonWorkaround for GNU Autoconf unescaped left brace
2017-04-17 Jarkko HietaniemiNet-Ping udp not allowed in AIX or IRIX, either.
2017-04-16 David MitchellUpdate CPAN.pm to ANDK/CPAN-2.18-TRIAL.tar.gz
2017-04-16 David Mitchelladd include guard to util.h
2017-04-14 David Mitchellthreads::shared: alloc arenas with correct context
2017-04-13 David Mitchellfix perldiag entry for do '.' warning
2017-04-13 David Mitchellmore tweaks to 'do's pod
2017-04-11 Karl Williamsonperlunicode: Update text about malformed UTF-8
2017-04-11 PaliPATCH: [perl #130801] perlapi: Clarify SvIV/SvUV/SvNV...
2017-04-09 Karl Williamsonperlunicode: Add link
2017-04-08 Karl WilliamsonPATCH: [perl #121292] wrong perlunicode BOM claims
2017-04-07 James E KeenanSpelling corrections only.
2017-04-07 David Mitchell[MERGE] make tests run without '.' in @INC
2017-04-07 David MitchellSafe.pm: document rdo()'s usage of @INC
2017-04-07 David Mitchellfix and test execution of non-empty .bs files
2017-04-07 David Mitchelldist/Unicode-Normalize/Makefile.PL: fix 'do'
2017-04-07 James E Keenanfix cases where 'do file' should be 'do ./file'.
2017-04-07 David Mitchellutils/libnetcfg: fix 'do' without '.' in @INC
2017-04-07 David MitchellPorting/bench.pl: fix 'do' without '.' in @INC
2017-04-07 David Mitchellfixup regen/regcharclass.pl for no '.'in @INC
2017-04-07 David Mitchellfix dist/Safe/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfix dist/Time-HiRes/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfix ExtUtils-ParseXS/t/*.t that needed '.' in @INC
2017-04-07 David Mitchellfix dist/base/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfix lib/B/Deparse.t that assumed '.' in @INC
2017-04-07 David Mitchellfix ext/Pod-Html/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfix ext/arybase/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfix ext/XS-APItest/t/*.t that assumed '.' in @INC
2017-04-07 David Mitchellfixup tests under t/ that assumed '.' in @INC
2017-04-07 David Mitchellstop passing '.' in @INC to tests
2017-04-05 Karl Williamsonpods: Add L<> for links missing them; a couple nits
2017-04-03 David Mitchellperlfunc: 'do' synopsis: clarify when @INC used
2017-03-31 David Mitchellvec(): defer lvalue out-of-range croaking
2017-03-31 Sawyer XMerge branch 'sawyerx/rmg-make-minitest' into blead
2017-03-31 Sawyer XAlso check minitest when preparing the tarball:
2017-03-31 David Mitchellfix perldiag entry for CORE::dump()
2017-03-31 David Mitchelltweak 'do "%s" failed' message
2017-03-25 Chris 'BinGOs... Fix wrong text in Module-CoreList is_core test
2017-03-25 Jarkko HietaniemiSlight comment enhancement.
2017-03-25 Dagfinn Ilmari... Include 'sh' in Configure invocations in INSTALL
2017-03-25 Dagfinn Ilmari... Use -Udefault_inc_excludes_dot in Configure example
2017-03-25 Dagfinn Ilmari... [MERGE] Test and document PERL_USE_UNSAFE_INC
2017-03-25 Dagfinn Ilmari... Document PERL_USE_UNSAFE_INC in perlrun.pod
2017-03-25 Dagfinn Ilmari... Test PERL_USE_UNSAFE_INC
2017-03-25 Dagfinn Ilmari... Delete PERL_USE_UNSAFE_INC from test environment
2017-03-24 David MitchellINSTALL: add entry for -Ddefault_inc_excludes_dot
2017-03-24 David Mitchellbump base.pm $VERSION and un-CUSTOMISE
2017-03-24 David MitchellRevert base.pm's dot-in-INC changes.
2017-03-22 Jarkko HietaniemiSkip %Config test under minitest.
2017-03-22 David Mitchellskip an op/range.t test under -Dusemallocwrap=no
2017-03-21 Sawyer XAdd link to epigraph
2017-03-21 Chris 'BinGOs... Regen opcodes
2017-03-21 Chris 'BinGOs... Fix uconfig errors
2017-03-21 Sawyer XRegen META.json for 5.26.0 - it is stable
2017-03-21 Sawyer XUpdate Module::CoreList for 5.26.0
2017-03-20 Sawyer XVersion bump: 5.25.11 -> 5.26.0
2017-03-20 Sawyer XNew perldelta
2017-03-20 Sawyer XTick off release
2017-03-20 Sawyer XAdd epigraph for 5.25.11 (link forthcoming)
2017-03-20 Sawyer Xadd new release to perlhist v5.25.11
2017-03-20 Sawyer XFinalize perldelta:
2017-03-20 Sawyer XUpdate Module::CoreList for 5.25.11
2017-03-20 Leon TimmermansRevert "Respect hashbangs containing perl6"
2017-03-20 Leon TimmermansUpgrade to Test::Harness 3.38
2017-03-20 Sawyer XFix loading Module::CoreList in corelist.pl
2017-03-19 Sawyer XUpdate Test::Harness 3.36 -> 3.38
2017-03-19 Aaron CranePorting/sync-with-cpan: honour exec-bit whitelist
2017-03-19 Aaron CranePorting/sync-with-cpan: handle absence of "." from...
2017-03-19 James E KeenanRegenerate t/porting/customized.dat.
2017-03-18 Sawyer XFix copyright test:
2017-03-18 Sawyer XReflect next changes in release schedule
2017-03-17 James E KeenanSync Pod-Perldoc with CPAN version 3.28.
2017-03-17 David Mitchell[MERGE] fix vec() offset overflow issues
2017-03-17 David Mitchellfix integer overflows in Perl_do_vecget()/set
2017-03-17 David MitchellPerl_do_vecget(): change offset arg to STRLEN type
2017-03-17 David Mitchell[MERGE] fix -DPERL_GLOBAL_STRUCT_PRIVATE builds
2017-03-17 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: dump.c:op_class_names
2017-03-17 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: fix scope.c:arg_counts
2017-03-17 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOES
2017-03-17 David Mitchellt/porting/libperl.t: add better dianostics
2017-03-17 David Mitchelllocale.c: fix compiler warning
2017-03-15 David Mitchell[MERGE] fixes and tests for Renew (RT #130841)
2017-03-15 David Mitchelladd range.t test for RT #130841
2017-03-15 Hugo van der... update size after Renew
2017-03-15 Hugo van der... reentr: update size after Renew
2017-03-15 Hugo van der... WIN32: update size after Renew
2017-03-14 Craig A. Berryconfigure.com: default_inc_excludes_dot catch-up
2017-03-14 Tony Cookwarn if do "somefile" fails when . not default in ...
2017-03-14 Tony Cookinitialize default_inc_excludes_dot to '' like every...
2017-03-14 Sawyer XTurn on removal of dot in @INC by default:
2017-03-14 Karl Williamsonperlrun: -F pattern can't have NULs
2017-03-13 David Mitchellperlhacktips.pod: clarify -DDEBUG_LEAKING_SCALARS
2017-03-12 Steve HayMake DEFAULT_INC_EXCLUDES_DOT the default on Windows
2017-03-10 James E KeenanSync IO-Compress with CPAN version 2.074.
2017-03-10 Chris 'BinGOs... Ensure that lib is built before IO-Compress
2017-03-09 Karl WilliamsonPOSIX.pod: Remove obsolete text
2017-03-09 James E KeenanSync Compress-Raw-Zlib with CPAN version 2.074.
2017-03-09 James E KeenanSync Compress-Raw-Bzip2 with CPAN version 2.074.
2017-03-07 Karl Williamsonutf8.c: Don't use Newx in decoding UTF-8
next