| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ext/Data/Dumper to ext/Data-Dumper | Nicholas Clark | 2009-02-09 | 11 | -4547/+0 |
* | make Dumper.xs work with 5.10.x | David Mitchell | 2009-01-04 | 1 | -1/+1 |
* | bump Data::Dumper version number. | Dave Mitchell | 2008-12-09 | 1 | -1/+1 |
* | remove syntax error from < 5.10 branch of Data::Dumper | Dave Mitchell | 2008-12-05 | 1 | -1/+1 |
* | Version bump for Data::Dumper | Jerry D. Hedden | 2008-07-30 | 2 | -2/+13 |
* | [perl #56766] [PATCH] | Vincent Pit | 2008-07-30 | 1 | -1/+1 |
* | Data::Dumper patch | Alexandr Ciornii | 2008-05-08 | 1 | -0/+12 |
* | Purge all use of Nullch in non-dual life modules. | Nicholas Clark | 2008-01-23 | 1 | -1/+1 |
* | Move re::regexp_pattern to universal.c | Jerry D. Hedden | 2008-01-09 | 2 | -5/+6 |
* | Make Data::Dumper handle blessed regexes properly, bump version as well. This... | Yves Orton | 2008-01-06 | 3 | -30/+83 |
* | Don't use C++ comments. | Rafael Garcia-Suarez | 2007-07-26 | 1 | -1/+1 |
* | [PATCH] Silence diag in ext/Data/Dumper/t/bless.t | Jerry D. Hedden | 2007-07-26 | 1 | -1/+1 |
* | [perl #39420] [PATCH] Data::Dumper fails to escape bless class name | Adriano Ferreira | 2007-07-24 | 3 | -5/+72 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -2/+2 |
* | Data::Dumper doesn't need ppport.h in core | Jerry D. Hedden | 2007-03-21 | 3 | -2/+9 |
* | further Symbian/S90 fixes from alexander smishlajev | Jarkko Hietaniemi | 2007-01-26 | 1 | -1/+7 |
* | Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test c... | SADAHIRO Tomoyuki | 2007-01-05 | 1 | -0/+17 |
* | Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itert... | Jerry D. Hedden | 2006-11-07 | 2 | -2/+18 |
* | Silence a g++ warning reported by Jarkko. | Rafael Garcia-Suarez | 2006-10-30 | 1 | -1/+1 |
* | Document the growth policy, and Yves suggested a better arbitary | Nicholas Clark | 2006-10-08 | 1 | -1/+6 |
* | Yves said that the XS version of Data::Dumper was inefficient because | Nicholas Clark | 2006-10-07 | 1 | -0/+3 |
* | Use packed addresses for the seen tracking hash, rather than | Nicholas Clark | 2006-10-07 | 2 | -11/+45 |
* | Eliminate two more unneeded strlen()s from Dumper.xs | Nicholas Clark | 2006-10-07 | 1 | -2/+2 |
* | Change sprintf() to my_sprintf(), and use the returned length from | Nicholas Clark | 2006-10-07 | 1 | -21/+8 |
* | Change #24364 broke Data::Dumper::Seen() | Marcus Holland-Moritz | 2006-08-27 | 1 | -1/+2 |
* | Replace some sprintf()'s in Data::Dumper with my_snprintf()'s | Steve Peters | 2006-07-24 | 1 | -6/+7 |
* | z/OS: CPAN-ized ext/ and lib/ | Jarkko Hietaniemi | 2006-07-13 | 2 | -11/+45 |
* | Re-order one DO_UTF8 to be after the SvPV. | Nicholas Clark | 2006-05-01 | 1 | -1/+1 |
* | Data::Dumper consting | Andy Lester | 2006-03-19 | 1 | -34/+36 |
* | Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7 | Jarkko Hietaniemi | 2006-03-03 | 1 | -1/+16 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -2/+2 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -3/+3 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -1/+3 |
* | A few POD fixes | Rafael Garcia-Suarez | 2005-09-21 | 1 | -1/+1 |
* | Regression test for the fix in change #25308, | Rafael Garcia-Suarez | 2005-09-02 | 1 | -0/+35 |
* | Re: Data::Dumper bug? | Yitzchak Scott-Thoennes | 2005-08-19 | 2 | -4/+6 |
* | Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels | Rafael Garcia-Suarez | 2005-06-21 | 3 | -6/+9 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -21/+21 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -1/+5 |
* | Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading | Rafael Garcia-Suarez | 2005-05-02 | 1 | -5/+20 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+2 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 2 | -3/+3 |
* | Fix spurious warnings emitted by XSLoader via Data::Dumper | Rafael Garcia-Suarez | 2005-01-21 | 1 | -2/+2 |
* | Make Data::Dumper work when dynamic extensions are not available | Jos I. Boumans | 2005-01-19 | 1 | -24/+33 |
* | Data::Dumper Freezer fixes | Sam Tregar | 2004-12-23 | 3 | -10/+115 |
* | More Data::Dumper docs nits, fix the previous one, | Rafael Garcia-Suarez | 2004-10-19 | 1 | -3/+3 |
* | Doc nit to Data::Dumper, suggested by Peter Kay. | Rafael Garcia-Suarez | 2004-10-15 | 1 | -2/+3 |
* | Skip a Data::Dumper test if configured without B module. | Marcus Holland-Moritz | 2004-08-30 | 1 | -1/+5 |
* | Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparse... | Mathieu Arnold | 2004-06-10 | 2 | -4/+4 |
* | Re: [PATCH] Data::Dumper 2.121 | Ilya Martynov | 2003-09-04 | 6 | -56/+102 |