summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper
Commit message (Expand)AuthorAgeFilesLines
* Data::Dumper version bump for CPAN releaseSteffen Mueller2015-01-081-1/+1
* don't recurse infinitely in Data::DumperTony Cook2015-01-083-10/+92
* 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
* Allow Data::Dumper to work on older PerlsKarl Williamson2013-03-142-2/+6
* Loosen the passing requirement for a regex.James E Keenan2013-02-271-9/+1
* Update Data::Dumper version and release dateSteffen Mueller2013-02-262-3/+3
* Update Data::Dumper changelogSteffen Mueller2013-02-261-1/+8
* [perl #116587] Data::Dumper intermittently fails tests on 5.8.*Steffen Mueller2013-02-171-3/+10
* Data-Dumper: Boost test coverage and refactor.James E Keenan2013-01-3019-295/+2528
* Make Data::Dumper XS ignore Freezer return valueAaron Crane2013-01-133-3/+10
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-313-3/+7
* Bring Data::Dumper version and changelog up to date with CPAN releaseSteffen Mueller2012-12-122-2/+10
* Remove "register" declarationsKarl Williamson2012-11-242-8/+8
* Data::Dumper: Optimize XPUSH's to EXTEND(), PUSH,...Steffen Mueller2012-10-222-5/+6
* Data::Dumper: Promote dev version to stable releaseSteffen Mueller2012-10-042-3/+9
* Omnibus removal of register declarationsKarl Williamson2012-08-181-2/+2
* Data::Dumper: Updated changelogSteffen Mueller2012-08-071-0/+19
* Data::Dumper: Fix tests for pure-Perl implementationSteffen Mueller2012-08-071-12/+12
* Data::Dumper: Fix to use with earlier PerlsKarl Williamson2012-08-061-1/+27
* Data::Dumper: Import more change historySteffen Mueller2012-08-061-0/+8
* Data::Dumper: Comment on previous optimizationSteffen Mueller2012-08-021-1/+3
* Data::Dumper: Option to avoid building much of the seen hashSteffen Mueller2012-08-023-12/+61
* Fix C pre-processor expression in Dumper.xsNicholas Clark2012-07-301-1/+1
* Dumper.xs: Avoid scan_vstring on 5.17.3Father Chrysostomos2012-07-281-1/+1
* Increase $Data::Dumper::VERSION to 2.135_07Father Chrysostomos2012-07-281-2/+2
* Use the new utf8 to code point functionsKarl Williamson2012-03-192-8/+8
* Refactor code in Data::Dumper to assume that >=5.8.0 is the common case.Nicholas Clark2012-02-191-19/+32
* Avoid a warning from clang when compiling Data::Dumper.Nicholas Clark2012-02-041-1/+1
* [perl #58608] Fix DD’s dumping of qr|\/|Father Chrysostomos2012-02-033-6/+8
* Data::Dumper/qr.t: This test is not strict-safeFather Chrysostomos2012-02-031-1/+0