From e9347d54e49301747371051e4a64377caa05a660 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 21 Apr 2026 23:51:31 +0200 Subject: [PATCH] or above -> higher --- docs/examples/imap-append.c | 2 +- docs/examples/imap-authzid.c | 2 +- docs/examples/imap-copy.c | 2 +- docs/examples/imap-create.c | 2 +- docs/examples/imap-delete.c | 2 +- docs/examples/imap-examine.c | 2 +- docs/examples/imap-fetch.c | 2 +- docs/examples/imap-list.c | 2 +- docs/examples/imap-lsub.c | 2 +- docs/examples/imap-noop.c | 2 +- docs/examples/imap-search.c | 2 +- docs/examples/imap-ssl.c | 2 +- docs/examples/imap-store.c | 2 +- docs/examples/imap-tls.c | 2 +- docs/examples/pop3-authzid.c | 2 +- docs/examples/pop3-dele.c | 2 +- docs/examples/pop3-list.c | 2 +- docs/examples/pop3-noop.c | 2 +- docs/examples/pop3-retr.c | 2 +- docs/examples/pop3-ssl.c | 2 +- docs/examples/pop3-stat.c | 2 +- docs/examples/pop3-tls.c | 2 +- docs/examples/pop3-top.c | 2 +- docs/examples/pop3-uidl.c | 2 +- docs/examples/smtp-authzid.c | 2 +- docs/examples/smtp-expn.c | 2 +- docs/examples/smtp-mime.c | 2 +- docs/examples/smtp-ssl.c | 2 +- docs/examples/smtp-tls.c | 2 +- docs/examples/smtp-vrfy.c | 2 +- m4/curl-compilers.m4 | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/examples/imap-append.c b/docs/examples/imap-append.c index 77cf2bc02a..3fc2aa0f36 100644 --- a/docs/examples/imap-append.c +++ b/docs/examples/imap-append.c @@ -33,7 +33,7 @@ /* This is a simple example showing how to send mail using libcurl's IMAP * capabilities. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ #define FROM "" diff --git a/docs/examples/imap-authzid.c b/docs/examples/imap-authzid.c index 0130d4cf19..26ae0fad07 100644 --- a/docs/examples/imap-authzid.c +++ b/docs/examples/imap-authzid.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to fetch mail using libcurl's IMAP * capabilities. * - * Note that this example requires libcurl 7.66.0 or above. + * Note that this example requires libcurl 7.66.0 or higher. */ int main(void) diff --git a/docs/examples/imap-copy.c b/docs/examples/imap-copy.c index e19d4b480d..5a5cff9252 100644 --- a/docs/examples/imap-copy.c +++ b/docs/examples/imap-copy.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to copy a mail from one mailbox folder * to another using libcurl's IMAP capabilities. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-create.c b/docs/examples/imap-create.c index 0572171152..c53be18879 100644 --- a/docs/examples/imap-create.c +++ b/docs/examples/imap-create.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to create a new mailbox folder using * libcurl's IMAP capabilities. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-delete.c b/docs/examples/imap-delete.c index 16b7d53941..d9035deda0 100644 --- a/docs/examples/imap-delete.c +++ b/docs/examples/imap-delete.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to delete an existing mailbox folder * using libcurl's IMAP capabilities. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-examine.c b/docs/examples/imap-examine.c index 91903192b4..d09cab9815 100644 --- a/docs/examples/imap-examine.c +++ b/docs/examples/imap-examine.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to obtain information about a mailbox * folder using libcurl's IMAP capabilities via the EXAMINE command. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-fetch.c b/docs/examples/imap-fetch.c index c3d6af75c2..8d94600a6e 100644 --- a/docs/examples/imap-fetch.c +++ b/docs/examples/imap-fetch.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to fetch mail using libcurl's IMAP * capabilities. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-list.c b/docs/examples/imap-list.c index 1c1074f85b..4eebf63ec9 100644 --- a/docs/examples/imap-list.c +++ b/docs/examples/imap-list.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to list the folders within an IMAP * mailbox. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-lsub.c b/docs/examples/imap-lsub.c index 123d9d35c5..3ddc9dbb00 100644 --- a/docs/examples/imap-lsub.c +++ b/docs/examples/imap-lsub.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to list the subscribed folders within * an IMAP mailbox. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-noop.c b/docs/examples/imap-noop.c index 5d8153e931..14396bdb1a 100644 --- a/docs/examples/imap-noop.c +++ b/docs/examples/imap-noop.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to perform a noop using libcurl's IMAP * capabilities. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-search.c b/docs/examples/imap-search.c index ae944bb9ec..60ec12d115 100644 --- a/docs/examples/imap-search.c +++ b/docs/examples/imap-search.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to search for new messages using * libcurl's IMAP capabilities. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-ssl.c b/docs/examples/imap-ssl.c index 77a0880a32..6cb18aae41 100644 --- a/docs/examples/imap-ssl.c +++ b/docs/examples/imap-ssl.c @@ -33,7 +33,7 @@ * capabilities. It builds on the imap-fetch.c example adding transport * security to protect the authentication details from being snooped. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-store.c b/docs/examples/imap-store.c index c1e9de9a91..db1c722d15 100644 --- a/docs/examples/imap-store.c +++ b/docs/examples/imap-store.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to modify an existing mail using * libcurl's IMAP capabilities with the STORE command. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/imap-tls.c b/docs/examples/imap-tls.c index 486bc8c467..22c66ffd9c 100644 --- a/docs/examples/imap-tls.c +++ b/docs/examples/imap-tls.c @@ -33,7 +33,7 @@ * capabilities. It builds on the imap-fetch.c example adding transport * security to protect the authentication details from being snooped. * - * Note that this example requires libcurl 7.30.0 or above. + * Note that this example requires libcurl 7.30.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-authzid.c b/docs/examples/pop3-authzid.c index 3f40e78c71..0e4393746b 100644 --- a/docs/examples/pop3-authzid.c +++ b/docs/examples/pop3-authzid.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to retrieve mail using libcurl's POP3 * capabilities. * - * Note that this example requires libcurl 7.66.0 or above. + * Note that this example requires libcurl 7.66.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-dele.c b/docs/examples/pop3-dele.c index 69ee1de992..5cc06ca5ad 100644 --- a/docs/examples/pop3-dele.c +++ b/docs/examples/pop3-dele.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to delete an existing mail using * libcurl's POP3 capabilities. * - * Note that this example requires libcurl 7.26.0 or above. + * Note that this example requires libcurl 7.26.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-list.c b/docs/examples/pop3-list.c index 9a2693d3b1..0501617fc7 100644 --- a/docs/examples/pop3-list.c +++ b/docs/examples/pop3-list.c @@ -32,7 +32,7 @@ /* This is a simple example using libcurl's POP3 capabilities to list the * contents of a mailbox. * - * Note that this example requires libcurl 7.20.0 or above. + * Note that this example requires libcurl 7.20.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-noop.c b/docs/examples/pop3-noop.c index c8352df402..0d3a0e679b 100644 --- a/docs/examples/pop3-noop.c +++ b/docs/examples/pop3-noop.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to perform a noop using libcurl's POP3 * capabilities. * - * Note that this example requires libcurl 7.26.0 or above. + * Note that this example requires libcurl 7.26.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-retr.c b/docs/examples/pop3-retr.c index c0c9e92791..20a02377d5 100644 --- a/docs/examples/pop3-retr.c +++ b/docs/examples/pop3-retr.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to retrieve mail using libcurl's POP3 * capabilities. * - * Note that this example requires libcurl 7.20.0 or above. + * Note that this example requires libcurl 7.20.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-ssl.c b/docs/examples/pop3-ssl.c index 221a0ab703..0bc62c51d9 100644 --- a/docs/examples/pop3-ssl.c +++ b/docs/examples/pop3-ssl.c @@ -33,7 +33,7 @@ * capabilities. It builds on the pop3-retr.c example adding transport * security to protect the authentication details from being snooped. * - * Note that this example requires libcurl 7.20.0 or above. + * Note that this example requires libcurl 7.20.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-stat.c b/docs/examples/pop3-stat.c index 6c2d3646f4..0556a8f57c 100644 --- a/docs/examples/pop3-stat.c +++ b/docs/examples/pop3-stat.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to obtain message statistics using * libcurl's POP3 capabilities. * - * Note that this example requires libcurl 7.26.0 or above. + * Note that this example requires libcurl 7.26.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-tls.c b/docs/examples/pop3-tls.c index ce38d044f0..b455b3c5d2 100644 --- a/docs/examples/pop3-tls.c +++ b/docs/examples/pop3-tls.c @@ -33,7 +33,7 @@ * capabilities. It builds on the pop3-retr.c example adding transport * security to protect the authentication details from being snooped. * - * Note that this example requires libcurl 7.20.0 or above. + * Note that this example requires libcurl 7.20.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-top.c b/docs/examples/pop3-top.c index bb23eb99b9..f490996032 100644 --- a/docs/examples/pop3-top.c +++ b/docs/examples/pop3-top.c @@ -32,7 +32,7 @@ /* This is a simple example showing how to retrieve only the headers of a mail * using libcurl's POP3 capabilities. * - * Note that this example requires libcurl 7.26.0 or above. + * Note that this example requires libcurl 7.26.0 or higher. */ int main(void) diff --git a/docs/examples/pop3-uidl.c b/docs/examples/pop3-uidl.c index fb211093d8..1973788cc1 100644 --- a/docs/examples/pop3-uidl.c +++ b/docs/examples/pop3-uidl.c @@ -32,7 +32,7 @@ /* This is a simple example using libcurl's POP3 capabilities to list the * contents of a mailbox by unique ID. * - * Note that this example requires libcurl 7.26.0 or above. + * Note that this example requires libcurl 7.26.0 or higher. */ int main(void) diff --git a/docs/examples/smtp-authzid.c b/docs/examples/smtp-authzid.c index fe91ba5e63..d30b087f24 100644 --- a/docs/examples/smtp-authzid.c +++ b/docs/examples/smtp-authzid.c @@ -34,7 +34,7 @@ * This is a simple example show how to send an email using libcurl's SMTP * capabilities. * - * Note that this example requires libcurl 7.66.0 or above. + * Note that this example requires libcurl 7.66.0 or higher. */ /* The libcurl options want plain addresses, the viewable headers in the mail diff --git a/docs/examples/smtp-expn.c b/docs/examples/smtp-expn.c index 25b560f3ec..8db15826f6 100644 --- a/docs/examples/smtp-expn.c +++ b/docs/examples/smtp-expn.c @@ -34,7 +34,7 @@ * * Notes: * - * 1) This example requires libcurl 7.34.0 or above. + * 1) This example requires libcurl 7.34.0 or higher. * 2) Not all email servers support this command. */ diff --git a/docs/examples/smtp-mime.c b/docs/examples/smtp-mime.c index 0ddba4ebb7..91920da852 100644 --- a/docs/examples/smtp-mime.c +++ b/docs/examples/smtp-mime.c @@ -34,7 +34,7 @@ * capabilities. For an example of using the multi interface please see * smtp-multi.c. * - * Note that this example requires libcurl 7.56.0 or above. + * Note that this example requires libcurl 7.56.0 or higher. */ #define FROM "" diff --git a/docs/examples/smtp-ssl.c b/docs/examples/smtp-ssl.c index 9cac9ecd52..09bd872b51 100644 --- a/docs/examples/smtp-ssl.c +++ b/docs/examples/smtp-ssl.c @@ -35,7 +35,7 @@ * and, more importantly, transport security to protect the authentication * details from being snooped. * - * Note that this example requires libcurl 7.20.0 or above. + * Note that this example requires libcurl 7.20.0 or higher. */ #define FROM_MAIL "" diff --git a/docs/examples/smtp-tls.c b/docs/examples/smtp-tls.c index da452318a6..ce6ef61170 100644 --- a/docs/examples/smtp-tls.c +++ b/docs/examples/smtp-tls.c @@ -35,7 +35,7 @@ * and, more importantly, transport security to protect the authentication * details from being snooped. * - * Note that this example requires libcurl 7.20.0 or above. + * Note that this example requires libcurl 7.20.0 or higher. */ #define FROM_MAIL "" diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c index 65783d6903..a1d59a6e13 100644 --- a/docs/examples/smtp-vrfy.c +++ b/docs/examples/smtp-vrfy.c @@ -35,7 +35,7 @@ * * Notes: * - * 1) This example requires libcurl 7.34.0 or above. + * 1) This example requires libcurl 7.34.0 or higher. * 2) Not all email servers support this command and even if your email server * does support it, it may respond with a 252 response code even though the * address does not exist. diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index ed60902531..fa28750afe 100644 --- a/m4/curl-compilers.m4 +++ b/m4/curl-compilers.m4 @@ -943,7 +943,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [ dnl clang 17 or higher if test "$compiler_num" -ge "1700"; then - CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [cast-function-type-strict]) # with Apple clang it requires 16.0 or above + CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [cast-function-type-strict]) # with Apple clang it requires 16.0 or higher fi dnl clang 19 or higher