| Commit message (Expand) | Author | Age | Files | Lines |
* | Curiously none of the macros SvIVX, SvUVX or SvNVX are used on | Nicholas Clark | 2006-02-25 | 1 | -2/+0 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -1/+0 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -5/+1 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -1/+1 |
* | sv_dump should report the PV for PVGVs, as it can get set. | Nicholas Clark | 2006-02-22 | 1 | -0/+1 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 1 | -1/+1 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 1 | -3/+6 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -3/+0 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -8/+10 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 1 | -2/+10 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits, | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |
* | Make FAKE,READONLY optional on VMS in test 21 | Craig A. Berry | 2006-01-10 | 1 | -1/+1 |
* | Make sv_dump (and therefore Devel::Peek) report the value of the | Nicholas Clark | 2005-12-19 | 1 | -1/+39 |
* | [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS | John E. Malmberg | 2005-08-31 | 1 | -2/+4 |
* | If gp_flags is unused, why are we even allocating it? | Nicholas Clark | 2005-06-30 | 1 | -1/+0 |
* | make some more functions static | Alexey Tourbin | 2005-06-07 | 1 | -10/+14 |
* | Consting IO and Devel::Peek | Andy Lester | 2005-06-03 | 1 | -6/+6 |
* | Round up all string length requests to malloc()/realloc() to the next | Nicholas Clark | 2005-06-01 | 1 | -1/+1 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 1 | -10/+0 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 2 | -2/+2 |
* | Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS | Rafael Garcia-Suarez | 2005-03-29 | 1 | -1/+1 |
* | expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV | Dave Mitchell | 2005-03-28 | 1 | -0/+2 |
* | Re: Devel::Peek: hash quality 125%? | Tels | 2004-10-23 | 2 | -20/+36 |
* | Alpha version numbers noticed by Schwern. | Jarkko Hietaniemi | 2003-08-13 | 1 | -2/+1 |
* | Slightly better failure output. | Jarkko Hietaniemi | 2003-07-28 | 1 | -1/+2 |
* | No more ext/*/*.t, move them all to ext/*/t. | Jarkko Hietaniemi | 2003-07-28 | 1 | -0/+0 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 1 | -1/+1 |
* | Re: [perl #20683] [fix] Better Patch | Adrian M. Enache | 2003-02-26 | 1 | -1/+1 |
* | Chip noticed that the intended optionality of the 'IV' was | Jarkko Hietaniemi | 2003-02-23 | 1 | -2/+2 |
* | add some IV stuff to ext/Devel/Peek/Peek.t test 21 | Peter Prymmer | 2003-02-20 | 1 | -2/+4 |
* | VMS test adjustments | Craig A. Berry | 2003-01-06 | 1 | -2/+8 |
* | remove flag SvPADBUSY | Dave Mitchell | 2003-01-03 | 1 | -5/+5 |
* | Proper fix for CvOUTSIDE weak refcounting | Dave Mitchell | 2002-12-14 | 1 | -2/+2 |
* | SvFAKE lexicals in scope for all of the sub | Dave Mitchell | 2002-12-02 | 1 | -3/+3 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -0/+2 |
* | 64bit Peek failure on HP-UX 11.00 | H.Merijn Brand | 2002-11-29 | 1 | -2/+2 |
* | add support for STASH and MAGIC information for REFs to sv_dump(). | Slaven Rezic | 2002-11-25 | 1 | -1/+22 |
* | Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956 | Hugo van der Sanden | 2002-10-12 | 1 | -1/+5 |
* | Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86) | Yitzchak Scott-Thoennes | 2002-10-11 | 1 | -2/+2 |
* | Devel::Peek tests from: | Yitzchak Scott-Thoennes | 2002-10-02 | 1 | -3/+42 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -3/+5 |
* | Re: [PATCH] Version tango | Yitzchak Scott-Thoennes | 2002-05-27 | 1 | -0/+2 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -2/+4 |
* | Devel/Peek/Peek.xs: reverse ifdef logic | Slaven Rezic | 2002-04-07 | 1 | -4/+4 |
* | EBCDIC branch was forgotten. | Jarkko Hietaniemi | 2002-04-07 | 1 | -1/+1 |
* | Re: the dirty half dozen (Re: perl@15662) | Nicholas Clark | 2002-04-06 | 1 | -1/+1 |
* | If Unicode keys are entered to a hash, a bit is turned on. | Jarkko Hietaniemi | 2002-03-22 | 1 | -4/+4 |
* | Debugging OPs | Ilya Zakharevich | 2002-03-03 | 1 | -0/+27 |
* | Detypo. | Jarkko Hietaniemi | 2002-01-27 | 1 | -1/+1 |