This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version in Carp::Heavy.
[perl5.git] / dist / Data-Dumper / Dumper.xs
2013-03-14 Karl WilliamsonAllow Data::Dumper to work on older Perls
2013-01-13 Aaron CraneMake Data::Dumper XS ignore Freezer return value
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-10-22 Steffen MuellerData::Dumper: Optimize XPUSH's to EXTEND(), PUSH,...
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-06 Karl WilliamsonData::Dumper: Fix to use with earlier Perls
2012-08-02 Steffen MuellerData::Dumper: Comment on previous optimization
2012-08-02 Steffen MuellerData::Dumper: Option to avoid building much of the...
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-03-20 Karl WilliamsonUse the new utf8 to code point functions
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|\/|
2011-12-26 Father ChrysostomosMake DD dump *{''} correctly under 5.6
2011-12-26 Father ChrysostomosMake DD dump *{''} properly
2011-12-25 Father Chrysostomos[perl #101162] DD support for vstrings
2011-11-22 Father ChrysostomosMake Data::Dumper UTF8- and null-clean with GVs
2011-09-07 Nicholas ClarkIn Dumper.xs, use sv_newmortal() instead of sv_mortalco...
2011-08-25 Father ChrysostomosDumper.xs: Suppress compiler warning
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-07 Niko TyniFix an out of bounds write in Data-Dumper with malforme...
2010-09-26 Father Chrysostomos$ perl5.6.2 -MData::Dumper -le' Data::Dumper->Dumpxs...
2010-09-06 Tony Cookrt74170: handle the stack changing in the custom sort...
2010-04-15 Michael G. SchwernFix Data::Dumper's Fix Terse(1) + Indent(2)
2009-09-29 Nicholas ClarkMove Data::Dumper from ext/ to dist/