summaryrefslogtreecommitdiff
path: root/ext/Devel/Peek
Commit message (Expand)AuthorAgeFilesLines
* Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashesNick Ing-Simmons2001-12-181-2/+3
* [doc patch] s{(?<=perldeb)ug}{guts}Hugo van der Sanden2001-12-181-2/+2
* Let's not assume how much memory has been allocatedJarkko Hietaniemi2001-11-301-8/+8
* UTF-EBCDIC.Jarkko Hietaniemi2001-11-271-0/+39
* runtime runops switchIlya Zakharevich2001-11-162-2/+53
* Not everyone is using ithreads...Jarkko Hietaniemi2001-09-271-1/+1
* Dump Unicode hash keys also as Unicode,Jarkko Hietaniemi2001-09-271-2/+28
* Dump SvUTF8(sv)s also as \x{...}.Jarkko Hietaniemi2001-09-271-1/+10
* pass all tests when compiling with -DNO_PERL_PRESERVE_IVUVNicholas Clark2001-08-291-14/+28
* More module $VERSION bump-ups.Jarkko Hietaniemi2001-06-291-1/+1
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-1/+0
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+308
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-3/+2
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-1/+1
* more pod patchesMichael Stevens2001-03-161-1/+1
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-3/+1
* Missing dTHXs.Eric Fifer2000-11-091-0/+3
* Pod patch for Devel::PeekH.Merijn Brand2000-10-181-1/+1
* Perl API for mstatsIlya Zakharevich2000-10-132-5/+252
* continued -Wformat supportRobin Barker2000-09-141-1/+1
* Do not use prototyping here.Abigail2000-08-171-0/+1
* replace pod2latex with the one in Pod-LaTeX v0.52 from CPANGurusamy Sarathy2000-06-011-1/+1
* random pod typos (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-281-1/+1
* reference miscount in Devel::Peek that causes debugger toGurusamy Sarathy2000-03-141-1/+1
* fix uninitialized memory reads found by purifyGurusamy Sarathy2000-02-111-4/+4
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-042-2/+12
* various pod nits identified by installhtml (all fixed exceptGurusamy Sarathy2000-01-271-7/+7
* mark some extensions as "special versions" to avoid CPAN indexerGurusamy Sarathy2000-01-231-1/+2
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-4/+4
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-0/+1
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-1/+0
* Fix the printfing nits pointed out by using gcc -Wall andJarkko Hietaniemi1999-10-231-1/+1
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-15/+15
* DProf fixups for PERL_IMPLICIT_CONTEXTGurusamy Sarathy1999-07-201-1/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* Devel::PeekIlya Zakharevich1999-07-062-9/+10
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-1/+5
* Devel::Peek::mstat not workingIlya Zakharevich1999-05-161-1/+2
* add ext/Devel/PeekJan Dubois1998-11-274-0/+707