summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
Commit message (Expand)AuthorAgeFilesLines
* Data::Dumper: Prevent XS deparse being used on old perlsSteffen Mueller2017-08-042-5/+24
* Add SvPVCLEAR fallback definiton to Data::DumperSteffen Mueller2017-07-313-3/+12
* RT#130487: fix stack-management bug in Data::DumperAaron Crane2017-01-043-4/+17
* bump $Data::Dumper::VERSION and update Changes entriesTony Cook2016-11-292-8/+12
* dist/Data-Dumper/Dumper.pm: Reduce memory usage by removing overload and not ...J. Nick Koston2016-11-292-11/+15
* Data-Dumper: Rmv impediment to compiling under C++11Karl Williamson2016-11-192-12/+13
* Data::Dumper: the XS implementation now supports DeparseAaron Crane2016-11-124-26/+107
* Data::Dumper: delete spurious /e flag on substitutionAaron Crane2016-11-121-3/+3
* Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)Dagfinn Ilmari Mannsåker2016-11-122-24/+24
* dist/Data-Dumper: switch to using SvPVCLEAR()Yves Orton2016-10-191-1/+1
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-212-4/+4
* (perl #128524) correct indentation for utf-8 key hash elementsTony Cook2016-07-202-3/+27
* Update Data::Dumper to 2.161Steffen Mueller2016-07-112-3/+9
* Upgrade Data-Dumper from version 2.154 to 2.160Steve Hay2016-07-041-1/+27
* Data::Dumper: handle huge inputs on 64-bit platformsAaron Crane2016-01-123-16/+48
* Data::Dumper: add Trailingcomma optionAaron Crane2015-12-163-4/+143
* Data::Dumper: replace pointer with local variableAaron Crane2015-12-161-19/+15
* Data::Dumper: move sortkeys setting into style structAaron Crane2015-12-161-32/+37
* Data::Dumper: reorder elements of style structAaron Crane2015-12-161-4/+4
* Data::Dumper: refactor XS implementationAaron Crane2015-12-152-112/+110
* dist/Data-Dumper/t/dumper.t: White space onlyKarl Williamson2015-03-181-8/+8
* dist/Data-Dumper/t/dumper.t: Simplify EBCDICKarl Williamson2015-03-181-21/+6
* PATCH: [perl #124091] PP Data::Dumper fails on \n isolateKarl Williamson2015-03-182-2/+11
* dist/Data-Dumper/t/quotekeys.t: Generalize for EBCDICKarl Williamson2015-03-131-4/+14
* Data::Dumper/t/dumper.t: Add testKarl Williamson2015-03-131-1/+25
* dist/Data-Dumper/t/dumper.t: Generalize for EBCDIC platformsKarl Williamson2015-03-131-36/+72
* Data::Dumper: Generalize for EBCDIC platformsKarl Williamson2015-03-132-107/+222
* dist/Data-Dumper/t/dumper.t: Add test namesKarl Williamson2015-03-131-2/+2
* Data::Dumper/t/dumper.t: only specify number of tests onceKarl Williamson2015-03-131-2/+5
* Data::Dumper/t/dumper.t: Remove test numbers from commentsKarl Williamson2015-03-131-52/+52
* Data::Dumper/t/dumper.t: Fix commentsKarl Williamson2015-03-051-2/+2
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-293-4/+4
* Revert "Corrections to spelling and grammatical errors."James E Keenan2015-01-293-4/+4
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-283-4/+4
* Increase $Data::Dumper::VERSION to 2.156Father Chrysostomos2014-12-211-2/+2
* Use GIMME_V in Data::DumperFather Chrysostomos2014-12-211-2/+2
* Useqq no longer forces use of the pure-perl Data::DumperTony Cook2014-12-151-5/+3
* Increase $Data::Dumper::VERSION to 2.155Father Chrysostomos2014-12-051-2/+2
* gcc thinks it can see how 'entry' can be accessed uninitialized.Jarkko Hietaniemi2014-12-051-1/+1
* Data::Dumper version bump for CPAN releaseSteffen Mueller2014-09-181-2/+2
* don't recurse infinitely in Data::DumperTony Cook2014-09-183-10/+92
* remove extraneous setting of $TODOTony Cook2014-06-241-1/+0
* Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")Dagfinn Ilmari Mannsåker2014-06-121-45/+45
* test for the Data::Dumper bug fixed by "Change newSVpvn("…", …) to newSVp...Tony Cook2014-06-121-2/+16
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-13/+13
* Data::Dumper: Fix wrong #ifKarl Williamson2014-06-051-1/+1
* Add parameters to "use locale"Karl Williamson2014-06-052-8/+17
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+1
* Annotate intentional case fallthrough, or add breaks.Jarkko Hietaniemi2014-05-282-2/+3
* Data::Dumper update/changelog and version bumpSteffen Mueller2014-03-072-3/+22