This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads 1.64 (repost)
[perl5.git] / ext / Data /
2007-07-26 Rafael Garcia-SuarezDon'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 Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-03-21 Jerry D. HeddenData::Dumper doesn't need ppport.h in core
2007-01-26 Jarkko Hietaniemifurther Symbian/S90 fixes from alexander smishlajev
2007-01-05 SADAHIRO TomoyukiRe: What if NV_PRESERVES_UV_BITS is undef? (was: Re...
2006-11-07 Jerry D. HeddenRe: [PATCH] [perl #40668] Data::Dumper fails to dump...
2006-10-30 Rafael Garcia-SuarezSilence a g++ warning reported by Jarkko.
2006-10-08 Nicholas ClarkDocument the growth policy, and Yves suggested a better...
2006-10-07 Nicholas ClarkYves said that the XS version of Data::Dumper was ineff...
2006-10-07 Nicholas ClarkUse packed addresses for the seen tracking hash, rather...
2006-10-07 Nicholas ClarkEliminate two more unneeded strlen()s from Dumper.xs
2006-10-07 Nicholas ClarkChange sprintf() to my_sprintf(), and use the returned...
2006-08-27 Marcus Holland-MoritzChange #24364 broke Data::Dumper::Seen()
2006-07-24 Steve PetersReplace some sprintf()'s in Data::Dumper with my_snprin...
2006-07-13 Jarkko Hietaniemiz/OS: CPAN-ized ext/ and lib/
2006-05-01 Nicholas ClarkRe-order one DO_UTF8 to be after the SvPV.
2006-03-19 Andy LesterData::Dumper consting
2006-03-03 Jarkko HietaniemiRe: [PATCH] Re: [perl #38612] Data::Dumper core dump...
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-09-21 Rafael Garcia-SuarezA few POD fixes
2005-09-02 Rafael Garcia-SuarezRegression test for the fix in change #25308,
2005-08-19 Yitzchak Scott-Tho... Re: Data::Dumper bug?
2005-06-21 Rafael Garcia-SuarezFix [perl #36102] Data::Dumper Doesn't Stringify Numeri...
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-02 Rafael Garcia-SuarezRe: [perl #31793] Data::Dumper: Useqq interacts badly...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-01-21 Rafael Garcia-SuarezFix spurious warnings emitted by XSLoader via Data...
2005-01-19 Jos I. BoumansMake Data::Dumper work when dynamic extensions are...
2004-12-23 Sam TregarData::Dumper Freezer fixes
2004-10-19 Rafael Garcia-SuarezMore Data::Dumper docs nits, fix the previous one,
2004-10-15 Rafael Garcia-SuarezDoc nit to Data::Dumper, suggested by Peter Kay.
2004-08-30 Marcus Holland-MoritzSkip a Data::Dumper test if configured without B module.
2004-06-10 Mathieu ArnoldRe: [perl #30197] perlbug AutoReply: Data::Dumper does...
2003-09-04 Ilya MartynovRe: [PATCH] Data::Dumper 2.121
2003-08-14 Jarkko HietaniemiAll the authors of these modules have now been contacted;
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-03-24 Rafael Garcia-SuarezTypo, spotted by Doru Petrescu
2003-03-17 chocolateboyPatch for Data::Dumper 2.12 to Allow Custom Hash Key...
2003-02-15 Jarkko HietaniemiMake the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
2003-01-22 Rafael Garcia-SuarezIntegrate change 18448 from maint-5.8 :
2003-01-21 Jarkko HietaniemiTry to make including patchlevel.h a bit more
2003-01-18 Jarkko HietaniemiSlight 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 Barker5.8.0-RC1 on SunOS 4!
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-05-04 Nicholas ClarkRe: [PATCH] Re: Data::Dumper tests with -Mutf8
2002-05-04 Nicholas ClarkRe: Data::Dumper tests with -Mutf8
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Nicholas ClarkRe: [PATCH] Re: perl@15772
2002-04-06 Nicholas ClarkRe: Dumper.pm and Unicode code points (was Re: Data...
2002-03-12 Jarkko HietaniemiMove the readonly interface back to universal.c,
2002-03-11 Michael G. Schwern Subject: [PATCH] Hash::Util & restricted hash touch...
2002-03-09 Nicholas ClarkData::Dumper
2002-01-07 Jarkko HietaniemiExtension nits found by -Wall (several from threads
2001-12-13 Jarkko Hietaniemi"preprocessing directive not recognized within macro...
2001-12-12 Jarkko HietaniemiEPOC fixes from Olaf Flebbe.
2001-11-12 Jeffrey Friedla few typo fixes
2001-10-31 Rafael Garcia-SuarezData::Dumper opt. use B::Deparse for coderefs
2001-10-13 Brian IngersonMessage-ID: <20011012193235.B889@ttul.org>
2001-10-10 Abhijit Menon-SenRe: /usr/include/sys/e ?? (perl@12340)
2001-10-01 Jarkko HietaniemiForgotten from #12288.
2001-10-01 Brian IngersonOption to sort hashes
2001-09-21 Ronald J. Kimballavoid v-strings with require/use
2001-09-16 Jarkko HietaniemiChange use|require 5.005_64 to use|require 5.6.1.
2001-09-16 Jarkko HietaniemiBump up version numbers.
2001-09-06 Tony CookExtra NUL is Data::Dumper output - patch
2001-09-04 Ian PhillippsAUTHORS updates and
2001-06-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-03-29 Robin Barkerprintf warning
2001-03-21 Nick Ing-SimmonsMultiplicity fix for Dumper.
2001-03-21 Jarkko HietaniemiFirst stab at making Data::Dumper to grok Unicode.
2001-03-16 Michael Stevensmore pod patches
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2000-10-20 Charles BaileySYN SYN
2000-09-07 Gisle AasMake Data::Dumper (non-XS) to work with changed semanti...
2000-08-08 Jarkko HietaniemiDo away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko Hietaniemidetypo #6494
2000-08-02 Gurusamy SarathyDump UVs as UVs in Data::Dumper.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy SarathyData::Dumper fumbles negative numbers on 32-bit platfor...
2000-03-08 Gurusamy Sarathymake Dump() call the XSUB implementation transparently...
2000-03-04 Gurusamy Sarathymore whitespace removal (from Michael G Schwern)
2000-02-09 Charles BaileyResync with mainline
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-21 Gurusamy Sarathyfix bug in dumping self-referential scalars
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-05 Gurusamy Sarathytweak change#4745 to make ebcdic output match for chars...
2000-01-02 Gurusamy Sarathyebcdic fix for Data::Dumper from Peter Prymmer
1999-12-12 Gurusamy Sarathyintegrate mainline changes
next