summaryrefslogtreecommitdiff
path: root/ext/Data
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/Data/Dumper to ext/Data-DumperNicholas Clark2009-02-0911-4547/+0
* make Dumper.xs work with 5.10.xDavid Mitchell2009-01-041-1/+1
* bump Data::Dumper version number.Dave Mitchell2008-12-091-1/+1
* remove syntax error from < 5.10 branch of Data::DumperDave Mitchell2008-12-051-1/+1
* Version bump for Data::DumperJerry D. Hedden2008-07-302-2/+13
* [perl #56766] [PATCH]Vincent Pit2008-07-301-1/+1
* Data::Dumper patchAlexandr Ciornii2008-05-081-0/+12
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-1/+1
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-092-5/+6
* Make Data::Dumper handle blessed regexes properly, bump version as well. This...Yves Orton2008-01-063-30/+83
* Don't use C++ comments.Rafael Garcia-Suarez2007-07-261-1/+1
* [PATCH] Silence diag in ext/Data/Dumper/t/bless.tJerry D. Hedden2007-07-261-1/+1
* [perl #39420] [PATCH] Data::Dumper fails to escape bless class nameAdriano Ferreira2007-07-243-5/+72
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-2/+2
* Data::Dumper doesn't need ppport.h in coreJerry D. Hedden2007-03-213-2/+9
* further Symbian/S90 fixes from alexander smishlajevJarkko Hietaniemi2007-01-261-1/+7
* Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test c...SADAHIRO Tomoyuki2007-01-051-0/+17
* Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itert...Jerry D. Hedden2006-11-072-2/+18
* Silence a g++ warning reported by Jarkko.Rafael Garcia-Suarez2006-10-301-1/+1
* Document the growth policy, and Yves suggested a better arbitaryNicholas Clark2006-10-081-1/+6
* Yves said that the XS version of Data::Dumper was inefficient becauseNicholas Clark2006-10-071-0/+3
* Use packed addresses for the seen tracking hash, rather thanNicholas Clark2006-10-072-11/+45
* Eliminate two more unneeded strlen()s from Dumper.xsNicholas Clark2006-10-071-2/+2
* Change sprintf() to my_sprintf(), and use the returned length fromNicholas Clark2006-10-071-21/+8
* Change #24364 broke Data::Dumper::Seen()Marcus Holland-Moritz2006-08-271-1/+2
* Replace some sprintf()'s in Data::Dumper with my_snprintf()'sSteve Peters2006-07-241-6/+7
* z/OS: CPAN-ized ext/ and lib/Jarkko Hietaniemi2006-07-132-11/+45
* Re-order one DO_UTF8 to be after the SvPV.Nicholas Clark2006-05-011-1/+1
* Data::Dumper constingAndy Lester2006-03-191-34/+36
* Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7Jarkko Hietaniemi2006-03-031-1/+16
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-2/+2
* s/Nullav/NULL/gNicholas Clark2005-12-161-3/+3
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-1/+3
* A few POD fixesRafael Garcia-Suarez2005-09-211-1/+1
* Regression test for the fix in change #25308,Rafael Garcia-Suarez2005-09-021-0/+35
* Re: Data::Dumper bug?Yitzchak Scott-Thoennes2005-08-192-4/+6
* Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric LabelsRafael Garcia-Suarez2005-06-213-6/+9
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-21/+21
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+5
* Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloadingRafael Garcia-Suarez2005-05-021-5/+20
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+2
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-192-3/+3
* Fix spurious warnings emitted by XSLoader via Data::DumperRafael Garcia-Suarez2005-01-211-2/+2
* Make Data::Dumper work when dynamic extensions are not availableJos I. Boumans2005-01-191-24/+33
* Data::Dumper Freezer fixesSam Tregar2004-12-233-10/+115
* More Data::Dumper docs nits, fix the previous one,Rafael Garcia-Suarez2004-10-191-3/+3
* Doc nit to Data::Dumper, suggested by Peter Kay.Rafael Garcia-Suarez2004-10-151-2/+3
* Skip a Data::Dumper test if configured without B module.Marcus Holland-Moritz2004-08-301-1/+5
* Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparse...Mathieu Arnold2004-06-102-4/+4
* Re: [PATCH] Data::Dumper 2.121Ilya Martynov2003-09-046-56/+102