summaryrefslogtreecommitdiff
path: root/ext/Data
Commit message (Expand)AuthorAgeFilesLines
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-1/+1
* Re: [PATCH] Re: Data::Dumper tests with -Mutf8Nicholas Clark2002-05-042-31/+67
* Re: Data::Dumper tests with -Mutf8 Nicholas Clark2002-05-042-5/+31
* 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-062-36/+110
* Move the readonly interface back to universal.c,Jarkko Hietaniemi2002-03-127-586/+0
* Subject: [PATCH] Hash::Util & restricted hash touch up, part 1Michael G. Schwern2002-03-117-0/+586
* Data::DumperNicholas Clark2002-03-093-36/+385
* 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
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* Data::Dumper opt. use B::Deparse for coderefsRafael Garcia-Suarez2001-10-312-13/+57
* Message-ID: <20011012193235.B889@ttul.org>Brian Ingerson2001-10-131-1/+1
* Re: /usr/include/sys/e ?? (perl@12340)Abhijit Menon-Sen2001-10-101-6/+8
* Forgotten from #12288.Jarkko Hietaniemi2001-10-011-2/+84
* Option to sort hashesBrian Ingerson2001-10-012-16/+177
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
* Bump up version numbers.Jarkko Hietaniemi2001-09-161-1/+1
* Extra NUL is Data::Dumper output - patchTony Cook2001-09-062-3/+16
* AUTHORS updates andIan Phillipps2001-09-041-1/+1
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-7/+6
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-182-0/+845
* printf warningRobin Barker2001-03-291-1/+1
* Multiplicity fix for Dumper.Nick Ing-Simmons2001-03-211-20/+20
* First stab at making Data::Dumper to grok Unicode.Jarkko Hietaniemi2001-03-212-32/+106
* more pod patchesMichael Stevens2001-03-161-1/+0
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+1
* Make Data::Dumper (non-XS) to work with changed semantics of ref().Gisle Aas2000-09-071-3/+2
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-3/+3
* detypo #6494Jarkko Hietaniemi2000-08-021-1/+1
* Dump UVs as UVs in Data::Dumper.Gurusamy Sarathy2000-08-021-1/+4
* Data::Dumper fumbles negative numbers on 32-bit platforms whereGurusamy Sarathy2000-04-271-2/+1
* make Dump() call the XSUB implementation transparently (modifiedGurusamy Sarathy2000-03-082-31/+17
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-22/+22
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-1/+1
* fix bug in dumping self-referential scalarsGurusamy Sarathy2000-01-212-2/+2
* tweak change#4745 to make ebcdic output match for chars <= 037Gurusamy Sarathy2000-01-051-1/+5
* ebcdic fix for Data::Dumper from Peter PrymmerGurusamy Sarathy2000-01-021-14/+20
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-4/+4
* email address changesGurusamy Sarathy1999-12-011-1/+1
* More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-1/+1
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-2/+2
* Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-4/+5
* avoid ass_u_ming uppercase types are not user objects (spottedGurusamy Sarathy1999-09-081-4/+3
* modified suggested patch to handle cross-refs and qr// objectsJohn Nolan1999-09-054-54/+124