#trurl 0.14 is here. github.com/curl/trurl/releases…
Works best with libcurl 8.9.0 (and later)
Release 0.14 · curl/trurl
What's Changed remove a suprious trailing newline from a warning by @bagder in #309 trurl.1: document the exit codes by @bagder in #308 add "strict:" as prefix to a get component casecompare: a st...GitHub
Krishean Draconis
in reply to daniel:// stenberg:// • • •#[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 fordaniel:// stenberg://
in reply to Krishean Draconis • • •Krishean Draconis
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
daniel:// stenberg://
in reply to Krishean Draconis • • •daniel:// stenberg://
in reply to daniel:// stenberg:// • • •Krishean Draconis
in reply to daniel:// stenberg:// • • •daniel:// stenberg://
in reply to Krishean Draconis • • •trurl: use casecompare instead of a strncasecmp define by bagder · Pull Request #317 · curl/trurl
GitHubKrishean Draconis
in reply to daniel:// stenberg:// • • •Rename casecompare to trurl_casecompare · curl/trurl@10db71a
GitHubKrishean Draconis
in reply to Krishean Draconis • • •daniel:// stenberg://
in reply to Krishean Draconis • • •daniel:// stenberg://
in reply to daniel:// stenberg:// • • •