summaryrefslogtreecommitdiff
path: root/ext/Devel/Peek/Peek.xs
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/Devel/Peek to ext/Devel-PeekNicholas Clark2009-02-091-420/+0
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-4/+4
* [perl #46957] [PATCH] make Devel::Peek::mstat always availablesrezic@cpan.org2008-03-031-7/+5
* ext/ constingRobin Barker2007-12-221-1/+1
* Silence "signed/unsigned mismatch" warning from VC++ when buildingSteve Hay2007-06-201-2/+1
* Avoid the need for 2 casts added in 31055 by using a better type forNicholas Clark2007-04-251-4/+4
* Silence 5 "possible loss of data" warnings from VC6Steve Hay2007-04-241-2/+2
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-1/+1
* make some more functions staticAlexey Tourbin2005-06-071-10/+14
* Consting IO and Devel::PeekAndy Lester2005-06-031-6/+6
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-2/+4
* Devel/Peek/Peek.xs: reverse ifdef logicSlaven Rezic2002-04-071-4/+4
* runtime runops switchIlya Zakharevich2001-11-161-0/+15
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-241-1/+0
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-3/+2
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-1/+1
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-3/+1
* Missing dTHXs.Eric Fifer2000-11-091-0/+3
* Perl API for mstatsIlya Zakharevich2000-10-131-0/+185
* continued -Wformat supportRobin Barker2000-09-141-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-041-0/+10
* 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
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* Devel::PeekIlya Zakharevich1999-07-061-1/+1
* 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-271-0/+202