This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
test memory leaks around magic get dieing
[perl5.git] / dist /
2012-10-22 Steffen MuellerData::Dumper: Optimize XPUSH's to EXTEND(), PUSH,...
2012-10-21 Craig A. BerryProper skippage for sanity check in B::Deparse's core.t.
2012-10-19 Florian RagwitzUpdate Module::CoreList for 5.17.5
2012-10-12 Chris 'BinGOs' Wil... Update Module-CoreList Changes file
2012-10-12 Chris 'BinGOs' Wil... Add v5.14.3 data to Module::CoreList and bump to 2.74
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-10 David MitchellDeparse/t/core.t: add support for lex vars
2012-10-10 David Mitchelloverhaul dist/B-Deparse/t/core.t
2012-10-10 David Mitchellfix deparsing of select(F)
2012-10-10 David MitchellDeparse: handle system/exec prog arg,arg,,..
2012-10-10 David MitchellDeparse: grep($a) became grep($a,); ditto map
2012-10-10 David MitchellDeparse: handle some strong keywords better
2012-10-10 David MitchellDeparse crashed on argless sort()
2012-10-04 Father Chrysostomosbignum: Suppress warnings under 5.6
2012-10-04 Father Chrysostomosbignum overrides.t: Fix for 5.8
2012-10-04 Father Chrysostomosbigint: Fix new oct override for older Math::BigInt
2012-10-04 Father Chrysostomosbignum overrides.t: Skip some tests under 5.8
2012-10-04 Father ChrysostomosIncrease bignum versions to 0.31 after the preceding...
2012-10-04 Father ChrysostomosRewrite bignum’s hex and oct overrides
2012-10-04 Steffen MuellerData::Dumper: Promote dev version to stable release
2012-10-03 Steve HayBump $ExtUtils::CBuilder::VERSION and add Changes entry...
2012-10-03 Steve HayAdd missing Changes entries for ExtUtils-CBuilder per...
2012-10-03 Eric BrineAllow a list of symbols to export to be passed to link...
2012-10-02 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-10-02 Father ChrysostomosRevert "Upgrade to threads::shared 1.42"
2012-10-02 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-10-01 Jerry D. HeddenUpgrade to threads::shared 1.42
2012-09-28 Steve HayBump $Carp::Heavy::VERSION too to avoid test failure...
2012-09-28 Tony Cookbump Carp version to 1.27
2012-09-28 jkeenanDocument exportable subroutines longmess() and shortmess().
2012-09-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.18
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-19 Florian RagwitzUpdate Module::CoreList for v5.17.4
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-11 David GoldenUpdated Search::Dict to 1.07 as on CPAN
2012-09-11 Florian RagwitzSynchronise bignum with CPAN
2012-09-11 Abhijit Menon-SenBump version to 2.39 because I botched the 2.38 release
2012-09-11 Abhijit Menon-SenAdd changelog entry for 2.38
2012-09-08 Jerry D. HeddenUpgrade to threads::shared 1.41
2012-09-04 Sébastien Aperghis... Make dual-lived constant.pm work on 5.8 again
2012-09-03 Sebastien Aperghis... Upgrade to XSLoader 0.16
2012-08-31 Tony Cook[perl #112776] avoid warning on an initialized non...
2012-08-31 Tony Cook[perl #112776] TODO test for warning
2012-08-23 Father ChrysostomosIncrease $Module::CoreList::VERSION to 2.73
2012-08-23 David LeadbeaterClean up data for ExtUtils::Miniperl in Module::CoreList
2012-08-23 David LeadbeaterClean up data for Pod::Perldoc::ToTk in Module:CoreList
2012-08-23 David LeadbeaterClean up data for Carp::Heavy in Module::CoreList
2012-08-23 David LeadbeaterFix the version of Scalar::Util in corelist for 5.7.3
2012-08-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.17
2012-08-23 Father ChrysostomosB::Deparse: Suppress trailing ; in formats
2012-08-21 Chris 'BinGOs' Wil... Update Changes fr Module-CoreList and bump to version...
2012-08-21 Father ChrysostomosIncrease $Module::CoreList::TieHashDelta::VERSION to...
2012-08-21 Father Chrysostomos[rt.cpan.org #79109] Avoid each $scalar in TieHashDelta.pm
2012-08-21 Chris 'BinGOs' Wil... Restore MANIFEST entry for Module::CoreList, sync with...
2012-08-20 Steve HayFix Module::CoreList test - TieHashDelta is to be expec... v5.17.3
2012-08-20 Steve HayUpgrade Module-CoreList to 2.71
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-18 Steve HayDon't use /dev/tty if it happens to exist on Windows
2012-08-14 Steve HayClean up temporary test file in Search-Dict test
2012-08-10 Father ChrysostomosDeparse multiple stmts in format line correctly
2012-08-09 Ricardo Signesadd Module::CoreList data for 5.16.1
2012-08-07 Steffen MuellerData::Dumper: Updated changelog
2012-08-07 Steffen MuellerData::Dumper: Fix tests for pure-Perl implementation
2012-08-06 Karl WilliamsonData::Dumper: Fix to use with earlier Perls
2012-08-06 Steffen MuellerData::Dumper: Import more change history
2012-08-04 David LeadbeaterModule::CoreList: Automatically add aliases for releases
2012-08-04 David LeadbeaterStore version information as a delta in Module::CoreList
2012-08-02 Steffen MuellerData::Dumper: Comment on previous optimization
2012-08-02 Steffen MuellerData::Dumper: Option to avoid building much of the...
2012-08-02 Tony CookNet-Ping: creating an icmp socket requires admin access...
2012-08-02 Tony CookNet-Ping: add a sensible test note for the icmp ping...
2012-08-02 Tony Cookfix the cygwin breakage introduced in 2f794ae1
2012-07-31 Father ChrysostomosStorable: blessed long vstrings
2012-07-31 Father Chrysostomos[perl #113894] Storable support for vstrings
2012-07-31 Father ChrysostomosGet Storable’s blessed.t passing again in 5.8.1-
2012-07-31 Father ChrysostomosStorable.xs: Add comments to store_scalar concerning...
2012-07-31 Father ChrysostomosStorable: doc typos
2012-07-31 Father ChrysostomosIncrease $Storable::VERSION to 2.38
2012-07-30 Nicholas ClarkFix C pre-processor expression in Dumper.xs
2012-07-29 Father ChrysostomosDumper.xs: Avoid scan_vstring on 5.17.3
2012-07-29 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_07
2012-07-27 Father ChrysostomosB::Deparse: loopexes have assignment prec
2012-07-27 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.16
2012-07-26 Chris 'BinGOs' Wil... Make Module::CoreList install into 'site' >= 5.012
2012-07-20 Tony Cookupdate Module::CoreList for 5.17.2
2012-07-17 Tony Cooksync() on a read-only file handle doesn't work on cygwi...
2012-07-03 Tony Cook[rt.cpan.org #61577] VMS doesn't support UNIX sockets
2012-07-02 Tony Cookbump IO.pm version
2012-07-02 Dominic Hargreavesadd Test::More as a prereq to Makefile.PL
2012-07-02 Tony Cookbump IO::Socket version
2012-07-02 Tony Cookdocument the limitations of protocol(), sockdomain...
2012-07-02 Tony Cook[rt.cpan.org #61577] try to populate socket info when...
2012-07-02 Tony Cook[rt.cpan.org #61577] propagate socket details on accept
2012-07-02 Tony Cook[rt.cpan.org #61577] sockdomain and socktype undef...
2012-06-29 Father ChrysostomosTest bug #111462, Safe + %^H + disallowed ops
2012-06-29 Jesse Luehrsfix storing objects with reftype REF [perl #113880]
2012-06-26 Jesse Luehrsfix off-by-one when restoring hashes [perl #73972]
2012-06-26 Jesse Luehrswarn on -i with no input files given [perl #113410]
2012-06-24 Tony Cook[perl #64772] make the read-only-sync test a bit more...
2012-06-20 Jesse Luehrsupdate Module::CoreList for 5.17.1
next