curl/m4
Viktor Szakats 84c5dcdb05
tidy-up: syntax and code nits
- cmp-pkg-config.sh: replace `-r -f` with `-rf` to match rest of repo.
- configure.ac: add double quotes for robustness (not a bug).
- curl-openssl.m4: merge nested `if`s.
- CurlTests.c: drop `!= 0`, also to sync with m4.
- CurlTests.c: replace `example.com` with `localhost` in
  `gethostbyname()` feature test code. (compile-only, not a bug)
- GHA/http3-linux: drop literal `true` from bool expression.
- lib650: drop redundant `&`.
- move variable/call to left-hand side of equality checks, where
  missing.
- perl: detach `<`/`>` from filename in `open()`, where missing.
- schannel: apply two nit fixes lost in rebase.
- scripts/verify-release: drop redundant double quotes.
- scripts/verify-release: exit with error code on error.
- synctime: replace magic numbers with `sizeof()`.
- telnet: add missing parentheses to macro value.
- tests/Makefile.am: use single quotes.
- tool_operate: drop redundant `break` after `return` in VMS code.
- unit2413: drop unused NULL pointer + free call.
- unit2413: fix duplicate test case name.
- urlapi: drop redundant parentheses.
- urlapi: drop `CURL_UNCONST()` that became redundant.

Closes #22186
2026-06-26 15:45:24 +02:00
..
.gitignore tidy-up: .gitignore lines mostly 2025-01-27 20:59:46 +01:00
curl-amissl.m4 tidy-up: make 'CA' uppercase, where missing 2026-06-22 21:04:45 +02:00
curl-apple-sectrust.m4 tidy-up: docs, comments, typos, whitespace 2026-06-26 11:36:09 +02:00
curl-compilers.m4 tidy-up: docs, comments, typos, whitespace 2026-06-26 11:36:09 +02:00
curl-confopts.m4 tidy-up: docs, comments, typos, whitespace 2026-06-26 11:36:09 +02:00
curl-functions.m4 tidy-up: docs, comments, typos, whitespace 2026-06-26 11:36:09 +02:00
curl-gnutls.m4 tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
curl-mbedtls.m4 m4: drop redundant conditions in TLS library detections 2026-05-27 23:26:20 +02:00
curl-openssl.m4 tidy-up: syntax and code nits 2026-06-26 15:45:24 +02:00
curl-override.m4 tidy-up: miscellaneous 2026-05-16 01:56:17 +02:00
curl-reentrant.m4 tidy-up: docs, comments, typos, whitespace 2026-06-26 11:36:09 +02:00
curl-rustls.m4 m4: drop redundant conditions in TLS library detections 2026-05-27 23:26:20 +02:00
curl-schannel.m4 m4: drop redundant conditions in TLS library detections 2026-05-27 23:26:20 +02:00
curl-sysconfig.m4 autotools: tidy-up if expressions 2025-12-10 22:29:19 +01:00
curl-wolfssl.m4 m4: drop redundant conditions in TLS library detections 2026-05-27 23:26:20 +02:00
xc-am-iface.m4 configure: tidy up comments 2026-04-10 23:19:41 +02:00
xc-cc-check.m4 configure: tidy up comments 2026-04-10 23:19:41 +02:00
xc-lt-iface.m4 tidy-up: miscellaneous 2026-05-16 01:56:17 +02:00
xc-val-flgs.m4 configure: tidy up comments 2026-04-10 23:19:41 +02:00
zz40-xc-ovr.m4 tidy-up: miscellaneous 2026-05-16 01:56:17 +02:00
zz50-xc-ovr.m4 tidy-up: miscellaneous 2026-05-16 01:56:17 +02:00