| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ppport.h when building dist/ modules in core | Leon Timmermans | 2023-02-22 | 3 | -10/+8 |
* | Update Data::Dumper synopsis | Elvin Aslanov | 2022-11-05 | 1 | -4/+3 |
* | Data::Dumper - dump booleans as booleans | Graham Knop | 2022-06-25 | 3 | -0/+38 |
* | Data::Dumper - fix version number in Pod | Graham Knop | 2022-06-25 | 1 | -1/+1 |
* | Bump Data-Dumper version | Karl Williamson | 2022-06-20 | 1 | -1/+1 |
* | Change !! to cBOOL() in dist/ext modules | Karl Williamson | 2022-06-20 | 1 | -1/+1 |
* | Data::Dumper: bump version | Karl Williamson | 2022-06-08 | 1 | -1/+1 |
* | Dumper.pm: Add proper link to pod section | Karl Williamson | 2022-06-08 | 1 | -1/+1 |
* | Data-Dumper: Fixes for EBCDIC | Karl Williamson | 2021-12-23 | 3 | -74/+39 |
* | Data::Dumper 2.183 was released on 2021-07-05. | Nicholas Clark | 2021-07-05 | 2 | -2/+6 |
* | Fix version numbers and attribution in the Data::Dumper changes file. | Nicholas Clark | 2021-07-05 | 1 | -14/+14 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-07-05 | 2 | -2/+8 |
* | Change dumper.t to done_testing() from plan() and an explicit test count. | Nicholas Clark | 2021-07-05 | 1 | -9/+5 |
* | Refactor the variable name code in Dumpxs to avoid repeated SvPV* calls. | Nicholas Clark | 2021-07-05 | 2 | -24/+49 |
* | In Data_Dumper_Dumpxs, rename name to name_sv. | Nicholas Clark | 2021-07-05 | 1 | -20/+20 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-07-05 | 2 | -2/+6 |
* | Data::Dumper was erroneously stringifying qr'$foo' as qr/$foo/ | Nicholas Clark | 2021-07-05 | 3 | -4/+77 |
* | Data::Dumper 2.182 was released on 2021-06-30. | Nicholas Clark | 2021-06-30 | 2 | -2/+6 |
* | Reformatted Data-Dumper Changes as per CPAN::Changes::Spec | Neil Bowers | 2021-06-30 | 1 | -386/+299 |
* | Dumper.xs: Add comment | Karl Williamson | 2021-06-30 | 1 | -1/+4 |
* | Dumper.xs: Output orphaned EBCDIC control as octal | Karl Williamson | 2021-06-30 | 1 | -20/+11 |
* | Dumper.xs: Revise calculation of needed size | Karl Williamson | 2021-06-30 | 1 | -7/+5 |
* | Dumper.xs: isDIGIT() is now in ppport.h | Karl Williamson | 2021-06-30 | 1 | -6/+2 |
* | Dumper.xs: Port ESC_NATIVE back on EBCDIC | Karl Williamson | 2021-06-30 | 1 | -1/+1 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-06-30 | 2 | -2/+6 |
* | Report Data::Dumper problems to Perl 5 Github issues queue | James E Keenan | 2021-06-30 | 1 | -0/+13 |
* | Data::Dumper 2.180 was released on 2021-05-26. | Nicholas Clark | 2021-05-26 | 2 | -2/+6 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-25 | 2 | -2/+6 |
* | Restore the explicit Data::Dumper Makefile.PL | Nicholas Clark | 2021-05-25 | 1 | -0/+10 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-24 | 2 | -2/+6 |
* | 5.8.1 provides all of isASCII, isPRINT, isALPHA and isIDFIRST. | Nicholas Clark | 2021-05-24 | 1 | -17/+0 |
* | Dumper.xs can use more emulation functions from ppport.h | Nicholas Clark | 2021-05-24 | 1 | -49/+1 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-23 | 2 | -2/+6 |
* | Eliminate $WANT, inline &SKIP_TEST into &TEST_BOTH, and pass $want to &TEST. | Nicholas Clark | 2021-05-23 | 1 | -19/+14 |
* | Convert all the Data::Dumper "numbers" and "strings" tests to TEST_BOTH. | Nicholas Clark | 2021-05-23 | 1 | -119/+118 |
* | Convert the tests for Dumpxs in list context and B::Deparse to TEST_BOTH. | Nicholas Clark | 2021-05-23 | 1 | -9/+12 |
* | Convert the test for blessed overloaded blobs to TEST_BOTH. | Nicholas Clark | 2021-05-23 | 1 | -5/+4 |
* | TEST_BOTH now handles DumperX/Dumper tests. | Nicholas Clark | 2021-05-23 | 1 | -37/+39 |
* | Add TEST_BOTH and SKIP_BOTH to dumper.t to remove a *lot* of DRY violations. | Nicholas Clark | 2021-05-23 | 1 | -369/+286 |
* | Better pure-Perl fallback output for v-strings. | Nicholas Clark | 2021-05-23 | 2 | -5/+5 |
* | Correct Data::Dumper test case for when no Data::Dumper XS code has loaded. | Nicholas Clark | 2021-05-23 | 2 | -1/+56 |
* | Convert dumper.t to Test::More. | Nicholas Clark | 2021-05-23 | 1 | -57/+65 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-23 | 2 | -2/+6 |
* | Remove Data::Dumper::_sortkeys(), which was only needed for pre 5.8.0 | Nicholas Clark | 2021-05-23 | 2 | -17/+1 |
* | Data::Dumper's minimum Perl version is now v5.8.1, up from v5.6.1 | Nicholas Clark | 2021-05-23 | 4 | -168/+39 |
* | Data::Dumper 2.180 was released on 2021-05-17. | Nicholas Clark | 2021-05-22 | 2 | -2/+6 |
* | Bump Data::Dumper's $VERSION and update Changes. | Nicholas Clark | 2021-05-22 | 2 | -2/+6 |
* | Rework Data::Dumper Unicode-in-qr support. | Nicholas Clark | 2021-05-22 | 2 | -21/+49 |
* | Document the scanning logic in Data::Dumper's dump_regexp. | Nicholas Clark | 2021-05-22 | 1 | -0/+16 |
* | More tests for Unicode in qr//. | Nicholas Clark | 2021-05-22 | 1 | -5/+53 |