This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document UTF8_SKIP()
[perl5.git] / dist / Data-Dumper /
2019-04-03 David MitchellData::Dumper - avoid leak on croak
2018-11-10 Sawyer XBump Data::Dumper to 2.173 (no real change):
2018-09-12 Sawyer XRevised by Aaron Crane
2018-09-12 Sawyer XBump version of Data::Dumper
2018-09-12 Sawyer XUpdate Changes file for Data::Dumper
2018-07-22 Aaron CraneFix trivial compilation warning in Data::Dumper
2018-07-22 Aaron CraneData::Dumper: restore XS-mode deparse support in older...
2018-07-22 Aaron CraneData::Dumper: handle incomplete support for Unicode...
2018-07-22 Aaron CraneData::Dumper: ensure character-classification macros...
2018-07-22 Aaron Cranedist/Data-Dumper/t/dumper.t: clarify some test names
2018-07-22 Aaron Cranedist/Data-Dumper/t/dumper.t: add missing test name
2018-07-22 Aaron Cranedist/Data-Dumper/t/indent.t: avoid scalar split
2018-01-10 Zeframfix Data-Dumper postentry for quoted glob
2017-12-14 Karl WilliamsonFix typo in 183a822da3e11eb0f7dba393f5e6f2bc515cffe6
2017-12-14 Karl WilliamsonData::Dumper: Change a strncmp to memBEGINs
2017-12-14 Karl WilliamsonData::Dumper: Change strcpy to strlcpy
2017-12-12 Zeframcorrect detection of arg absence in Data::Dumper
2017-12-01 Zeframin Data-Dumper, quote glob names better
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in dist
2017-08-04 Steffen MuellerData::Dumper: Prevent XS deparse being used on old...
2017-07-31 Steffen MuellerAdd SvPVCLEAR fallback definiton to Data::Dumper
2017-01-04 Aaron CraneRT#130487: fix stack-management bug in Data::Dumper
2016-11-28 Tony Cookbump $Data::Dumper::VERSION and update Changes entries
2016-11-28 J. Nick Kostondist/Data-Dumper/Dumper.pm: Reduce memory usage by...
2016-11-19 Karl WilliamsonData-Dumper: Rmv impediment to compiling under C++11
2016-11-12 Aaron CraneData::Dumper: the XS implementation now supports Deparse
2016-11-12 Aaron CraneData::Dumper: delete spurious /e flag on substitution
2016-11-12 Dagfinn Ilmari Man... Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)
2016-10-19 Yves Ortondist/Data-Dumper: switch to using SvPVCLEAR()
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-07-20 Tony Cook(perl #128524) correct indentation for utf-8 key hash...
2016-07-11 Steffen MuellerUpdate Data::Dumper to 2.161
2016-07-04 Steve HayUpgrade Data-Dumper from version 2.154 to 2.160
2016-01-12 Aaron CraneData::Dumper: handle huge inputs on 64-bit platforms
2015-12-16 Aaron CraneData::Dumper: add Trailingcomma option
2015-12-16 Aaron CraneData::Dumper: replace pointer with local variable
2015-12-16 Aaron CraneData::Dumper: move sortkeys setting into style struct
2015-12-16 Aaron CraneData::Dumper: reorder elements of style struct
2015-12-15 Aaron CraneData::Dumper: refactor XS implementation
2015-03-18 Karl Williamsondist/Data-Dumper/t/dumper.t: White space only
2015-03-18 Karl Williamsondist/Data-Dumper/t/dumper.t: Simplify EBCDIC
2015-03-18 Karl WilliamsonPATCH: [perl #124091] PP Data::Dumper fails on \n isolate
2015-03-13 Karl Williamsondist/Data-Dumper/t/quotekeys.t: Generalize for EBCDIC
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: Add test
2015-03-13 Karl Williamsondist/Data-Dumper/t/dumper.t: Generalize for EBCDIC...
2015-03-13 Karl WilliamsonData::Dumper: Generalize for EBCDIC platforms
2015-03-13 Karl Williamsondist/Data-Dumper/t/dumper.t: Add test names
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: only specify number of tests...
2015-03-13 Karl WilliamsonData::Dumper/t/dumper.t: Remove test numbers from comments
2015-03-05 Karl WilliamsonData::Dumper/t/dumper.t: Fix comments
2015-01-30 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-30 James E KeenanRevert "Corrections to spelling and grammatical errors."
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-21 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.156
2014-12-21 Father ChrysostomosUse GIMME_V in Data::Dumper
2014-12-14 Tony CookUseqq no longer forces use of the pure-perl Data::Dumper
2014-12-06 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.155
2014-12-06 Jarkko Hietaniemigcc thinks it can see how 'entry' can be accessed unini...
2014-09-18 Steffen MuellerData::Dumper version bump for CPAN release
2014-09-18 Tony Cookdon't recurse infinitely in Data::Dumper
2014-06-24 Tony Cookremove extraneous setting of $TODO
2014-06-12 Dagfinn Ilmari Man... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Tony Cooktest for the Data::Dumper bug fixed by "Change newSVpvn...
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-05 Karl WilliamsonData::Dumper: Fix wrong #if
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-03-07 Steffen MuellerData::Dumper update/changelog and version bump
2013-12-29 James E KeenanAdd names (descriptions) to t/dumper.t tests lacking...
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-09-09 Father ChrysostomosDumper.xs: Update comment
2013-09-07 Karl WilliamsonData-Dumper/Dumper.pm: An EBCDIC fix
2013-08-25 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.149
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-02 Tony Cookprevent a precedence warning on clang
2013-07-23 Tony Cook[perl #74798] fix the build for -Duseithreads
2013-07-22 Tony Cookbump version for Data-Dumper
2013-07-22 Tony Cook[perl #74798] improved useqq compatibility with the...
2013-07-17 Tony Cookhandle xs Useqq dumping of strings with an escape follo...
2013-07-17 Tony Cookadjust indentation to match other DD code
2013-07-17 Slaven RezicData::Dumper: useqq implementation for xs
2013-07-07 Father ChrysostomosSuppress dep warnings in DD’s indent.t
2013-05-25 David Steinbrunnertypo fix for Data::Dumper
2013-03-15 Steffen MuellerData::Dumper version bump and changelog for release
2013-03-15 Steffen MuellerData::Dumper test compatibility fixes for older Perls
2013-03-15 Steffen MuellerAdd security warning about eval'ing DD output
2013-03-14 Karl WilliamsonAllow Data::Dumper to work on older Perls
2013-02-28 James E KeenanLoosen the passing requirement for a regex.
2013-02-26 Steffen MuellerUpdate Data::Dumper version and release date
2013-02-26 Steffen MuellerUpdate Data::Dumper changelog
2013-02-17 Steffen Mueller[perl #116587] Data::Dumper intermittently fails tests...
2013-01-31 James E KeenanData-Dumper: Boost test coverage and refactor.
2013-01-13 Aaron CraneMake Data::Dumper XS ignore Freezer return value
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-12 Steffen MuellerBring Data::Dumper version and changelog up to date...
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-10-22 Steffen MuellerData::Dumper: Optimize XPUSH's to EXTEND(), PUSH,...
next