This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: move regex variable fixes into regex section
[perl5.git] / dist /
2012-04-20 Father Chrysostomos[perl #107636] Make Carp::longmess work inside die...
2012-04-20 Father ChrysostomosIncrease $Carp::Heavy::VERSION to 1.26
2012-04-20 Father ChrysostomosIncrease $Carp::VERSION to 1.26
2012-04-03 Father ChrysostomosDecrease $Safe::VERSION to 2.31_01
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-04-03 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.14
2012-03-31 Father ChrysostomosSafe.pm: Don’t eval code under ‘no strict’
2012-03-31 Father ChrysostomosConvert safeops.t to test.pl
2012-03-31 Father ChrysostomosIncrease $Safe::VERSION to 2.32
2012-03-31 Rafael Garcia-SuarezUpdate base.pm's Changes file from the perldeltas
2012-03-31 Rafael Garcia-SuarezRemove test for a functionality that was removed
2012-03-31 Rafael Garcia-SuarezAdjust skip condition of tests for fields.pm to cover...
2012-03-20 AbigailFinal version of Module::CoreList is 2.65.
2012-03-20 Chris 'BinGOs' Wil... Get the ABSTRACT for Module-CoreList from the .pod...
2012-03-20 AbigailDocument upgrade of lib/charnames.
2012-03-20 AbigailDocument new versions of Data::Dumper and XS::APItest.
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-19 AbigailUpdate Module::CoreList for 5.15.9
2012-03-19 Nicholas ClarkIn B::Deparse::_features_from_bundle(), don't call...
2012-03-19 Nicholas ClarkIn Deparse, use $feature::hint_mask directly, instead...
2012-03-19 Nicholas ClarkIn B::Deparse, refactor common code into _features_from...
2012-03-19 Nicholas ClarkIn B::Deparse, refactor the two places that feature...
2012-03-19 Nicholas ClarkFix regression in deparsing say (etc) under use 5.10.0
2012-03-19 Nicholas ClarkAdd tests for deparsing C<say> under various combinatio...
2012-03-19 Nicholas ClarkAvoid deparse.t testing everything under use feature...
2012-03-19 Nicholas ClarkAdd a 'context' feature to deparse.t, to better test...
2012-03-19 Nicholas ClarkIn deparse.t, rename %reason to %meta.
2012-03-15 Ricardo Signescorrect argument handling in Term::ReadLine
2012-03-15 Chris 'BinGOs' Wil... Separate the POD from the corelist data in Module:...
2012-03-12 Ricardo Signesavoid some long-line errors in podcheck of Term-Readline
2012-03-12 Ricardo Signesnew patch for Term::ReadLine event loop support
2012-02-29 Florian RagwitzStop the indexer from processing private modules
2012-02-23 David GoldenRemove ExtUtils-CBuilder's MANIFEST.SKIP
2012-02-22 David GoldenExtUtils::CBuilder: add support information
2012-02-22 David GoldenUpdate Maintainers.pl for new ExtUtils::CBuilder
2012-02-22 David GoldenExtUtils::CBuilder - add dual-life support files
2012-02-20 Max MaischeinUpdate Module::CoreList for v5.15.8
2012-02-19 Max MaischeinRefactor the Tk event loop to allow for other event...
2012-02-19 Nicholas ClarkRefactor code in Data::Dumper to assume that >=5.8...
2012-02-18 Craig A. BerryBump Cwd, File::Spec version.
2012-02-18 Craig A. BerryRethink EFS in File::Spec::VMS.
2012-02-17 Zeframin Carp, cope with "_" in $warnings::VERSION
2012-02-11 Dominic HargreavesExtUtils::Install: Fix POD error
2012-02-11 Zeframrestore ExtUtils-ParseXS portability to Perl 5.6
2012-02-11 Zeframupdate ExtUtils-ParseXS to CPAN version 3.15
2012-02-07 Zeframin Carp, fix circular dep on Perl 5.6
2012-02-04 Nicholas ClarkAvoid a warning from clang when compiling Data::Dumper.
2012-02-04 Father Chrysostomos[perl #58608] Fix DD’s dumping of qr|\/|
2012-02-04 Father ChrysostomosData::Dumper/qr.t: This test is not strict-safe
2012-02-04 Father ChrysostomosData::Dumper/qr.t: Add test names and diagnostics
2012-02-04 Father ChrysostomosData::Dumper: qr.t: Add a pure-Perl TODO test
2012-02-04 Alexandr Ciornii[perl #58608] TODO tests for DD and qr|\/|
2012-02-04 Father ChrysostomosIncrease $Cwd::VERSION to 3.39_02
2012-02-04 Eric BrineLoad File::Spec before using it in Cwd
2012-02-04 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_04
2012-02-04 Father Chrysostomos[perl #107372] DD and overloaded blessed globs
2012-02-03 Zeframupdate copyright years in Carp
2012-02-03 Zeframin Carp, avoid vivifying utf8 stash on Perl 5.6
2012-02-02 Zeframsynch Carp::Heavy version number to Carp
2012-02-02 Zeframmake Carp messages match die properly
2012-02-01 Steffen MuellerExtUtils::ParseXS: Changelog and version bump to 3.14
2012-02-01 Tony Cookperlxstypemap: typemap variable documentation
2012-02-01 Steffen MuellerMove more typemap-related documentation to the typemap...
2012-02-01 Steffen MuellerFix typo in documentation
2012-02-01 Steffen MuellerMove typemap documentation to its own file
2012-01-31 Florian RagwitzPod-Perldoc is now maintained on CPAN
2012-01-30 Father ChrysostomosIncrease $Term::ReadLine::VERSION to 1.08
2012-01-30 Darin McBride[perl #108470] Make Term::ReadLine use AE if available
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-28 Steffen MuellerExtUtils::ParseXS: Changelog, version bump for dev...
2012-01-20 Karl WilliamsonSafe.pm: Make sure SWASHNEW is properly loaded
2012-01-20 Chris 'BinGOs' Wil... Merge branch 'bingos/release-5.15.7' into blead
2012-01-20 Steffen MuellerCopyright update for ExtUtils::{ParseXS,Typemaps}
2012-01-20 Steffen MuellerFix parse problem with embedded typemaps
2012-01-20 Chris 'BinGOs' Wil... Update Module::CoreList for v5.15.7
2012-01-20 Steffen MuellerBetter typemap error reporting
2012-01-20 Steffen MuellerEU::Typemaps: Make oneliner in docs more portable
2012-01-20 Steffen MuellerBump ExtUtils::ParseXS version for doc references
2012-01-19 Steffen MuellerEU::Typemaps: Helper module for easy typemap inclusion...
2012-01-19 Steffen MuellerEU::Typemaps: Implement embedded-typemap dumping
2012-01-17 Chris 'BinGOs' Wil... Update Locale-Maketext to CPAN version 1.22
2012-01-16 Father ChrysostomosIncrease $Math::BigInt::VERSION to 1.998
2012-01-16 Father ChrysostomosBigInt.pm: Suppress overload warning
2012-01-15 Chris 'BinGOs' Wil... Bump ExtUtils::Manifest version due to commits 97bae9c5...
2012-01-15 Chris 'BinGOs' Wil... Bump autouse version due to commit f965e9d4a
2012-01-15 Hojung Youn[perl #108224] B::Deparse doesn't recognize for continu...
2012-01-14 Craig A. BerryStop inadvertently skipping Spec.t on VMS.
2012-01-06 Ricardo SignesUpgrade Pod-Perldoc to CPAN version 3.15_15
2012-01-05 ambscflags does not exists in Config.pm; use ccflags
2012-01-04 Father ChrysostomosCorrect bug-report email in IO docs
2012-01-03 Father ChrysostomosPacklist.t: add bug number
2012-01-03 Father ChrysostomosExtUtils::Packlist: Restore 5.005 compatibility
2012-01-03 Father Chrysostomos[perl #107410] Tests for used-once warnings from ExtUti...
2012-01-03 Joel BergerRemoved 'once' warnings in ExtUtils::Packlist::mkfh.
2012-01-03 Father ChrysostomosIncrease $ExtUtils::Packlist::VERSION to 1.46
2011-12-31 Craig A. BerryCurrent VMS can handle filenames with spaces.
2011-12-31 Father ChrysostomosAllow Data::Dumper to load on miniperl
2011-12-31 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_03
2011-12-29 Steffen MuellerExtUtils::ParseXS: Bump versions to 3.11
2011-12-28 Steffen MuellerEscape double-quotes in generated #line directives
next