mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:43:32 +03:00
version: add a feature names array to curl_version_info_data
Field feature_names contains a null-terminated sorted array of feature names. Bitmask field features is deprecated. Documentation is updated. Test 1177 and tests/version-scan.pl updated to match new documentation format and extended to check feature names too. Closes #9583
This commit is contained in:
parent
00ea0aaf46
commit
e780aae77a
6 changed files with 307 additions and 144 deletions
|
|
@ -14,11 +14,11 @@ none
|
|||
</server>
|
||||
|
||||
<name>
|
||||
Verify that CURL_VERSION_* in headers and docs are in sync
|
||||
Verify that feature names and CURL_VERSION_* in lib and docs are in sync
|
||||
</name>
|
||||
|
||||
<command type="perl">
|
||||
%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 %SRCDIR/../include/curl/curl.h
|
||||
%SRCDIR/version-scan.pl %SRCDIR/../docs/libcurl/curl_version_info.3 %SRCDIR/../include/curl/curl.h %SRCDIR/../lib/version.c
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue