curl/scripts
Daniel Stenberg e81cd9028f
scripts/singleuse: script to use to track single-use functions
That is functions that are declared global but are not used from outside
of the file in which it is declared. Such functions should be made
static or even at times be removed.

It also verifies that all used curl_ prefixed functions are "blessed"

Closes #3538
2019-02-11 08:55:47 +01:00
..
Makefile.am scripts: include _curl as part of CLEANFILES 2018-07-08 23:20:11 +02:00
contributors.sh contributors.sh: use "on github", not at 2018-05-14 08:53:22 +02:00
contrithanks.sh THANKS: added missing names 2017-12-12 08:46:29 +01:00
coverage.sh coverage: run event tests too 2017-06-02 13:15:06 +02:00
delta delta: use --diff-filter on the git diff-tree invokes 2018-12-11 15:32:34 +01:00
installcheck.sh travis: verify "make install" 2017-08-10 10:49:17 +02:00
log2changes.pl whitespace fixes 2018-09-23 22:24:02 +00:00
singleuse.pl scripts/singleuse: script to use to track single-use functions 2019-02-11 08:55:47 +01:00
updatemanpages.pl scripts: allow all perl scripts to be run directly 2018-01-07 15:42:11 -05:00
zsh.pl zsh.pl: escape ':' character 2019-02-07 21:51:53 +00:00