summaryrefslogtreecommitdiff
path: root/ext/Data/Dumper/Dumper.pm
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/Data/Dumper to ext/Data-DumperNicholas Clark2009-02-091-1307/+0
* bump Data::Dumper version number.Dave Mitchell2008-12-091-1/+1
* Version bump for Data::DumperJerry D. Hedden2008-07-301-1/+1
* [perl #56766] [PATCH]Vincent Pit2008-07-301-1/+1
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-091-4/+2
* Make Data::Dumper handle blessed regexes properly, bump version as well. This...Yves Orton2008-01-061-9/+32
* [perl #39420] [PATCH] Data::Dumper fails to escape bless class nameAdriano Ferreira2007-07-241-4/+10
* 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-211-1/+1
* Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itert...Jerry D. Hedden2006-11-071-1/+6
* Use packed addresses for the seen tracking hash, rather thanNicholas Clark2006-10-071-10/+20
* Change #24364 broke Data::Dumper::Seen()Marcus Holland-Moritz2006-08-271-1/+2
* A few POD fixesRafael Garcia-Suarez2005-09-211-1/+1
* Re: Data::Dumper bug?Yitzchak Scott-Thoennes2005-08-191-1/+1
* Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric LabelsRafael Garcia-Suarez2005-06-211-1/+1
* Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloadingRafael Garcia-Suarez2005-05-021-5/+20
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
* 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-231-4/+12
* 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
* Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparse...Mathieu Arnold2004-06-101-2/+2
* Re: [PATCH] Data::Dumper 2.121Ilya Martynov2003-09-041-1/+8
* All the authors of these modules have now been contacted;Jarkko Hietaniemi2003-08-141-1/+1
* Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-261-1/+11
* Typo, spotted by Doru PetrescuRafael Garcia-Suarez2003-03-241-1/+1
* Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separatorchocolateboy2003-03-171-2/+26
* Slight pod reformatting based on [perl #20284].Jarkko Hietaniemi2003-01-181-15/+45
* Data::DumperNicholas Clark2002-03-091-2/+4
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* Data::Dumper opt. use B::Deparse for coderefsRafael Garcia-Suarez2001-10-311-11/+38
* Forgotten from #12288.Jarkko Hietaniemi2001-10-011-2/+84
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
* Bump up version numbers.Jarkko Hietaniemi2001-09-161-1/+1
* First stab at making Data::Dumper to grok Unicode.Jarkko Hietaniemi2001-03-211-0/+2
* more pod patchesMichael Stevens2001-03-161-1/+0
* Make Data::Dumper (non-XS) to work with changed semantics of ref().Gisle Aas2000-09-071-3/+2
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-3/+3
* make Dump() call the XSUB implementation transparently (modifiedGurusamy Sarathy2000-03-081-20/+12
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-22/+22
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-1/+1
* fix bug in dumping self-referential scalarsGurusamy Sarathy2000-01-211-1/+1
* tweak change#4745 to make ebcdic output match for chars <= 037Gurusamy Sarathy2000-01-051-1/+5
* ebcdic fix for Data::Dumper from Peter PrymmerGurusamy Sarathy2000-01-021-14/+20
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-4/+4
* email address changesGurusamy Sarathy1999-12-011-1/+1
* avoid ass_u_ming uppercase types are not user objects (spottedGurusamy Sarathy1999-09-081-4/+3
* modified suggested patch to handle cross-refs and qr// objectsJohn Nolan1999-09-051-12/+52