summaryrefslogtreecommitdiff
path: root/ext/Devel/Peek
Commit message (Expand)AuthorAgeFilesLines
* Curiously none of the macros SvIVX, SvUVX or SvNVX are used onNicholas Clark2006-02-251-2/+0
* Store GvGP in the SV head union. For all the common lookups [eg GvCV()]Nicholas Clark2006-02-251-1/+0
* Remove set magic from typeglobs. Remove typeglob magic entirely.Nicholas Clark2006-02-231-5/+1
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-231-1/+1
* sv_dump should report the PV for PVGVs, as it can get set.Nicholas Clark2006-02-221-0/+1
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-211-1/+1
* PVCVs don't need XNVs either.Nicholas Clark2006-02-201-3/+6
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-3/+0
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-201-8/+10
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-201-2/+10
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-1/+1
* Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,Nicholas Clark2006-02-201-2/+2
* Make FAKE,READONLY optional on VMS in test 21Craig A. Berry2006-01-101-1/+1
* Make sv_dump (and therefore Devel::Peek) report the value of theNicholas Clark2005-12-191-1/+39
* [patch@25339] ext/Dev/Peek/t/peek.t fix for VMSJohn E. Malmberg2005-08-311-2/+4
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-301-1/+0
* make some more functions staticAlexey Tourbin2005-06-071-10/+14
* Consting IO and Devel::PeekAndy Lester2005-06-031-6/+6
* Round up all string length requests to malloc()/realloc() to the nextNicholas Clark2005-06-011-1/+1
* 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