| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the variable name code in Dumpxs to avoid repeated SvPV* calls. | Nicholas Clark | 2021-07-05 | 1 | -23/+27 |
* | In Data_Dumper_Dumpxs, rename name to name_sv. | Nicholas Clark | 2021-07-05 | 1 | -20/+20 |
* | Data::Dumper was erroneously stringifying qr'$foo' as qr/$foo/ | Nicholas Clark | 2021-07-05 | 1 | -2/+17 |
* | 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 |
* | 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 |
* | Data::Dumper's minimum Perl version is now v5.8.1, up from v5.6.1 | Nicholas Clark | 2021-05-23 | 1 | -71/+8 |
* | Rework Data::Dumper Unicode-in-qr support. | Nicholas Clark | 2021-05-22 | 1 | -15/+49 |
* | Document the scanning logic in Data::Dumper's dump_regexp. | Nicholas Clark | 2021-05-22 | 1 | -0/+16 |
* | Current ppport.h forcibly overrides older buggy versions of utf8_to_uvchr_buf | Nicholas Clark | 2021-05-22 | 1 | -0/+5 |
* | For 5.34.0, revert the fix for GH #18614 as it introduces a regression. | Nicholas Clark | 2021-05-14 | 1 | -4/+0 |
* | Make Data::Dumper mark regex output as UTF-8 if needed | Aaron Crane | 2021-03-03 | 1 | -0/+4 |
* | Dumper.xs: factor out internal dump_regexp() function | Aaron Crane | 2021-03-03 | 1 | -55/+68 |
* | dist/Data-Dumper: use PERL_VERSION compare macro | Nicolas R | 2020-08-17 | 1 | -19/+21 |
* | Data::Dumper (XS): use mortals to prevent leaks if magic throws | Tony Cook | 2020-08-16 | 1 | -24/+28 |
* | make postav and valstr mortal so they're freed soonish | Tony Cook | 2020-08-16 | 1 | -3/+2 |
* | Data::Dumper: don't leak the working retval | Tony Cook | 2020-08-16 | 1 | -4/+4 |
* | Data::Dumper - avoid leak on croak | David Mitchell | 2019-04-03 | 1 | -7/+20 |
* | Fix trivial compilation warning in Data::Dumper | Aaron Crane | 2018-07-22 | 1 | -0/+2 |
* | Data::Dumper: restore XS-mode deparse support in older Perls | Aaron Crane | 2018-07-22 | 1 | -0/+15 |
* | Data::Dumper: handle incomplete support for Unicode glob names | Aaron Crane | 2018-07-22 | 1 | -3/+20 |
* | Data::Dumper: ensure character-classification macros use U8 | Aaron Crane | 2018-07-22 | 1 | -4/+6 |
* | fix Data-Dumper postentry for quoted glob | Zefram | 2018-01-10 | 1 | -5/+6 |
* | Fix typo in 183a822da3e11eb0f7dba393f5e6f2bc515cffe6 | Karl Williamson | 2017-12-13 | 1 | -1/+1 |
* | Data::Dumper: Change a strncmp to memBEGINs | Karl Williamson | 2017-12-13 | 1 | -1/+7 |
* | Data::Dumper: Change strcpy to strlcpy | Karl Williamson | 2017-12-13 | 1 | -2/+10 |
* | in Data-Dumper, quote glob names better | Zefram | 2017-12-01 | 1 | -15/+7 |
* | Add SvPVCLEAR fallback definiton to Data::Dumper | Steffen Mueller | 2017-07-31 | 1 | -0/+5 |
* | RT#130487: fix stack-management bug in Data::Dumper | Aaron Crane | 2017-01-04 | 1 | -0/+2 |
* | Data-Dumper: Rmv impediment to compiling under C++11 | Karl Williamson | 2016-11-19 | 1 | -11/+12 |
* | Data::Dumper: the XS implementation now supports Deparse | Aaron Crane | 2016-11-12 | 1 | -3/+83 |
* | Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …) | Dagfinn Ilmari Mannsåker | 2016-11-12 | 1 | -23/+23 |
* | dist/Data-Dumper: switch to using SvPVCLEAR() | Yves Orton | 2016-10-19 | 1 | -1/+1 |
* | Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…") | Dagfinn Ilmari Mannsåker | 2016-09-21 | 1 | -2/+2 |
* | (perl #128524) correct indentation for utf-8 key hash elements | Tony Cook | 2016-07-20 | 1 | -2/+2 |
* | Data::Dumper: handle huge inputs on 64-bit platforms | Aaron Crane | 2016-01-12 | 1 | -14/+13 |
* | Data::Dumper: add Trailingcomma option | Aaron Crane | 2015-12-16 | 1 | -2/+7 |
* | Data::Dumper: replace pointer with local variable | Aaron Crane | 2015-12-16 | 1 | -19/+15 |
* | Data::Dumper: move sortkeys setting into style struct | Aaron Crane | 2015-12-16 | 1 | -32/+37 |
* | Data::Dumper: reorder elements of style struct | Aaron Crane | 2015-12-16 | 1 | -4/+4 |
* | Data::Dumper: refactor XS implementation | Aaron Crane | 2015-12-15 | 1 | -110/+108 |
* | Data::Dumper: Generalize for EBCDIC platforms | Karl Williamson | 2015-03-13 | 1 | -84/+164 |
* | Corrections to spelling and grammatical errors. | Lajos Veres | 2015-01-29 | 1 | -1/+1 |
* | Revert "Corrections to spelling and grammatical errors." | James E Keenan | 2015-01-29 | 1 | -1/+1 |
* | Corrections to spelling and grammatical errors. | Lajos Veres | 2015-01-28 | 1 | -1/+1 |
* | Use GIMME_V in Data::Dumper | Father Chrysostomos | 2014-12-21 | 1 | -2/+2 |