Skip to main content


#trurl 0.14 is here. github.com/curl/trurl/releases…

Works best with libcurl 8.9.0 (and later)

in reply to daniel:// stenberg://

ah, that fixes the space prefix bug i saw, but the #[url=https://tech.lgbt/tags/define]define[/url] strncasecmp causes some windows builds to fail, which i was going to put in a pull request for
in reply to daniel:// stenberg://

strncasecmp is an existing function in the mingw windows headers, so the build fails with a function redefined error (-Werror)

my solution was to rename it to trurl_casecompare

in reply to daniel:// stenberg://

it was tidier just to remove the define and rename the function in a couple places, undef seemed a little messy
in reply to daniel:// stenberg://

almost, i was seconds away from hitting submit on my pr: github.com/curl/trurl/commit/1…