tech.lgbt is one of the many independent Mastodon servers you can use to participate in the fediverse.
We welcome all marginalized identities. This Mastodon instance is generally for folks who are LGBTQIA+ and Allies with an interest in tech work, academics, or technology in general.

Server stats:

2.8K
active users

Public

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

Works best with libcurl 8.9.0 (and later)

Public

@bagder ah, that fixes the space prefix bug i saw, but the #define strncasecmp causes some windows builds to fail, which i was going to put in a pull request for

Public

@krishean I don't see why, but I always welcome PRs!

Public

@bagder 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

Public

@krishean the code does not use strncasecmp

Public

@krishean ah, so its a define there? maybe we can undef it first?

Public

@bagder it was tidier just to remove the define and rename the function in a couple places, undef seemed a little messy

@bagder should i still submit it, or would you rather use your version?

Public

@krishean I prefer the shorter name!

Public

@krishean but thank you!

Public

@bagder alright, sounds good to me