Wrap the macro arguments for ck_proto in ().
[p5sagit/p5-mst-13.2.git] / ext / Devel /
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-12-02 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.10_02
2006-12-02 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.10_01
2006-11-28 Ilya Zakharevich Re: [PATCH 5.8.8] Build on OS/2
2006-10-30 Nicholas Clark Avoid Devel::DProf failing an assertion during global...
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-08-14 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.10
2006-07-25 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.09_02
2006-07-21 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.09_01
2006-07-12 Rafael Garcia-Suarez Cleanup and conversion to t/test.pl
2006-07-08 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.09
2006-07-03 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_07
2006-07-03 Andy Lester DProf.xs patch
2006-06-25 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_06
2006-06-23 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_05
2006-05-29 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_04
2006-05-25 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_03
2006-05-22 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_02
2006-05-20 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08_01
2006-04-05 Rafael Garcia-Suarez There should be only one META.yml file
2006-03-29 Andy Lester Devel::DProf consting
2006-03-28 Gisle Aas Improved description of the tmon.out format.
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-19 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08
2006-01-19 Craig A. Berry find_perl() must be after environment initialization
2006-01-16 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.07
2006-01-12 Nicholas Clark Upgrade to Devel::PPPort 3.06_01
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-09-21 Nicholas Clark Remove 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 Cromie Re: janitorial work ? [patch]
2005-06-30 Nicholas Clark If gp_flags is unused, why are we even allocating it?
2005-06-16 Rafael Garcia-Suarez Revert part of change #24854
2005-06-15 Steve Peters Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE...
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Alexey Tourbin make some more functions static
2005-06-03 Andy Lester Consting IO and Devel::Peek
2005-06-03 Rafael Garcia-Suarez Bump version number
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
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-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Nicholas Clark Need to make PERL_UNUSED_DECL conditional as xlc on...
2005-05-05 Nicholas Clark Bump version numbers
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
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...
2005-03-18 Gisle Aas Re: sitecustomize.pl [PATCH]
2005-03-10 Rafael Garcia-Suarez Doc patch for Devel::DProf (from Debian)
2005-02-02 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.06.
2005-02-02 H.Merijn Brand Picky compilers (e.g. vac on AIX 5.2) do not accept...
2005-01-31 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.05.
2004-12-29 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.04
2004-10-23 Tels Re: Devel::Peek: hash quality 125%?
2004-10-14 Craig A. Berry Re: [NOT OK] 23353 OpenVMS 7.2 VAX
2004-09-08 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.03.
2004-09-08 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.02.
2004-08-23 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.01.
2004-08-20 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00_03.
2004-08-19 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00_02.
2004-08-17 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00_01.
2004-08-17 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.00.
2004-06-25 Andy Dougherty Correct detection of absent modules. Based on
2004-06-18 Nicholas Clark Skip test if Devel::PPPort not built
2004-03-19 Nicholas Clark Move Beau Cox's ppport.h fixes into PPPort.pm
2004-02-28 Dave Mitchell Bump version numbers of moules affected by change ...
2004-02-01 Solar Designer Re: [perl #15063] /tmp issues
2003-12-15 Rafael Garcia-Suarez Add the macros dAX and dITEMS to PPPort.
2003-11-03 Marcus Holland-Moritz Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
2003-10-31 Marcus Holland-Moritz Devel::PPPort and scan_bin
2003-10-20 Marcus Holland-Moritz add some missing defines to Devel::PPPort
2003-10-13 Marcus Holland-Moritz Changes #20819 and #20996 break compatibility with...
2003-10-09 Jan Dubois Devel::PPPort is missing an aTHX when calling
2003-09-23 Marcus Holland-Moritz RC5 and Intel's ICC
2003-09-18 Tassilo von Parseval small fix for Devel::PPPort
2003-09-08 Tassilo von Parseval call_(pv|etc.) for Devel::PPPort
2003-09-02 Tassilo von Parseval grok_(number|numeric_radix) added to Devel::PPPort
2003-08-22 Tassilo von Parseval grok_* symbols missing in Devel::PPPort (2nd attempt)
2003-08-14 Jarkko Hietaniemi Diffs-sans-version-diffs between blead and maint.
2003-08-13 Jarkko Hietaniemi Alpha version numbers noticed by Schwern.
2003-08-02 Jarkko Hietaniemi C++ (or C99) sneak attack ("inline" function keyword).
2003-08-02 Radu Greab Re: [PATCH @19834] DProf fixes
2003-07-28 Jarkko Hietaniemi Slightly better failure output.
next