mirror of
https://github.com/curl/curl.git
synced 2026-07-28 20:03:07 +03:00
tidy-up: miscellaneous
- badwords: replace stray synonyms with 'null-terminator'. - tests/FILEFORMAT.md: tidy up feature descriptions. - printf: replace stray `%i` masks with `%d` for consistency. - pytest: add comments for empty excepts to try silencing GitHub CodeQL warnings. - tool1394, unit1675: merge nested `if`s. - dnscache: fix typo in comment. - fix whitespace, indent and newlines. Closes #21921
This commit is contained in:
parent
849317ff5c
commit
952b04474c
31 changed files with 90 additions and 90 deletions
|
|
@ -487,7 +487,7 @@ Features testable here are:
|
|||
- `brotli`
|
||||
- `c-ares` - c-ares is used for (all) name resolves
|
||||
- `CharConv`
|
||||
- `codeset-utf8`. If the running codeset is UTF-8 capable.
|
||||
- `codeset-utf8` - if the running codeset is UTF-8 capable.
|
||||
- `cookies`
|
||||
- `crypto`
|
||||
- `cygwin`
|
||||
|
|
@ -509,13 +509,13 @@ Features testable here are:
|
|||
- `IPv6`
|
||||
- `Kerberos`
|
||||
- `Largefile`
|
||||
- `large-time` (time_t is larger than 32-bit)
|
||||
- `large-size` (size_t is larger than 32-bit)
|
||||
- `large-time` - time_t is larger than 32-bit
|
||||
- `large-size` - size_t is larger than 32-bit
|
||||
- `libssh2`
|
||||
- `libssh`
|
||||
- `badlibssh` (libssh configuration incompatible with the test suite)
|
||||
- `badlibssh` - libssh configuration incompatible with the test suite
|
||||
- `libz`
|
||||
- `local-http`. The HTTP server runs on 127.0.0.1
|
||||
- `local-http` - the HTTP server runs on 127.0.0.1
|
||||
- `manual`
|
||||
- `mbedtls`
|
||||
- `Mime`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue