summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
Commit message (Expand)AuthorAgeFilesLines
* Remove the need for add_my_to_dump helper in Data::Dumper.Todd Rinaldo2020-10-072-18/+10
* Remove unnecessary need for Data::Dumper Config{extensions} check.Todd Rinaldo2020-10-0722-227/+0
* Make Data::Dumper strict and warnings compliantTodd Rinaldo2020-10-0726-122/+212
* dist/Data-Dumper: use PERL_VERSION compare macroNicolas R2020-08-171-19/+21
* bump $Data::Dumper::VERSIONTony Cook2020-08-161-2/+2
* Data::Dumper (XS): use mortals to prevent leaks if magic throwsTony Cook2020-08-161-24/+28
* make postav and valstr mortal so they're freed soonishTony Cook2020-08-161-3/+2
* Data::Dumper: don't leak the working retvalTony Cook2020-08-161-4/+4
* dist/Data-Dumper/t/dumper.t: Skip ASCII-centric tests on EBCDICKarl Williamson2019-10-091-3/+9
* Data::Dumper - avoid leak on croakDavid Mitchell2019-04-032-10/+23
* Bump Data::Dumper to 2.173 (no real change):Sawyer X2018-11-102-2/+6
* Revised by Aaron CraneSawyer X2018-09-121-11/+14
* Bump version of Data::DumperSawyer X2018-09-121-2/+2
* Update Changes file for Data::DumperSawyer X2018-09-121-0/+27
* Fix trivial compilation warning in Data::DumperAaron Crane2018-07-221-0/+2
* Data::Dumper: restore XS-mode deparse support in older PerlsAaron Crane2018-07-222-9/+15
* Data::Dumper: handle incomplete support for Unicode glob namesAaron Crane2018-07-223-5/+39
* Data::Dumper: ensure character-classification macros use U8Aaron Crane2018-07-222-6/+8
* dist/Data-Dumper/t/dumper.t: clarify some test namesAaron Crane2018-07-221-2/+2
* dist/Data-Dumper/t/dumper.t: add missing test nameAaron Crane2018-07-221-1/+1
* dist/Data-Dumper/t/indent.t: avoid scalar splitAaron Crane2018-07-221-2/+3
* fix Data-Dumper postentry for quoted globZefram2018-01-103-8/+39
* Fix typo in 183a822da3e11eb0f7dba393f5e6f2bc515cffe6Karl Williamson2017-12-131-1/+1
* Data::Dumper: Change a strncmp to memBEGINsKarl Williamson2017-12-131-1/+7
* Data::Dumper: Change strcpy to strlcpyKarl Williamson2017-12-131-2/+10
* correct detection of arg absence in Data::DumperZefram2017-12-126-85/+36
* in Data-Dumper, quote glob names betterZefram2017-12-013-20/+45
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-111-1/+1
* 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