a1346054
5458e6bd18
scripts: invoke interpreters through /usr/bin/env
...
Closes #7602
2021-08-23 15:59:34 +02:00
Daniel Stenberg
df58343440
scripts/singleuse: add curl_easy_option*
2021-01-26 09:30:30 +01:00
Daniel Stenberg
4d2f800677
curl.se: new home
...
Closes #6172
2020-11-04 23:59:47 +01:00
Daniel Stenberg
d265a7d36b
singleuse.pl: support new API functions, fix curl_dbg_ handling
2020-01-24 10:29:06 +01:00
Daniel Gustafsson
a92e9f578f
scripts: fix typos
2019-03-31 22:55:09 +02:00
Daniel Stenberg
76b6348949
memdebug: make debug-specific functions use curl_dbg_ prefix
...
To not "collide" or use up the regular curl_ name space. Also makes them
easier to detect in helper scripts.
Closes #3656
2019-03-08 23:21:21 +01:00
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