summaryrefslogtreecommitdiff
path: root/ext/Data/Dumper/Dumper.xs
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/Data/Dumper to ext/Data-DumperNicholas Clark2009-02-091-1239/+0
* make Dumper.xs work with 5.10.xDavid Mitchell2009-01-041-1/+1
* remove syntax error from < 5.10 branch of Data::DumperDave Mitchell2008-12-051-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
* Make Data::Dumper handle blessed regexes properly, bump version as well. This...Yves Orton2008-01-061-20/+41
* Don't use C++ comments.Rafael Garcia-Suarez2007-07-261-1/+1
* [perl #39420] [PATCH] Data::Dumper fails to escape bless class nameAdriano Ferreira2007-07-241-1/+21
* Data::Dumper doesn't need ppport.h in coreJerry D. Hedden2007-03-211-1/+3
* further Symbian/S90 fixes from alexander smishlajevJarkko Hietaniemi2007-01-261-1/+7
* 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-071-1/+25
* 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
* 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-131-2/+11
* Re-order one DO_UTF8 to be after the SvPV.Nicholas Clark2006-05-011-1/+1
* Data::Dumper constingAndy Lester2006-03-191-34/+36
* 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
* Re: Data::Dumper bug?Yitzchak Scott-Thoennes2005-08-191-3/+5
* Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric LabelsRafael Garcia-Suarez2005-06-211-2/+5
* 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
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+2
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-2/+2
* Data::Dumper Freezer fixesSam Tregar2004-12-231-6/+6
* Re: [PATCH] Data::Dumper 2.121Ilya Martynov2003-09-041-33/+45
* Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separatorchocolateboy2003-03-171-13/+15
* Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)Jarkko Hietaniemi2003-02-151-1/+1
* Integrate change 18448 from maint-5.8 :Rafael Garcia-Suarez2003-01-221-1/+1
* Try to make including patchlevel.h a bit moreJarkko Hietaniemi2003-01-211-2/+5
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+1
* 5.8.0-RC1 on SunOS 4!Robin Barker2002-07-091-1/+10
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-1/+1
* Re: [PATCH] Re: Data::Dumper tests with -Mutf8Nicholas Clark2002-05-041-29/+46
* Re: Data::Dumper tests with -Mutf8 Nicholas Clark2002-05-041-3/+5
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-2/+2
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-1/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-2/+2
* Re: [PATCH] Re: perl@15772Nicholas Clark2002-04-071-2/+4
* Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conve...Nicholas Clark2002-04-061-31/+63
* Data::DumperNicholas Clark2002-03-091-1/+21
* Extension nits found by -Wall (several from threadsJarkko Hietaniemi2002-01-071-1/+1
* "preprocessing directive not recognized within macro arg"Jarkko Hietaniemi2001-12-131-2/+4
* EPOC fixes from Olaf Flebbe.Jarkko Hietaniemi2001-12-121-0/+4
* Message-ID: <20011012193235.B889@ttul.org>Brian Ingerson2001-10-131-1/+1