diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-08-30 18:06:38 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-08-30 18:06:38 +0200 |
commit | 38552987f01ba3c9fbea08e94b95b439e5ded364 (patch) | |
tree | 3698bc6cd4362638b097442f3006687f69d82c82 /MANIFEST | |
parent | 4efc19b734c108353f8ad7c6e65ee5d33e8abbbf (diff) | |
download | perl-38552987f01ba3c9fbea08e94b95b439e5ded364.tar.gz |
Remove 3 unused scripts from Porting
Porting/findvars was added in 1998 in 2bd2b9e04a68ec86. It searches @ARGV for
its wordlist of then-current interpreter variable names.
Porting/fixvars was added as fixvars in 1998 in a15299417de39f35. It captures
the output of make (defaulting to make miniperl), parses it for errors
matching /undeclared/, and then attempts to edit the relevant line of the
reported file to prefix the name with PL_
Porting/fixCORE is a modified copy of Porting/fixvars, added in 1998 in
a8693bd382efcc6d. It's intended to load modules, catching errors of the form
/Ambiguous call resolved as CORE::/, and editing the relevant lines to prefix
CORE:: to the function in question. It appears only ever to have been used to
fix warnings in Math::Complex.
All 3 have only had trivial style and spelling edits since addition, and
have been unused for over 12 years.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4540,9 +4540,6 @@ Porting/exec-bit.txt List of files that get +x in release tarball Porting/exercise_makedef.pl Brute force testing for makedef.pl Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source Porting/findrfuncs Find reentrant variants of functions used in an executable -Porting/findvars Find occurrences of words -Porting/fixCORE Find and fix modules that generate warnings -Porting/fixvars Find undeclared variables with C compiler and fix em Porting/genlog Generate formatted changelogs by querying p4d Porting/git-deltatool Mark commits for perldelta in git notes Porting/git-find-p4-change Find the change for a p4 change number |