summaryrefslogtreecommitdiff
path: root/ext/Devel/Peek
Commit message (Expand)AuthorAgeFilesLines
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-211-10/+0
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-192-2/+2
* Fix Peek.t to work with and without DEBUG_LEAKING_SCALARSRafael Garcia-Suarez2005-03-291-1/+1
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-0/+2
* Re: Devel::Peek: hash quality 125%?Tels2004-10-232-20/+36
* Alpha version numbers noticed by Schwern.Jarkko Hietaniemi2003-08-131-2/+1
* Slightly better failure output.Jarkko Hietaniemi2003-07-281-1/+2
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* jumbo closure fixDave Mitchell2003-05-291-1/+1
* Re: [perl #20683] [fix] Better PatchAdrian M. Enache2003-02-261-1/+1
* Chip noticed that the intended optionality of the 'IV' wasJarkko Hietaniemi2003-02-231-2/+2
* add some IV stuff to ext/Devel/Peek/Peek.t test 21Peter Prymmer2003-02-201-2/+4
* VMS test adjustmentsCraig A. Berry2003-01-061-2/+8
* remove flag SvPADBUSYDave Mitchell2003-01-031-5/+5
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-2/+2
* SvFAKE lexicals in scope for all of the subDave Mitchell2002-12-021-3/+3
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+2
* 64bit Peek failure on HP-UX 11.00H.Merijn Brand2002-11-291-2/+2
* add support for STASH and MAGIC information for REFs to sv_dump().Slaven Rezic2002-11-251-1/+22
* Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956Hugo van der Sanden2002-10-121-1/+5
* Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)Yitzchak Scott-Thoennes2002-10-111-2/+2
* Devel::Peek tests from:Yitzchak Scott-Thoennes2002-10-021-3/+42
* move all pad-related code to its own src fileDave Mitchell2002-10-021-3/+5
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-271-0/+2
* 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
* EBCDIC branch was forgotten.Jarkko Hietaniemi2002-04-071-1/+1
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-1/+1
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-4/+4
* Debugging OPsIlya Zakharevich2002-03-031-0/+27
* Detypo.Jarkko Hietaniemi2002-01-271-1/+1
* 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