This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweaking the order of op creation/op free in Perl_ck_require to Larry's
[perl5.git] / ext / Devel /
2006-02-25 Nicholas ClarkCuriously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-22 Nicholas Clarksv_dump should report the PV for PVGVs, as it can get...
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas ClarkRe-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-01-19 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.08
2006-01-19 Craig A. Berryfind_perl() must be after environment initialization
2006-01-16 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.07
2006-01-12 Nicholas ClarkUpgrade to Devel::PPPort 3.06_01
2006-01-10 Craig A. BerryMake FAKE,READONLY optional on VMS in test 21
2005-12-19 Nicholas ClarkMake sv_dump (and therefore Devel::Peek) report the...
2005-09-21 Nicholas ClarkRemove the last STRLEN n_a;s that my compiler can reach.
2005-09-19 Yitzchak Scott-Tho... bleadperl DProf.xs:140: warning: `unused' attribute...
2005-08-31 John E. Malmberg[patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-30 Nicholas ClarkIf gp_flags is unused, why are we even allocating it?
2005-06-16 Rafael Garcia-SuarezRevert part of change #24854
2005-06-15 Steve PetersRe: [PATCH] make -f invalid when USE_SITECUSTOMIZE...
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Alexey Tourbinmake some more functions static
2005-06-03 Andy LesterConsting IO and Devel::Peek
2005-06-03 Rafael Garcia-SuarezBump version number
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-06-01 Nicholas ClarkRound up all string length requests to malloc()/realloc...
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Nicholas ClarkNeed to make PERL_UNUSED_DECL conditional as xlc on...
2005-05-05 Nicholas ClarkBump version numbers
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-29 Rafael Garcia-SuarezFix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-28 Dave Mitchellexpand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-18 Gisle AasRe: sitecustomize.pl [PATCH]
2005-03-10 Rafael Garcia-SuarezDoc patch for Devel::DProf (from Debian)
2005-02-02 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.06.
2005-02-02 H.Merijn BrandPicky compilers (e.g. vac on AIX 5.2) do not accept...
2005-01-31 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.05.
2004-12-29 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.04
2004-10-23 TelsRe: Devel::Peek: hash quality 125%?
2004-10-14 Craig A. BerryRe: [NOT OK] 23353 OpenVMS 7.2 VAX
2004-09-08 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.03.
2004-09-08 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.02.
2004-08-23 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.01.
2004-08-20 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.00_03.
2004-08-19 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.00_02.
2004-08-17 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.00_01.
2004-08-17 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.00.
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-18 Nicholas ClarkSkip test if Devel::PPPort not built
2004-03-19 Nicholas ClarkMove Beau Cox's ppport.h fixes into PPPort.pm
2004-02-28 Dave MitchellBump version numbers of moules affected by change ...
2004-02-01 Solar DesignerRe: [perl #15063] /tmp issues
2003-12-15 Rafael Garcia-SuarezAdd the macros dAX and dITEMS to PPPort.
2003-11-03 Marcus Holland-MoritzRe: PERL_VERSION, SUBVERSION, PATCHLEVEL
2003-10-31 Marcus Holland-MoritzDevel::PPPort and scan_bin
2003-10-20 Marcus Holland-Moritzadd some missing defines to Devel::PPPort
2003-10-13 Marcus Holland-MoritzChanges #20819 and #20996 break compatibility with...
2003-10-09 Jan DuboisDevel::PPPort is missing an aTHX when calling
2003-09-23 Marcus Holland-MoritzRC5 and Intel's ICC
2003-09-18 Tassilo von Parsevalsmall fix for Devel::PPPort
2003-09-08 Tassilo von Parsevalcall_(pv|etc.) for Devel::PPPort
2003-09-02 Tassilo von Parsevalgrok_(number|numeric_radix) added to Devel::PPPort
2003-08-22 Tassilo von Parsevalgrok_* symbols missing in Devel::PPPort (2nd attempt)
2003-08-14 Jarkko HietaniemiDiffs-sans-version-diffs between blead and maint.
2003-08-13 Jarkko HietaniemiAlpha version numbers noticed by Schwern.
2003-08-02 Jarkko HietaniemiC++ (or C99) sneak attack ("inline" function keyword).
2003-08-02 Radu GreabRe: [PATCH @19834] DProf fixes
2003-07-28 Jarkko HietaniemiSlightly better failure output.
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2003-07-06 Radu GreabDProf fixes
2003-07-02 Jarkko HietaniemiVMS: with this, 100% make test in Compaq C V6.5-001
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-08 Tassilo von Parseval[perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
2003-04-05 Rafael Garcia-SuarezThe manpages don't have to be built by MakeMaker for the
2003-03-11 Todd C. Millertypos and other minor things
2003-03-04 Jarkko HietaniemiTry to make PPPort.pm 5.005-friendlier (see [perl ...
2003-02-26 Adrian M. EnacheRe: [perl #20683] [fix] Better Patch
2003-02-23 Jarkko HietaniemiChip noticed that the intended optionality of the ...
2003-02-20 Peter Prymmeradd some IV stuff to ext/Devel/Peek/Peek.t test 21
2003-01-21 Jarkko HietaniemiTry to make including patchlevel.h a bit more
2003-01-20 Blair ZajacRe: When Storable and Devel::DProf mix, core dump ...
2003-01-06 Craig A. BerryVMS test adjustments
2003-01-03 Dave Mitchellremove flag SvPADBUSY
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave MitchellSvFAKE lexicals in scope for all of the sub
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-29 H.Merijn Brand64bit Peek failure on HP-UX 11.00
2002-11-25 Slaven Rezicadd support for STASH and MAGIC information for REFs...
2002-10-12 Hugo van der SandenSecond attempt to fix Devel::Peek test of $ENV{PATH...
2002-10-11 Yitzchak Scott-Tho... Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32...
2002-10-02 Yitzchak Scott-Tho... Devel::Peek tests from:
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
next