threads::shared 1.24 (phase 2)
[p5sagit/p5-mst-13.2.git] / ext / Devel / Peek /
2008-03-31 Nicholas Clark $VERSION++ for all the non-dual life modules in ext...
2008-03-03 srezic@cpan.org [perl #46957] [PATCH] make Devel::Peek::mstat always...
2008-02-03 Nicholas Clark Recode all the old variable-like substitutions with...
2008-02-03 Nicholas Clark Produce a more generic expectation management system...
2008-02-02 Nicholas Clark 5.8.x and earler have a SUBPROCESS line in the dump...
2008-02-02 Nicholas Clark Change 27244 wasn't quite correct. XSUB is dumped as...
2008-01-30 Nicholas Clark Need to substitute out the placeholder '$RV' for earlie...
2008-01-26 Nicholas Clark Change 33069 missed updating dump.c to dump PVIOs corre...
2008-01-06 Yves Orton Make new regex type be 'REGEXP' and make all core qr...
2008-01-05 Nicholas Clark Don't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas Clark Abolish wrapped in struct regexp - store the wrapped...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-28 Nicholas Clark Dump the REGEXP member of SVt_REGEXP.
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-22 Robin Barker ext/ consting
2007-07-11 Gerard Goossen dump.c: do not use sv_len_utf8 because it modified...
2007-06-20 Steve Hay Silence "signed/unsigned mismatch" warning from VC...
2007-04-25 Nicholas Clark Avoid the need for 2 casts added in 31055 by using...
2007-04-24 Steve Hay Silence 5 "possible loss of data" warnings from VC6
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-01-05 SADAHIRO Tomoyuki Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re...
2007-01-02 Nicholas Clark PVMG can be isUV too.
2006-12-16 Nicholas Clark Split out the use of SVp_SCREAM for GVs with GPs into...
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-07-12 Rafael Garcia-Suarez Cleanup and conversion to t/test.pl
2006-02-25 Nicholas Clark Curiously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas Clark Remove get magic from typeglobs. This means that PVGVs...
2006-02-22 Nicholas Clark sv_dump should report the PV for PVGVs, as it can get...
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas Clark Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-01-10 Craig A. Berry Make FAKE,READONLY optional on VMS in test 21
2005-12-19 Nicholas Clark Make sv_dump (and therefore Devel::Peek) report the...
2005-08-31 John E. Malmberg [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
2005-06-30 Nicholas Clark If gp_flags is unused, why are we even allocating it?
2005-06-07 Alexey Tourbin make some more functions static
2005-06-03 Andy Lester Consting IO and Devel::Peek
2005-06-01 Nicholas Clark Round up all string length requests to malloc()/realloc...
2005-05-21 Nicholas Clark Add a union in place of xnv_nv, which allows AVs and...
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-03-29 Rafael Garcia-Suarez Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2004-10-23 Tels Re: Devel::Peek: hash quality 125%?
2003-08-13 Jarkko Hietaniemi Alpha version numbers noticed by Schwern.
2003-07-28 Jarkko Hietaniemi Slightly better failure output.
2003-07-28 Jarkko Hietaniemi No more ext/*/*.t, move them all to ext/*/t.
2003-05-29 Dave Mitchell jumbo closure fix
2003-02-26 Adrian M. Enache Re: [perl #20683] [fix] Better Patch
2003-02-23 Jarkko Hietaniemi Chip noticed that the intended optionality of the ...
2003-02-20 Peter Prymmer add some IV stuff to ext/Devel/Peek/Peek.t test 21
2003-01-06 Craig A. Berry VMS test adjustments
2003-01-03 Dave Mitchell remove flag SvPADBUSY
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave Mitchell SvFAKE lexicals in scope for all of the sub
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-11-29 H.Merijn Brand 64bit Peek failure on HP-UX 11.00
2002-11-25 Slaven Rezic add support for STASH and MAGIC information for REFs...
2002-10-12 Hugo van der Sanden Second 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 Mitchell move all pad-related code to its own src file
2002-05-27 Yitzchak Scott-Tho... Re: [PATCH] Version tango
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Slaven Rezic Devel/Peek/Peek.xs: reverse ifdef logic
2002-04-07 Jarkko Hietaniemi EBCDIC branch was forgotten.
2002-04-06 Nicholas Clark Re: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko Hietaniemi If Unicode keys are entered to a hash, a bit is turned on.
2002-03-03 Ilya Zakharevich Debugging OPs
2002-01-27 Jarkko Hietaniemi Detypo.
2001-12-18 Nick Ing-Simmons Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-18 Hugo van der Sanden [doc patch] s{(?<=perldeb)ug}{guts}
2001-11-30 Jarkko Hietaniemi Let's not assume how much memory has been allocated
2001-11-27 Jarkko Hietaniemi UTF-EBCDIC.
2001-11-16 Ilya Zakharevich runtime runops switch
2001-09-27 Jarkko Hietaniemi Not everyone is using ithreads...
2001-09-27 Jarkko Hietaniemi Dump Unicode hash keys also as Unicode,
2001-09-27 Jarkko Hietaniemi Dump SvUTF8(sv)s also as \x{...}.
2001-08-29 Nicholas Clark pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2001-06-29 Jarkko Hietaniemi More module $VERSION bump-ups.
2001-06-24 Jarkko Hietaniemi Misplaces dSPs and the like revealed by MPE/iX and...
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-06-12 Jarkko Hietaniemi gcc -Wall nits picked out by a non-UNIX system
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-03-16 Michael Stevens more pod patches
2001-02-18 Doug MacEachern [patch] -Wall cleanup round 2
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-09 Eric Fifer Missing dTHXs.
2000-10-20 Charles Bailey SYN SYN
2000-10-18 H.Merijn Brand Pod patch for Devel::Peek
2000-10-13 Ilya Zakharevich Perl API for mstats
next