curl/scripts
Viktor Szakats 45438c8d6f
checksrc: reduce directory-specific exceptions
By making them defaults, then fixing and/or reshuffling remaining
exceptions as necessary.

- checksrc: ban by default: `snprintf`, `vsnprintf`, `sscanf`, `strtol`.
- examples: replace `strtol` with `atoi` to avoid a checksrc exception.
- tests/libtest: replace `strtol` with `atol`.
- tests/server: replace most `strtol` with `atol`.
- tests/server: replace most `strtoul` with `atol`/`atoi`.
- tests/server: drop no longer used `util_ultous`.
- fix typo in checksrc rules: `vsnprint` -> `vsnprintf`.
- update local exceptions.

Also:
- examples: ban curl printf functions. They're discouraged in user code.
- examples: replace curl printf with system printf.
  Add `snprintf` workaround for <VS2015.
- examples/synctime: fix `-Wfloat-equal`.
- examples/synctime: exclude for non-Windows and non-UWP Windows.
- examples/synctime: build by default.

Closes #18823
2025-10-04 00:48:58 +02:00
..
2025-07-12 08:59:44 +02:00
2025-07-13 11:52:08 +02:00
2025-07-29 09:45:07 +02:00
2025-01-27 20:59:47 +01:00
2025-09-22 09:06:00 +02:00
2025-09-26 23:50:53 +02:00
2025-08-22 15:53:41 +02:00
2025-08-01 16:02:54 +02:00
2025-09-24 22:59:33 +02:00
2025-09-03 15:53:41 +02:00
2025-10-01 09:26:42 +02:00