summaryrefslogtreecommitdiff
path: root/dist/Data-Dumper/Dumper.xs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-13/+13
* Data::Dumper: Fix wrong #ifKarl Williamson2014-06-051-1/+1
* Add parameters to "use locale"Karl Williamson2014-06-051-7/+16
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+1
* Annotate intentional case fallthrough, or add breaks.Jarkko Hietaniemi2014-05-281-0/+1
* [perl #120384] make hash key quoting compatible between perl and XSTony Cook2013-12-181-41/+59
* [perl #82948] use re::regexp_pattern in list context for dumping qr//Tony Cook2013-12-171-3/+39
* Dumper.xs: Update commentFather Chrysostomos2013-09-091-1/+1
* 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
* [perl #74798] improved useqq compatibility with the pure perl versionTony Cook2013-07-231-0/+45
* handle xs Useqq dumping of strings with an escape followed by a digitTony Cook2013-07-171-6/+26
* adjust indentation to match other DD codeTony Cook2013-07-171-24/+23
* Data::Dumper: useqq implementation for xsSlaven Rezic2013-07-171-25/+60
* Allow Data::Dumper to work on older PerlsKarl Williamson2013-03-141-0/+4
* Make Data::Dumper XS ignore Freezer return valueAaron Crane2013-01-131-1/+1
* Change core calls of isALNUM() to isWORDCHAR()Karl Williamson2012-12-311-1/+1
* Remove "register" declarationsKarl Williamson2012-11-241-5/+5
* Data::Dumper: Optimize XPUSH's to EXTEND(), PUSH,...Steffen Mueller2012-10-221-3/+4
* Omnibus removal of register declarationsKarl Williamson2012-08-181-2/+2
* Data::Dumper: Fix to use with earlier PerlsKarl Williamson2012-08-061-1/+27
* Data::Dumper: Comment on previous optimizationSteffen Mueller2012-08-021-1/+3
* Data::Dumper: Option to avoid building much of the seen hashSteffen Mueller2012-08-021-10/+21
* 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
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-6/+6
* 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-031-3/+6
* Make DD dump *{''} correctly under 5.6Father Chrysostomos2011-12-251-1/+6
* Make DD dump *{''} properlyFather Chrysostomos2011-12-251-1/+1
* [perl #101162] DD support for vstringsFather Chrysostomos2011-12-251-0/+33
* 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