summaryrefslogtreecommitdiff
path: root/ext/Devel
Commit message (Expand)AuthorAgeFilesLines
* There should be only one META.yml fileRafael Garcia-Suarez2006-04-051-12/+0
* Devel::DProf constingAndy Lester2006-03-291-40/+41
* Improved description of the tmon.out format.Gisle Aas2006-03-281-8/+33
* 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
* Upgrade to Devel::PPPort 3.08Marcus Holland-Moritz2006-01-197-11/+23
* find_perl() must be after environment initializationCraig A. Berry2006-01-191-1/+1
* Upgrade to Devel::PPPort 3.07Marcus Holland-Moritz2006-01-1668-1097/+2426
* Upgrade to Devel::PPPort 3.06_01Nicholas Clark2006-01-1232-1460/+1955
* 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
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-211-2/+1
* bleadperl DProf.xs:140: warning: `unused' attribute ignoredYitzchak Scott-Thoennes2005-09-191-4/+2
* [patch@25339] ext/Dev/Peek/t/peek.t fix for VMSJohn E. Malmberg2005-08-311-2/+4
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-301-1/+0
* Revert part of change #24854Rafael Garcia-Suarez2005-06-161-3/+1
* Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't setSteve Peters2005-06-151-2/+4
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-3/+3
* make some more functions staticAlexey Tourbin2005-06-071-10/+14
* Consting IO and Devel::PeekAndy Lester2005-06-031-6/+6
* Bump version numberRafael Garcia-Suarez2005-06-031-1/+1
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-2/+2
* 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
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-5/+4
* Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't likeNicholas Clark2005-05-202-12/+16
* Bump version numbersNicholas Clark2005-05-051-1/+1
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-192-2/+2
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+1
* 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: sitecustomize.pl [PATCH]Gisle Aas2005-03-181-1/+1
* Doc patch for Devel::DProf (from Debian)Rafael Garcia-Suarez2005-03-101-2/+2
* Upgrade to Devel::PPPort 3.06.Marcus Holland-Moritz2005-02-028-86/+66
* Picky compilers (e.g. vac on AIX 5.2) do not accept statementsH.Merijn Brand2005-02-021-1/+2
* Upgrade to Devel::PPPort 3.05.Marcus Holland-Moritz2005-01-3159-200/+538
* Upgrade to Devel::PPPort 3.04Marcus Holland-Moritz2004-12-299-15/+105
* Re: Devel::Peek: hash quality 125%?Tels2004-10-232-20/+36
* Re: [NOT OK] 23353 OpenVMS 7.2 VAXCraig A. Berry2004-10-142-2/+2