This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add pod/perl5182delta.pod
[perl5.git] / dist /
2014-03-30 Steve HayCommit b776cec188 missed these RMG steps when preparing...
2014-03-23 Craig A. BerryRemove MM_TEST_ROOT feature from ExtUtils::Install...
2014-03-20 Aaron CranePrepare Module::CoreList for next release
2014-03-20 Aaron CraneUpdate Module::CoreList for 5.19.10
2014-03-18 Aaron CraneFix uninitialized-value warnings in Thread::Queue
2014-03-12 Jerry D. HeddenUpgrade to Thread::Queue 3.04
2014-03-12 Chris 'BinGOs' Wil... Update ExtUtils-Install Changes file
2014-03-12 Chris 'BinGOs' Wil... Make the ExtUtils-Install tests parallelisable
2014-03-10 Chris 'BinGOs' Wil... Don't rely on IPC::Cmd in ExtUtils-Install tests
2014-03-08 Chris 'BinGOs' Wil... Incorporate changes from CPAN release of ExtUtils-CBuilder
2014-03-08 Jerry D. HeddenUpgrade to Thread::Queue 3.03
2014-03-07 Steffen MuellerData::Dumper update/changelog and version bump
2014-03-07 Steffen MuellerFilter::Simple update/changelog and version bump
2014-03-07 Steffen MuellerAttribute::Handlers update/changelog and version bump
2014-03-06 Ricardo Signesofficially discourage the use of threads
2014-03-05 Steffen MuellerEU::ParseXS: Code cleanup
2014-03-04 Karl Williamsondist/IO: Allow to be dual-lived
2014-03-03 Chris 'BinGOs' Wil... Bump Carp to version 1.33
2014-03-03 Chris 'BinGOs' Wil... Bump autouse version to 1.08
2014-02-21 Chris 'BinGOs' Wil... Module-CoreList 3.07 released to CPAN, bump core versio...
2014-02-21 Tony Cookbump $base::VERSION to 2.22
2014-02-21 Tony Cook[perl #121196] only examine the name being included
2014-02-20 Tony Cookprepare Module::CoreList for next release
2014-02-20 Tony CookUpdate Module::CoreList for 5.19.9
2014-02-16 Tony Cook[perl #121223] explain PERL_NO_GET_CONTEXT a little
2014-02-16 Daniel Draganadd #define PERL_NO_GET_CONTEXT to ParseXS's pods
2014-02-06 Brian FraserCBuilder::Android: fix ->link() to respect wantarray.
2014-02-05 David Goldenfix Module::CoreList::is_core version comparision
2014-02-05 David Goldenfix Module::CoreList::is_core default perl version
2014-02-05 Brian FraserFile::Spec: Mopre extensive fix for #120593
2014-02-05 Jerry D. HeddenUpgrade to threads 1.92
2014-02-03 Chris 'BinGOs' Wil... Module-CoreList prepared for v5.19.9
2014-02-03 Brian FraserCBuilder, link: On Android, always return absolute...
2014-01-26 Brian FraserExtUtils::ParseXS: Fix tests for native android builds
2014-01-26 Brian FraserUp the version of ExtUtils::CBuilder
2014-01-26 Brian FraserCBuilder, android: Fix the useshrplib check
2014-01-26 Piotr RoszatyckiExtUtils::CBuilder: Android with useshrplib needs ...
2014-01-26 Brian FraserCwd.pm: Handle native android builds better
2014-01-26 Brian FraserIO::Socket::INET: Handle getprotobyn{ame,umber} not...
2014-01-26 Brian FraserNet::Ping: Handle getprotobyn{ame,umber} not being...
2014-01-26 Brian Fraserdist/IO/t/io_pipe.t: Work around android only having...
2014-01-24 Brian FraserFile::Spec::Unix->tmpdir: Always return an absolute...
2014-01-22 Brian Fraserdist/ExtUtils-Install: Skip tests if make is not available
2014-01-20 David Mitchellthrreads::shared: LEAVE in BOOT had wrong context
2014-01-19 Ricardo Signesupdate Module::CoreList
2014-01-18 Father ChrysostomosIncrease $threads::shared::VERSION to 1.46
2014-01-18 Father Chrysostomosthreads::shared: Don’t link to moving targets
2014-01-15 Tony Cookbump $base::VERSION
2014-01-15 Dagfinn Ilmari Man... Fix base.pm nonexistent module check with open files
2014-01-14 Shlomi FishAdd examples for IO::Socket::UNIX.
2014-01-14 Shlomi FishRemove an old note about autoflush from the POD.
2014-01-07 Chris 'BinGOs' Wil... Integrate Module-CoreList 3.03 changes for v5.18.2
2014-01-03 Brian FraserTeach ExtUtils::CBuilder to handle mod2fname properly
2014-01-03 Brian FraserDynaLoader: Introduce d_libname_unique
2013-12-29 James E KeenanAdd names (descriptions) to t/dumper.t tests lacking...
2013-12-27 Father ChrysostomosIncrease $constant::VERSION to 1.31
2013-12-27 Father ChrysostomosRemove constant.pm-specific behaviour from Internals...
2013-12-21 Chris 'BinGOs' Wil... Module-CoreList prepared for v5.19.8
2013-12-20 AbigailUpdate Module::CoreList for 5.19.7
2013-12-18 Tony Cook[perl #120384] make hash key quoting compatible between...
2013-12-17 Tony Cookbump $Data::Dumper::VERSION
2013-12-17 Tony Cook[perl #82948] use re::regexp_pattern in list context...
2013-12-17 Tony Cookbump $VERSION for base.pm
2013-12-16 Graham Knopmake base.pm more strict about nonexistent module check
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-30 Father ChrysostomosIncrease $constant::VERSION to 1.30
2013-11-30 Father Chrysostomosconstant.pm: Make elements of list consts read-only
2013-11-27 Chris 'BinGOs' Wil... Add deprecation for CGI.pm
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-24 James E KeenanRequire Test::More v0.88 to use done_testing in Spec.t.
2013-11-23 François PerradSkip dist/ExtUtils-Install/t/InstallWithMM.t when cross...
2013-11-21 David MitchellStorable: silence compiler 'unused func' warnings
2013-11-21 David MitchellStorable: silence some unused var warnings
2013-11-21 David MitchellStorable: crash on ref to blessed tied array
2013-11-21 David MitchellStorable: add SEEN0 macro
2013-11-20 Chris 'BinGOs' Wil... Module-CoreList prepared for v5.19.7
2013-11-20 Chris 'BinGOs' Wil... Update Module-CoreList for v5.19.6
2013-11-20 Daniel Draganioctl on perlhost platforms take a char*, not void*
2013-11-18 David Mitchellthreads: silence some compiler warnings.
2013-11-15 Father ChrysostomosIncrease $fields::VERSION to 2.17
2013-11-15 Father ChrysostomosRevamp fields documentation
2013-11-14 Father Chrysostomosconstant.pm: Consistent spaces after dots in pod
2013-11-14 Father ChrysostomosIncrease $constant::VERSION to 1.29
2013-11-13 David MitchellIO.xs: fix compiler warning
2013-11-11 Tony Cook[perl #75156] fix the return value and bits for removin...
2013-11-11 Tony Cook[perl #75156] tests for deleting a closed handle from...
2013-11-08 David Mitchellthreads::shared: fix compiler warning
2013-11-08 =?UTF-8?q?Petr=20P... Commit 1735f6f53ca19f99c6e9e39496c486af323ba6a8 started...
2013-11-02 Karen Etheridgeremove unneeded dependency on Test::More 0.98 (RT#88531)
2013-11-01 Father Chrysostomosshared.pm: Consistent spaces after dots
2013-11-01 Father Chrysostomosthreads::shared: Remove redundant description just...
2013-11-01 Father ChrysostomosIncrease $threads::shared::VERSION to 1.45
2013-11-01 Father ChrysostomosMove threads::shared warnings from perldiag to shared.pm
2013-10-29 François Perrad[perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.t
2013-10-24 Chris 'BinGOs' Wil... Schedule Package::Constants for removal from core
2013-10-24 Steve HayMove Cwd and List-Util to folders named as per their...
2013-10-24 Father ChrysostomosIncrease $bignum::VERSION to 0.37
2013-10-24 Marc SimpsonMinor bignum POD fix (capitalisation).
2013-10-20 Steve HayPrepare Module::CoreList for Perl 5.19.6
2013-10-20 Steve HayUpdate Module::CoreList for Perl 5.19.5
next