summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add names (descriptions) to t/dumper.t tests lacking them.James E Keenan2013-12-291-108/+190
* [perl #120384] make hash key quoting compatible between perl and XSTony Cook2013-12-184-54/+119
* bump $Data::Dumper::VERSIONTony Cook2013-12-171-2/+2
* [perl #82948] use re::regexp_pattern in list context for dumping qr//Tony Cook2013-12-174-21/+64
* Dumper.xs: Update commentFather Chrysostomos2013-09-091-1/+1
* Data-Dumper/Dumper.pm: An EBCDIC fixKarl Williamson2013-09-071-1/+1
* Increase $Data::Dumper::VERSION to 2.149Father Chrysostomos2013-08-251-2/+2
* Use SSize_t for arraysFather Chrysostomos2013-08-251-6/+7
* prevent a precedence warning on clangTony Cook2013-08-021-1/+1
* [perl #74798] fix the build for -DuseithreadsTony Cook2013-07-231-2/+2
* bump version for Data-DumperTony Cook2013-07-231-1/+1
* [perl #74798] improved useqq compatibility with the pure perl versionTony Cook2013-07-232-2/+64
* handle xs Useqq dumping of strings with an escape followed by a digitTony Cook2013-07-173-9/+59
* adjust indentation to match other DD codeTony Cook2013-07-171-24/+23
* Data::Dumper: useqq implementation for xsSlaven Rezic2013-07-173-40/+63
* Suppress dep warnings in DD’s indent.tFather Chrysostomos2013-07-061-3/+6
* typo fix for Data::DumperDavid Steinbrunner2013-05-251-5/+5
* Data::Dumper version bump and changelog for releaseSteffen Mueller2013-03-152-2/+8
* Data::Dumper test compatibility fixes for older PerlsSteffen Mueller2013-03-1511-728/+452
* Add security warning about eval'ing DD outputSteffen Mueller2013-03-151-1/+2