This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
inline.h: Fix typo in comment
[perl5.git] / dist /
2018-06-27 Sawyer XUpdate and bump Module-CoreList
2018-06-26 Sawyer XFix Module::CoreList tests for 5.29.1
2018-06-26 Sawyer XUpdate Module::CoreList for 5.29.0
2018-06-23 Sawyer XBump version to 5.29.0 and regenerate everything
2018-06-22 Sawyer XBump Module-CoreList
2018-06-19 Sawyer XBump Module::CoreList
2018-06-19 Tony CookStorable: check PERL_TEST_MEMORY before trying to alloc...
2018-06-18 Sawyer XBump Module::CoreList
2018-06-18 Sawyer XUpdate Module::CoreList for 5.28.0-RC3
2018-06-06 Sawyer XProperly bump Module::CoreList
2018-06-06 Sawyer XCorrect date of release
2018-06-06 Sawyer XBump again
2018-06-05 Sawyer XUpdate Module::CoreList for 5.28.0-RC2
2018-05-21 Sawyer XUpdate Module::CoreList for 5.28.0
2018-05-20 Sawyer XUpdate Module::CoreList for 5.28.0-RC1
2018-05-01 James E KeenanEnsure temp directories are cleaned up.
2018-05-01 Tomasz Konojackigetcwd() doesn't fail on non-existent directories on...
2018-04-26 Tony Cook(perl #133030) make utime() available only if we have...
2018-04-21 Karen Etheridgeremove Storable::__Storable__ from Module::CoreList
2018-04-21 Sawyer XUpdate Module::CoreList for 5.28.0, I hope correctly
2018-04-20 Sawyer XFix Module::CoreList versions
2018-04-20 Chris 'BinGOs' Wil... Fix Storable indexing issue with PAUSE
2018-04-20 Sawyer XUpdate Module::CoreList for 5.27.11
2018-04-20 Chris 'BinGOs' Wil... Bump Module-CoreList so is higher than version on CPAN
2018-04-20 Dagfinn Ilmari Man... Add ppport.h to IO
2018-04-19 Todd RinaldoUpdate IO ChangeLog since last public release to CPAN
2018-04-19 Todd RinaldoRemove pre-5.8 logic no longer relevant in IO unit...
2018-04-19 Todd RinaldoBump all IO modules to 1.39 and set required Perl to...
2018-04-14 Steve HayUpdate Module-CoreList with data for 5.24.4 and 5.26.2
2018-04-09 Tony Cookprevent warnings from building Storable on x64 Win32...
2018-04-04 Tony Cook(perl #127743) don't use a freed context
2018-04-03 Daniel DraganRT #133039 dont build a Storable.so/.dll with a static... origin/tonyc/132992-storable-deps
2018-04-02 Tony Cook(perl #132876) define API macros on if the NEED_ macro...
2018-04-02 Tony Cook(perl #132876) only define croak_xs_usage()'s assert...
2018-04-02 Tony CookStorable: the Limit.pm should depend on the code genera...
2018-04-02 Tony Cook(perl #133009) handle the XP fallback after we're ready...
2018-03-30 Zeframdelete unreliable test of Carp crash avoidance
2018-03-29 James E KeenanRemove 'our' from one non-Exporter-related variable.
2018-03-29 James E KeenanUse lexically scoped ('our') variables in POD examples.
2018-03-29 Sergey AleynikovUpdate links in Devel::PPPort documentation
2018-03-27 Sergey AleynikovUpdate RT path for Devel::PPPort
2018-03-23 Todd RinaldoBump Time-HiRes to 1.9759 to revert changes from 1...
2018-03-23 Todd RinaldoRevert "Upgrade Time::HiRes from version 1.9753 to...
2018-03-23 Todd RinaldoRevert "Upgrade Time::HiRes from version 1.9757 to...
2018-03-22 Todd RinaldoUpgrade Time::HiRes from version 1.9757 to 1.9758
2018-03-21 Todd RinaldoAdjust code which did not get automatically switched...
2018-03-21 PaliDevel::PPPort: Use prefix D_PPP_ for helper macros
2018-03-20 Todd Rinaldoupdate Module::CoreList for v5.27.10
2018-03-18 Todd RinaldoUpgrade Time::HiRes from version 1.9753 to 1.9757
2018-03-12 Father ChrysostomosCarp: Use ${^LAST_FH} if available
2018-03-11 Tony Cook(perl #127743) re-work for debugging builds with MSVC
2018-03-08 Craig A. BerryDon't run stack_after_err.t on VMS.
2018-03-07 Tony Cook(perl #132870) workaround VC2017 compiler bug
2018-03-05 Father ChrysostomosIncrease ExtUtils::ParseXS(::*) version to 3.39
2018-03-05 Shoichi KajiRT #132935: correctly check VERSIONs in ExtUtils::ParseXS
2018-03-02 Sawyer XBump Module::CoreList
2018-03-02 Sawyer XMerge remote-tracking branch 'renee/release-5.27.9...
2018-02-28 Tony Cook(perl #132893) don't probe for Storable recursion limit...
2018-02-28 Yves Ortonrework Carp/t/stack_after_err.t to not use perl -e
2018-02-27 Father ChrysostomosCarp: Speed up longmess some more
2018-02-27 Father ChrysostomosCarp: Avoid run-time mods; StrVal workarounds
2018-02-26 Tony Cooksuppress error messages from the shell when probing...
2018-02-26 Tony Cookmake the Storable stacksize messages less scary
2018-02-26 Tony Cook(perl #127743) don't probe Storable limits so much
2018-02-26 Father Chrysostomos[perl #132910] Carp: Avoid ->can
2018-02-26 Yves OrtonRevert "Storable: when building in core do not run...
2018-02-25 Yves OrtonStorable: when building in core do not run stacksize...
2018-02-25 Yves OrtonCarp: add test for overloads without overload.pm
2018-02-25 Yves OrtonCarp: overloads can be enabled with via ::() as well...
2018-02-24 James E KeenanSpelling correction.
2018-02-24 Father ChrysostomosPathTools/Changes: Retroactively mention CPAN RT #114236
2018-02-24 Yves OrtonCarp: add comment explaining the fix for perl #131046
2018-02-24 Yves OrtonFix perl #132902 - Carp: avoid infinite loops when...
2018-02-24 Yves OrtonRevert "Revert "Carp: Avoid string eval""
2018-02-24 Yves OrtonRevert "Carp: Avoid string eval"
2018-02-24 Father ChrysostomosCarp: Avoid string eval
2018-02-24 Zeframbetter comments about Carp overload logic
2018-02-24 Zeframremove spurious _ part of Carp version number
2018-02-23 Yves Ortonfix Perl #132828 - dont use overload to bypass overloads
2018-02-23 PaliFix RT #52610: Carp: Do not crash when reading @DB...
2018-02-20 reneebupdate Module::CoreList for v5.27.9
2018-02-19 David MitchellStorable: recurse.t: use note() rather than diag()
2018-02-19 Sawyer XUpdate META files and MANIFEST for if.pm
2018-02-19 Sawyer XCorrect PathTools dist files and bump to 3.74:
2018-02-18 Karl WilliamsonAdd switch_to_globale_locale()
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl WilliamsonExtUtils::ParseXS/lib/perlxs.pod: Nits
2018-02-18 James E KeenanUpdate dist/if/Changes to current version in blead.
2018-02-17 Sawyer XAdd MANIFEST to PathTools
2018-02-17 Sawyer XReflect what I think are the correct changesets for...
2018-02-17 Zeframdefine NEED_croak_xs_usage in PathTools
2018-02-17 James E KeenanAdd ABSTRACT, LICENSE, AUTHOR, etc. elements.
2018-02-17 James E KeenanEnsure that all tests in t/cwd.t have descriptions.
2018-02-17 James E KeenanProvide .gitignore for PathTools distribution.
2018-02-15 Zeframavoid vivifying UNIVERSAL::isa:: in Carp
2018-02-15 PaliExtUtils::ParseXS::Eval: Fix variable name ALIAS in...
2018-02-15 James E KeenanCorrect typo: agreement in tense.
2018-02-14 Craig A. BerryConstruct Limit.pm dependency with File::Spec.
2018-02-12 Tony Cook(perl #127743) remove the no longer needed stacksize_in.h
next