mirror of
https://github.com/curl/curl.git
synced 2026-06-08 12:14:15 +03:00
improve wording via @bagder
This commit is contained in:
parent
c0c74d1fac
commit
5688156d80
24 changed files with 24 additions and 24 deletions
|
|
@ -70,7 +70,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLALTSVC_*** macros became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# FILE FORMAT
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLALTSVC_*** macros became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLFTPAUTH_*** enums became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLFTP_CREATE_*** enums became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLFTPMETHOD_*** enums became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLFTPSSL_*** enums became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLHEADER_*** macros became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ CURLAUTH_ONLY was added in 7.21.3
|
|||
CURLAUTH_NTLM_WB was added in 7.22.0
|
||||
|
||||
**CURLAUTH_*** macros became `long` types in 7.26.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
CURLAUTH_BEARER was added in 7.61.0
|
||||
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_HTTP_VERSION_*** enums became `long` types in 8.13.0, prior to this
|
||||
version a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
version a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_IPRESOLVE_*** macros became `long` types in 8.15.0, before this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_NETRC_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_NETRC_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ This option was known as CURLOPT_POST301 up to 7.19.0 as it only supported the
|
|||
301 then. CURL_REDIR_POST_303 was added in 7.26.0.
|
||||
|
||||
**CURL_REDIR_*** macros became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLAUTH_*** macros became `long` types in 7.26.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLPROXY_*** enums became `long` types in 8.16.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLSSLOPT_*** macros became `long` types in 8.15.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_RTSPREQ_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_RTSPREQ_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLAUTH_*** macros became `long` types in 7.26.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURLSSLOPT_*** macros became `long` types in 8.15.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_TIMECOND_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_TIMECOND_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ int main(void)
|
|||
# HISTORY
|
||||
|
||||
**CURL_TIMECOND_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ This option was known as CURLOPT_FTP_SSL up to 7.16.4. Supported by LDAP since
|
|||
7.81.0. Fully supported by the OpenLDAP backend only.
|
||||
|
||||
**CURLUSESSL_*** enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
a `long` cast was necessary when passed to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue