This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make Dumper.xs work with 5.10.x
[perl5.git] / ext / Data / Dumper / Dumper.xs
2009-01-04 David Mitchellmake Dumper.xs work with 5.10.x
2008-12-05 Dave Mitchellremove syntax error from < 5.10 branch of Data::Dumper
2008-05-08 Alexandr CiorniiData::Dumper patch
2008-01-23 Nicholas ClarkPurge all use of Nullch in non-dual life modules.
2008-01-06 Yves OrtonMake Data::Dumper handle blessed regexes properly,...
2007-07-26 Rafael Garcia-SuarezDon't use C++ comments.
2007-07-24 Adriano Ferreira[perl #39420] [PATCH] Data::Dumper fails to escape...
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
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-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
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-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-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2004-12-23 Sam TregarData::Dumper Freezer fixes
2003-09-04 Ilya MartynovRe: [PATCH] Data::Dumper 2.121
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-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-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-10-13 Brian IngersonMessage-ID: <20011012193235.B889@ttul.org>
2001-10-10 Abhijit Menon-SenRe: /usr/include/sys/e ?? (perl@12340)
2001-10-01 Brian IngersonOption to sort hashes
2001-09-06 Tony CookExtra NUL is Data::Dumper output - patch
2001-06-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
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-02-18 Doug MacEachern[patch] -Wall cleanup round 2
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-02-09 Charles BaileyResync with mainline
2000-01-21 Gurusamy Sarathyfix bug in dumping self-referential scalars
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-06 Jarkko HietaniemiMore printf miscasts flushed out.
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-23 Jarkko HietaniemiFix the printfing nits pointed out by using gcc -Wall and
1999-09-29 Charles Baileyresync with mainline
1999-09-05 John Nolanmodified suggested patch to handle cross-refs and qr...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 Gurusamy Sarathymake overload, Data::Dumper, and dumpvar understand...
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-02-18 Gurusamy Sarathys/#defined/#define/
1999-02-16 Gurusamy Sarathypropagate PERL_VERSION everywhere, add to pod
1998-10-31 Gurusamy Sarathybump patchlevel; other minor fixes for clean build...
1998-10-31 Gurusamy SarathyData::Dumper update
1998-08-02 Slaven Rezicfix quoting of keys with embedded nulls
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-11 Gurusamy Sarathywin32 fixes for VC 6.0 nits
1998-07-09 Gurusamy Sarathyadd Data-Dumper, up patchlevel to 71, various misc...