This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2017-03-06 Karl Williamsonperlop.pod: Clarify, expand /a description
2017-03-06 Karl Williamsonperlop: Fix spelling error
2017-03-06 Karl WilliamsonPATCH: [perl #128302] Document split pat mods
2017-03-06 Karl Williamsonperlfunc: Add missing ')'
2017-03-06 David MitchellExtUtils-ParseXS: bump all $VERSION 3.33->3.34
2017-03-06 David Mitchellperlxstut.pod: s/newRV/newRV_inc/g
2017-03-05 Aaron Craneperlfunc: fix documentation for UTF-8 vec()
2017-03-02 Dave CrossEnsure that documentation works under 'use strict'.
2017-03-01 Karl Williamsonperlfunc: Fix awkward wording
2017-02-28 Matthew HorsfallCorrect hv_iterinit's return value documentation
2017-02-27 H.Merijn BrandUpdate Config::Perl::V to 0.28
2017-02-27 David GoldenRT#123754 Add security note to File::Spec::no_upwards
2017-02-27 David MitchellS_do_op_dump_bar(): don't print TRANS op_pv field
2017-02-27 Aaron CraneRT#130624: heap-use-after-free in 4-arg substr
2017-02-27 David MitchellS_gv_stashsvpvn_cached(): add asserts
2017-02-27 Tony Cook(perl #130856) deal with unpack_sockaddr_un() croaking
2017-02-26 jdheddenUpgrade to threads 2.15
next