summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper/Dumper.xs
Commit message (Expand)AuthorAgeFilesLines
* Make Data::Dumper UTF8- and null-clean with GVsFather Chrysostomos2011-11-221-6/+23
* In Dumper.xs, use sv_newmortal() instead of sv_mortalcopy(&PL_sv_undef).Nicholas Clark2011-09-071-2/+2
* Dumper.xs: Suppress compiler warningFather Chrysostomos2011-08-251-1/+1
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-071-2/+2
* fix various compiler warnings from XS codeZefram2010-12-111-1/+1
* Fix an out of bounds write in Data-Dumper with malformed utf8 inputNiko Tyni2010-11-071-1/+5
* $ perl5.6.2 -MData::Dumper -le' Data::Dumper->Dumpxs([*{*STDERR{IO}}])'Father Chrysostomos2010-09-261-1/+1
* rt74170: handle the stack changing in the custom sort functionsTony Cook2010-09-061-0/+2
* Fix Data::Dumper's Fix Terse(1) + Indent(2)Michael G. Schwern2010-04-151-2/+2
* Move Data::Dumper from ext/ to dist/Nicholas Clark2009-09-291-0/+1240