| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic | Nicholas Clark | 2006-12-16 | 1 | -1/+1 |
* | Upgrade to Devel::PPPort 3.10_02 | Marcus Holland-Moritz | 2006-12-02 | 5 | -2/+22 |
* | Upgrade to Devel::PPPort 3.10_01 | Marcus Holland-Moritz | 2006-12-02 | 42 | -161/+756 |
* | Re: [PATCH 5.8.8] Build on OS/2 | Ilya Zakharevich | 2006-11-28 | 1 | -2/+2 |
* | Avoid Devel::DProf failing an assertion during global destruction. | Nicholas Clark | 2006-10-30 | 1 | -3/+7 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -1/+1 |
* | Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal | Nicholas Clark | 2006-08-31 | 1 | -5/+5 |
* | Upgrade to Devel::PPPort 3.10 | Marcus Holland-Moritz | 2006-08-14 | 3 | -10/+11 |
* | Upgrade to Devel::PPPort 3.09_02 | Marcus Holland-Moritz | 2006-07-25 | 10 | -10/+218 |
* | Upgrade to Devel::PPPort 3.09_01 | Marcus Holland-Moritz | 2006-07-21 | 7 | -19/+40 |
* | Cleanup and conversion to t/test.pl | Rafael Garcia-Suarez | 2006-07-12 | 1 | -12/+8 |
* | Upgrade to Devel::PPPort 3.09 | Marcus Holland-Moritz | 2006-07-08 | 11 | -88/+471 |
* | Upgrade to Devel::PPPort 3.08_07 | Marcus Holland-Moritz | 2006-07-03 | 10 | -30/+80 |
* | DProf.xs patch | Andy Lester | 2006-07-03 | 1 | -3/+7 |
* | Upgrade to Devel::PPPort 3.08_06 | Marcus Holland-Moritz | 2006-06-25 | 30 | -93/+312 |
* | Upgrade to Devel::PPPort 3.08_05 | Marcus Holland-Moritz | 2006-06-23 | 6 | -8069/+35 |
* | Upgrade to Devel::PPPort 3.08_04 | Marcus Holland-Moritz | 2006-05-29 | 47 | -691/+679 |
* | Upgrade to Devel::PPPort 3.08_03 | Marcus Holland-Moritz | 2006-05-25 | 23 | -139/+508 |
* | Upgrade to Devel::PPPort 3.08_02 | Marcus Holland-Moritz | 2006-05-22 | 43 | -190/+741 |
* | Upgrade to Devel::PPPort 3.08_01 | Marcus Holland-Moritz | 2006-05-20 | 42 | -322/+1728 |
* | There should be only one META.yml file | Rafael Garcia-Suarez | 2006-04-05 | 1 | -12/+0 |
* | Devel::DProf consting | Andy Lester | 2006-03-29 | 1 | -40/+41 |
* | Improved description of the tmon.out format. | Gisle Aas | 2006-03-28 | 1 | -8/+33 |
* | Curiously none of the macros SvIVX, SvUVX or SvNVX are used on | Nicholas Clark | 2006-02-25 | 1 | -2/+0 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -1/+0 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -5/+1 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -1/+1 |
* | sv_dump should report the PV for PVGVs, as it can get set. | Nicholas Clark | 2006-02-22 | 1 | -0/+1 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 1 | -1/+1 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 1 | -3/+6 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -3/+0 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -8/+10 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 1 | -2/+10 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits, | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |
* | Upgrade to Devel::PPPort 3.08 | Marcus Holland-Moritz | 2006-01-19 | 7 | -11/+23 |
* | find_perl() must be after environment initialization | Craig A. Berry | 2006-01-19 | 1 | -1/+1 |
* | Upgrade to Devel::PPPort 3.07 | Marcus Holland-Moritz | 2006-01-16 | 68 | -1097/+2426 |
* | Upgrade to Devel::PPPort 3.06_01 | Nicholas Clark | 2006-01-12 | 32 | -1460/+1955 |
* | Make FAKE,READONLY optional on VMS in test 21 | Craig A. Berry | 2006-01-10 | 1 | -1/+1 |
* | Make sv_dump (and therefore Devel::Peek) report the value of the | Nicholas Clark | 2005-12-19 | 1 | -1/+39 |
* | Remove the last STRLEN n_a;s that my compiler can reach. | Nicholas Clark | 2005-09-21 | 1 | -2/+1 |
* | bleadperl DProf.xs:140: warning: `unused' attribute ignored | Yitzchak Scott-Thoennes | 2005-09-19 | 1 | -4/+2 |
* | [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS | John E. Malmberg | 2005-08-31 | 1 | -2/+4 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -1/+1 |
* | If gp_flags is unused, why are we even allocating it? | Nicholas Clark | 2005-06-30 | 1 | -1/+0 |
* | Revert part of change #24854 | Rafael Garcia-Suarez | 2005-06-16 | 1 | -3/+1 |
* | Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set | Steve Peters | 2005-06-15 | 1 | -2/+4 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -3/+3 |
* | make some more functions static | Alexey Tourbin | 2005-06-07 | 1 | -10/+14 |