Re: [PATCH] docs: correct symbols-in-versions & doc mismatch for 7.16.4

2021-07-30 Thread Daniel Stenberg via curl-library
On Fri, 30 Jul 2021, Ævar Arnfjörð Bjarmason via curl-library wrote: These options introduced in 7.17.0 were documented in 9f44a9552 (Renamed several libcurl error codes[...], 2007-08-30) as being introduced in version 7.16.4, but as looking at the 7.16.4 tag and tarball[1] reveals they weren't

[PATCH] docs: correct symbols-in-versions & doc mismatch for 7.16.4

2021-07-30 Thread Ævar Arnfjörð Bjarmason via curl-library
These options introduced in 7.17.0 were documented in 9f44a9552 (Renamed several libcurl error codes[...], 2007-08-30) as being introduced in version 7.16.4, but as looking at the 7.16.4 tag and tarball[1] reveals they weren't added until 7.17.0. The symbols file added later in c65f9acdc (introduc

Re: How to handle _wcsdup() memory allocation

2021-07-30 Thread Daniel Stenberg via curl-library
On Thu, 29 Jul 2021, Jeff Mears via curl-library wrote: Another answer would be for libcurl to implement its own wcsdup, because it's just wcslen + Curl_cmalloc + memcpy. Not being a Windows guy at all, this seems like the most reasonable way that doesn't introduce a new API and make things w