Silly Nick - change 32804 missed updating the list of global functions.
[p5sagit/p5-mst-13.2.git] / ext / Data /
2007-07-26 Rafael Garcia-Suarez Don't use C++ comments.
2007-07-26 Jerry D. Hedden [PATCH] Silence diag in ext/Data/Dumper/t/bless.t
2007-07-24 Adriano Ferreira [perl #39420] [PATCH] Data::Dumper fails to escape...
2007-06-24 Nicholas Clark s/\bunicode\b/Unicode/; # For everything not dual life
2007-03-21 Jerry D. Hedden Data::Dumper doesn't need ppport.h in core
2007-01-26 Jarkko Hietaniemi further Symbian/S90 fixes from alexander smishlajev
2007-01-05 SADAHIRO Tomoyuki Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re...
2006-11-07 Jerry D. Hedden Re: [PATCH] [perl #40668] Data::Dumper fails to dump...
2006-10-30 Rafael Garcia-Suarez Silence a g++ warning reported by Jarkko.
2006-10-08 Nicholas Clark Document the growth policy, and Yves suggested a better...
2006-10-07 Nicholas Clark Yves said that the XS version of Data::Dumper was ineff...
2006-10-07 Nicholas Clark Use packed addresses for the seen tracking hash, rather...
2006-10-07 Nicholas Clark Eliminate two more unneeded strlen()s from Dumper.xs
2006-10-07 Nicholas Clark Change sprintf() to my_sprintf(), and use the returned...
2006-08-27 Marcus Holland-Moritz Change #24364 broke Data::Dumper::Seen()
2006-07-24 Steve Peters Replace some sprintf()'s in Data::Dumper with my_snprin...
2006-07-13 Jarkko Hietaniemi z/OS: CPAN-ized ext/ and lib/
2006-05-01 Nicholas Clark Re-order one DO_UTF8 to be after the SvPV.
2006-03-19 Andy Lester Data::Dumper consting
2006-03-03 Jarkko Hietaniemi Re: [PATCH] Re: [perl #38612] Data::Dumper core dump...
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-09-21 Rafael Garcia-Suarez A few POD fixes
2005-09-02 Rafael Garcia-Suarez Regression test for the fix in change #25308,
2005-08-19 Yitzchak Scott-Tho... Re: Data::Dumper bug?
2005-06-21 Rafael Garcia-Suarez Fix [perl #36102] Data::Dumper Doesn't Stringify Numeri...
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-02 Rafael Garcia-Suarez Re: [perl #31793] Data::Dumper: Useqq interacts badly...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-01-21 Rafael Garcia-Suarez Fix spurious warnings emitted by XSLoader via Data...
2005-01-19 Jos I. Boumans Make Data::Dumper work when dynamic extensions are...
2004-12-23 Sam Tregar Data::Dumper Freezer fixes
2004-10-19 Rafael Garcia-Suarez More Data::Dumper docs nits, fix the previous one,
2004-10-15 Rafael Garcia-Suarez Doc nit to Data::Dumper, suggested by Peter Kay.
2004-08-30 Marcus Holland-Moritz Skip a Data::Dumper test if configured without B module.
2004-06-10 Mathieu Arnold Re: [perl #30197] perlbug AutoReply: Data::Dumper does...
2003-09-04 Ilya Martynov Re: [PATCH] Data::Dumper 2.121
2003-08-14 Jarkko Hietaniemi All the authors of these modules have now been contacted;
2003-06-26 Jarkko Hietaniemi Bite the bullet and apply the hash randomisation patch.
2003-03-24 Rafael Garcia-Suarez Typo, spotted by Doru Petrescu
2003-03-17 chocolateboy Patch for Data::Dumper 2.12 to Allow Custom Hash Key...
2003-02-15 Jarkko Hietaniemi Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
2003-01-22 Rafael Garcia-Suarez Integrate change 18448 from maint-5.8 :
2003-01-21 Jarkko Hietaniemi Try to make including patchlevel.h a bit more
2003-01-18 Jarkko Hietaniemi Slight pod reformatting based on [perl #20284].
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-07-09 Robin Barker 5.8.0-RC1 on SunOS 4!
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2002-05-04 Nicholas Clark Re: [PATCH] Re: Data::Dumper tests with -Mutf8
2002-05-04 Nicholas Clark Re: Data::Dumper tests with -Mutf8
2002-04-26 Gurusamy Sarathy various signed/unsigned mismatch nits
2002-04-21 Gurusamy Sarathy squelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathy Windows 64-bit support:
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Nicholas Clark Re: [PATCH] Re: perl@15772
2002-04-06 Nicholas Clark Re: Dumper.pm and Unicode code points (was Re: Data...
2002-03-12 Jarkko Hietaniemi Move the readonly interface back to universal.c,
2002-03-11 Michael G. Schwern Subject: [PATCH] Hash::Util ...
2002-03-09 Nicholas Clark Data::Dumper
2002-01-07 Jarkko Hietaniemi Extension nits found by -Wall (several from threads
2001-12-13 Jarkko Hietaniemi "preprocessing directive not recognized within macro...
2001-12-12 Jarkko Hietaniemi EPOC fixes from Olaf Flebbe.
2001-11-12 Jeffrey Friedl a few typo fixes
2001-10-31 Rafael Garcia-Suarez Data::Dumper opt. use B::Deparse for coderefs
2001-10-13 Brian Ingerson Message-ID: <20011012193235.B889@ttul.org>
2001-10-10 Abhijit Menon-Sen Re: /usr/include/sys/e ?? (perl@12340)
2001-10-01 Jarkko Hietaniemi Forgotten from #12288.
2001-10-01 Brian Ingerson Option to sort hashes
2001-09-21 Ronald J. Kimball avoid v-strings with require/use
2001-09-16 Jarkko Hietaniemi Change use|require 5.005_64 to use|require 5.6.1.
2001-09-16 Jarkko Hietaniemi Bump up version numbers.
2001-09-06 Tony Cook Extra NUL is Data::Dumper output - patch
2001-09-04 Ian Phillipps AUTHORS updates and
2001-06-30 Jarkko Hietaniemi Code cleanup based on turning off the -woffs in IRIX.
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-03-29 Robin Barker printf warning
2001-03-21 Nick Ing-Simmons Multiplicity fix for Dumper.
2001-03-21 Jarkko Hietaniemi First stab at making Data::Dumper to grok Unicode.
2001-03-16 Michael Stevens more pod patches
2001-02-18 Doug MacEachern [patch] -Wall cleanup round 2
2000-10-20 Charles Bailey SYN SYN
2000-09-07 Gisle Aas Make Data::Dumper (non-XS) to work with changed semanti...
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko Hietaniemi detypo #6494
2000-08-02 Gurusamy Sarathy Dump UVs as UVs in Data::Dumper.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathy Data::Dumper fumbles negative numbers on 32-bit platfor...
2000-03-08 Gurusamy Sarathy make Dump() call the XSUB implementation transparently...
2000-03-04 Gurusamy Sarathy more whitespace removal (from Michael G Schwern)
2000-02-09 Charles Bailey Resync with mainline
2000-01-23 Gurusamy Sarathy s/use vars/our/g modules that aren't independently...
2000-01-21 Gurusamy Sarathy fix bug in dumping self-referential scalars
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-05 Gurusamy Sarathy tweak change#4745 to make ebcdic output match for chars...
2000-01-02 Gurusamy Sarathy ebcdic fix for Data::Dumper from Peter Prymmer
1999-12-12 Gurusamy Sarathy integrate mainline changes
next