summaryrefslogtreecommitdiff
path: root/ext/Devel
Commit message (Expand)AuthorAgeFilesLines
* Rename ext/Devel/Peek to ext/Devel-PeekNicholas Clark2009-02-095-1735/+0
* Rename ext/Devel/PPPort to ext/Devel-PPPortNicholas Clark2009-02-09164-20388/+0
* Rename ext/Devel/DProf to ext/Devel-DProfNicholas Clark2009-02-096-1348/+0
* Upgrade to Devel::PPPort 3.16Marcus Holland-Moritz2009-01-238-18/+58
* Convert db_get_cv() to use get_cvn_flags() as it already knows the length ofNicholas Clark2009-01-211-1/+3
* Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), andNicholas Clark2009-01-211-1/+1
* Correct the form of the flags passed to perl_get_cv().Nicholas Clark2009-01-211-2/+2
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-212-10/+10
* Upgrade to Devel::PPPort 3.15Marcus Holland-Moritz2009-01-1857-177/+215
* Some source files and documentation files need not to be executableRafael Garcia-Suarez2008-12-251-0/+0
* Fix up .gitignore files some moreFlorian Ragwitz2008-12-191-0/+1
* [admin] set up .gitignore filesSam Vilain2008-12-192-0/+6
* whether DEPTH gets dumped in formats varies within 5.10.0Dave Mitchell2008-12-051-2/+2
* in Dump output, PV field of format may or not be displayed in 5.10.0Dave Mitchell2008-12-051-2/+2
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-1/+1
* Upgrade to Devel::PPPort 3.14_05Marcus Holland-Moritz2008-10-315-10/+15
* Upgrade to Devel::PPPort 3.14_04Marcus Holland-Moritz2008-10-309-13/+428
* Upgrade to Devel::PPPort 3.14_03Marcus Holland-Moritz2008-10-218-35/+79
* Upgrade to Devel::PPPort 3.14_02Marcus Holland-Moritz2008-10-1220-80/+525
* You can't (and shouldn't) use CvDEPTH on a PVFM.Nicholas Clark2008-07-311-1/+1
* PVFMs don't need to access the IVX any more. (as of change 32836, whichNicholas Clark2008-07-121-1/+1
* Test that formats can be dumped.Nicholas Clark2008-07-121-1/+40
* Upgrade to Devel::PPPort 3.14_01Marcus Holland-Moritz2008-07-1114-413/+538
* Upgrade to Devel::PPPort 3.14Marcus Holland-Moritz2008-06-014-5/+10
* Upgrade to Devel::PPPort 3.13_03Marcus Holland-Moritz2008-05-135-11/+69
* Upgrade to Devel::PPPort 3.13_02Marcus Holland-Moritz2008-04-137-19/+127
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-312-2/+2
* [perl #46957] [PATCH] make Devel::Peek::mstat always availablesrezic@cpan.org2008-03-031-7/+5
* Recode all the old variable-like substitutions with the generic lineNicholas Clark2008-02-031-40/+29
* Produce a more generic expectation management system, and use it toNicholas Clark2008-02-031-23/+82
* 5.8.x and earler have a SUBPROCESS line in the dump of a PVIO.Nicholas Clark2008-02-021-0/+5
* Change 27244 wasn't quite correct. XSUB is dumped as 0x0, not 0.Nicholas Clark2008-02-021-1/+1
* Need to substitute out the placeholder '$RV' for earlier perls too.Nicholas Clark2008-01-301-1/+3
* Change 33069 missed updating dump.c to dump PVIOs correctly.Nicholas Clark2008-01-261-1/+29
* ... and the rest; was RE: unnecessary defineRobin Barker2008-01-242-5/+0
* RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary defineRobin Barker2008-01-231-2/+1
* Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (...Yves Orton2008-01-061-2/+3
* Don't allocate the NV slot for SVt_REGEXP.Nicholas Clark2008-01-051-1/+0
* Abolish wrapped in struct regexp - store the wrapped pattern pointerNicholas Clark2008-01-051-2/+4
* Upgrade to Devel::PPPort 3.13_01Marcus Holland-Moritz2008-01-0475-342/+607
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-3/+2
* Dump the REGEXP member of SVt_REGEXP.Nicholas Clark2007-12-281-1/+2
* First class regexps.Nicholas Clark2007-12-281-10/+3
* Regexps are now orange.Nicholas Clark2007-12-271-0/+22
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-261-11/+12
* ext/ constingRobin Barker2007-12-221-1/+1
* Upgrade to Devel::PPPort 3.13Marcus Holland-Moritz2007-10-045-8/+14
* Upgrade to Devel::PPPort 3.12Marcus Holland-Moritz2007-09-223-2/+6
* Upgrade to Devel::PPPort 3.11_06Marcus Holland-Moritz2007-09-1114-52/+145
* Upgrade to Devel::PPPort 3.11_05Marcus Holland-Moritz2007-08-2020-102/+381