Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Makefile targets and tools related to Irix and Tru64 debugging tools. | Nicholas Clark | 2013-07-01 | 1 | -91/+0 |
| | | | | | | | | | | | | | | | | | | | | | Remove the targets: perl.pixie perl.pixie.atom perl.pixie.config perl.pixie.irix perl.third perl.third.config It's still possible to run the actions these targets "by hand", if desired. This commit removes the convenience targets from the Makefile, reducing its complexity. It also removes the related support scripts testall.atom and thirdclean from Porting/ pixie is a performance analysis tool for Irix and Tru64 Third Degree is a memory checker tool for Tru64 Given that Tru64 went out of support at the end of 2012, and Irix goes out of support at the end of 2013, it's very unlikely that anyone is still actively profiling or debugging perl on either platform, and hence using these targets. It's been several years since we've even had a regular bug report from either platform. | ||||
* | Add some basic decriptions and/or usage info to some Porting/ scripts | David Mitchell | 2009-01-03 | 1 | -0/+9 |
| | |||||
* | Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to | Rafael Garcia-Suarez | 2003-05-21 | 1 | -1/+1 |
| | | | | | | disable the loading of .pmc files if defined. Rename the function S_doopen_pmc to S_doopen_pm. p4raw-id: //depot/perl@19586 | ||||
* | More rule tweakage. | Jarkko Hietaniemi | 2002-05-15 | 1 | -3/+7 |
| | | | p4raw-id: //depot/perl@16605 | ||||
* | Add more rules. | Jarkko Hietaniemi | 2002-05-14 | 1 | -6/+33 |
| | | | p4raw-id: //depot/perl@16600 | ||||
* | Add a script for cleaning out the "known noise" | Jarkko Hietaniemi | 2002-05-14 | 1 | -0/+51 |
from Third Degree reports: either noise caused by libc itself, or Perl_yyparse leaks. p4raw-id: //depot/perl@16593 |