Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #261852

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sat 21 Mar 2026 13:30:37
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision a8bc4cbcfe460d2d2a76759a91ff56eb63215c26

Comments

build: assume `snprintf()` in `mprintf`, drop feature check
- it was already required for `curl_*printf()` float/double support.
- some curl tests always fail without it.
- it was already assumed to be present to build test servers.
  Source code did not check for `HAVE_SNPRINTF` detection variable.
- it was already required to build examples.

Windows builds stopped using this detection and the function via earlier
commits.

Follow-up to 64f28b8f8859fc80816f7db3b5c4b6f2fd84bd27 #20765
Follow-up to 935b1bd4544a23a91d68ffb9f86983e92747e9a5 #9570 #9569

Closes #20763

Changed files