This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec_flags(): simplify length calculation
[perl5.git] / dist /
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
2012-06-18 Zeframuse ppport.h for Storable on Perl 5.8.9
2012-06-17 Chris 'BinGOs' Wil... Updated Safe to CPAN release 2.33
2012-06-17 Chris 'BinGOs' Wil... Updated Search-Dict to CPAN release 1.07
2012-06-17 Father ChrysostomosRevert "B::Deparse: loopexes have list prec"
2012-06-17 Hugo van der SandenFixup for bigint docs
2012-06-13 David Mitchellmake OP_REGCRESET only for taint handling
2012-06-09 Paul JohnsonQuieten B::Deparse warnings (fixes #113464).
2012-06-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.15
2012-06-08 Father ChrysostomosB::Deparse: loopexes have list prec
2012-06-01 Evan Miller[perl #64772] check both input and output file handles...
2012-06-01 Tony Cook[perl #64772] TODO test for sync on read only handle
2012-06-01 Tony Cookconvert dist/IO/t/io_xs.t to Test::More
2012-05-28 N/K[perl #111798] ExtUtils-CBuilder looks for the manifest...
2012-05-28 Steve Hay[perl #111782] ExtUtils-CBuilder on Windows does not...
2012-05-26 Father ChrysostomosFile::Spec::Unix: Fix pod link
2012-05-26 Father ChrysostomosIncrease $File::Spec::Unix::VERSION to 3.39_03
2012-05-26 Volker SchatzTests for perl #111510
2012-05-26 Volker Schatz[perl #111510] File::Spec::UNIX->abs2rel() gets it...
2012-05-26 Zeframupdate Module::CoreList for 5.17.0
2012-05-23 Father ChrysostomosIncrease $ExtUtils::ParseXS::Utilities::VERSION to...
2012-05-23 Father ChrysostomosIncrease $ExtUtils::ParseXS::VERSION to 3.17
2012-05-23 Father ChrysostomosParseXS.pm: Only inc PL_amagic_generation before 5.9
2012-05-23 Igor Zaytsev[perl #111918] Fix thawing seen objects in STORABLE_att...
2012-05-21 Father Chrysostomos[perl #112358] Storable: Don’t create RV with no refcnt
2012-05-21 Father ChrysostomosIncrease $Storable::VERSION to 2.35
2012-05-15 Ricardo Signesreflect Socket update in Module::CoreList
2012-05-14 Ricardo SignesRevert fixes for [rt.cpan.org #61577]
2012-05-11 Ricardo Signesadd long-form keys for newer versions in CoreList
2012-05-11 Ricardo Signesbump the CoreList version in CoreList for 5.16
2012-05-10 Ricardo Signesadd a changes_between function in Module::CoreList
2012-05-10 Ricardo Signesadd the --diff option to corelist
2012-05-10 Ricardo Signesupdate Module::CoreList for 5.16.0
2012-05-10 Dominic Hargreavesadd Test::More as a prereq to Makefile.PL
2012-05-10 Tony Cooksometimes fork() isn't available
2012-05-10 Daniel Kahn Gillmor[rt.cpan.org #61577] sockdomain and socktype undef...
2012-05-09 Craig A. BerrySkip Carp tests on VMS.
2012-04-20 Father Chrysostomos[perl #107636] Make Carp::longmess work inside die...
2012-04-20 Father ChrysostomosIncrease $Carp::Heavy::VERSION to 1.26
next