summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper/Dumper.xs
Commit message (Expand)AuthorAgeFilesLines
* Dumper.xs: Add commentKarl Williamson2021-06-301-1/+4
* Dumper.xs: Output orphaned EBCDIC control as octalKarl Williamson2021-06-301-20/+11
* Dumper.xs: Revise calculation of needed sizeKarl Williamson2021-06-301-7/+5
* Dumper.xs: isDIGIT() is now in ppport.hKarl Williamson2021-06-301-6/+2
* Dumper.xs: Port ESC_NATIVE back on EBCDICKarl Williamson2021-06-301-1/+1
* 5.8.1 provides all of isASCII, isPRINT, isALPHA and isIDFIRST.Nicholas Clark2021-05-241-17/+0
* Dumper.xs can use more emulation functions from ppport.hNicholas Clark2021-05-241-49/+1
* Data::Dumper's minimum Perl version is now v5.8.1, up from v5.6.1Nicholas Clark2021-05-231-71/+8
* Rework Data::Dumper Unicode-in-qr support.Nicholas Clark2021-05-221-15/+49
* Document the scanning logic in Data::Dumper's dump_regexp.Nicholas Clark2021-05-221-0/+16
* Current ppport.h forcibly overrides older buggy versions of utf8_to_uvchr_bufNicholas Clark2021-05-221-0/+5
* For 5.34.0, revert the fix for GH #18614 as it introduces a regression.Nicholas Clark2021-05-141-4/+0
* Make Data::Dumper mark regex output as UTF-8 if neededAaron Crane2021-03-031-0/+4
* Dumper.xs: factor out internal dump_regexp() functionAaron Crane2021-03-031-55/+68
* dist/Data-Dumper: use PERL_VERSION compare macroNicolas R2020-08-171-19/+21
* 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
* Data::Dumper - avoid leak on croakDavid Mitchell2019-04-031-7/+20
* Fix trivial compilation warning in Data::DumperAaron Crane2018-07-221-0/+2
* Data::Dumper: restore XS-mode deparse support in older PerlsAaron Crane2018-07-221-0/+15
* Data::Dumper: handle incomplete support for Unicode glob namesAaron Crane2018-07-221-3/+20
* Data::Dumper: ensure character-classification macros use U8Aaron Crane2018-07-221-4/+6
* fix Data-Dumper postentry for quoted globZefram2018-01-101-5/+6
* 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
* in Data-Dumper, quote glob names betterZefram2017-12-011-15/+7
* Add SvPVCLEAR fallback definiton to Data::DumperSteffen Mueller2017-07-311-0/+5
* RT#130487: fix stack-management bug in Data::DumperAaron Crane2017-01-041-0/+2
* Data-Dumper: Rmv impediment to compiling under C++11Karl Williamson2016-11-191-11/+12
* Data::Dumper: the XS implementation now supports DeparseAaron Crane2016-11-121-3/+83
* Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)Dagfinn Ilmari Mannsåker2016-11-121-23/+23
* dist/Data-Dumper: switch to using SvPVCLEAR()Yves Orton2016-10-191-1/+1
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-211-2/+2
* (perl #128524) correct indentation for utf-8 key hash elementsTony Cook2016-07-201-2/+2
* Data::Dumper: handle huge inputs on 64-bit platformsAaron Crane2016-01-121-14/+13
* Data::Dumper: add Trailingcomma optionAaron Crane2015-12-161-2/+7
* 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-151-110/+108
* Data::Dumper: Generalize for EBCDIC platformsKarl Williamson2015-03-131-84/+164
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-291-1/+1
* Revert "Corrections to spelling and grammatical errors."James E Keenan2015-01-291-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* Use GIMME_V in Data::DumperFather Chrysostomos2014-12-211-2/+2
* gcc thinks it can see how 'entry' can be accessed uninitialized.Jarkko Hietaniemi2014-12-051-1/+1
* don't recurse infinitely in Data::DumperTony Cook2014-09-181-9/+23
* Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")Dagfinn Ilmari Mannsåker2014-06-121-45/+45