summaryrefslogtreecommitdiff
path: root/ext/Devel
Commit message (Expand)AuthorAgeFilesLines
* dump.c: do not use sv_len_utf8 because it modified the scalarGerard Goossen2007-07-111-2/+10
* Silence "signed/unsigned mismatch" warning from VC++ when buildingSteve Hay2007-06-201-2/+1
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-1/+3
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-0/+5
* Make ppptools.pl allow a trailing dot in filenames for VMS.Craig A. Berry2007-05-051-1/+1
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-0/+10
* Avoid the need for 2 casts added in 31055 by using a better type forNicholas Clark2007-04-251-4/+4
* Silence 5 "possible loss of data" warnings from VC6Steve Hay2007-04-241-2/+2
* Upgrade to Devel::PPPort 3.11_01Marcus Holland-Moritz2007-03-238-18/+135
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-0/+2
* Upgrade to Devel::PPPort 3.11Marcus Holland-Moritz2007-02-1444-133/+151
* Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test c...SADAHIRO Tomoyuki2007-01-051-1/+1
* PVMG can be isUV too.Nicholas Clark2007-01-021-1/+11
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-161-1/+1
* Upgrade to Devel::PPPort 3.10_02Marcus Holland-Moritz2006-12-025-2/+22
* Upgrade to Devel::PPPort 3.10_01Marcus Holland-Moritz2006-12-0242-161/+756
* Re: [PATCH 5.8.8] Build on OS/2Ilya Zakharevich2006-11-281-2/+2
* Avoid Devel::DProf failing an assertion during global destruction.Nicholas Clark2006-10-301-3/+7
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+1
* Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortalNicholas Clark2006-08-311-5/+5
* Upgrade to Devel::PPPort 3.10Marcus Holland-Moritz2006-08-143-10/+11
* Upgrade to Devel::PPPort 3.09_02Marcus Holland-Moritz2006-07-2510-10/+218
* Upgrade to Devel::PPPort 3.09_01Marcus Holland-Moritz2006-07-217-19/+40
* Cleanup and conversion to t/test.plRafael Garcia-Suarez2006-07-121-12/+8
* Upgrade to Devel::PPPort 3.09Marcus Holland-Moritz2006-07-0811-88/+471
* Upgrade to Devel::PPPort 3.08_07Marcus Holland-Moritz2006-07-0310-30/+80
* DProf.xs patchAndy Lester2006-07-031-3/+7
* Upgrade to Devel::PPPort 3.08_06Marcus Holland-Moritz2006-06-2530-93/+312
* Upgrade to Devel::PPPort 3.08_05Marcus Holland-Moritz2006-06-236-8069/+35
* Upgrade to Devel::PPPort 3.08_04Marcus Holland-Moritz2006-05-2947-691/+679
* Upgrade to Devel::PPPort 3.08_03Marcus Holland-Moritz2006-05-2523-139/+508
* Upgrade to Devel::PPPort 3.08_02Marcus Holland-Moritz2006-05-2243-190/+741
* Upgrade to Devel::PPPort 3.08_01Marcus Holland-Moritz2006-05-2042-322/+1728
* 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