From: Jim Jagielski Date: Sat, 21 Nov 2015 13:59:43 +0000 (+0000) Subject: further info re impl X-Git-Tag: 2.5.0-alpha~2622 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1021a6c104eb93ab992034af99f541392cef6a94;p=thirdparty%2Fapache%2Fhttpd.git further info re impl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715527 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index b21f5d406ca..9d9cca97186 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -2439,7 +2439,7 @@ AP_DECLARE(int) ap_array_str_contains(const apr_array_header_t *array, const char *s); /** - * Known-fast version of strcasecmp(): ASCII only + * Known-fast version of strcasecmp(): ASCII only, POSIX compliant * @param s1 The 1st string to compare * @param s2 The 2nd string to compare * @return integer greater than, equal to, or less than 0, depending on @@ -2449,7 +2449,7 @@ AP_DECLARE(int) ap_array_str_contains(const apr_array_header_t *array, AP_DECLARE(int) ap_strcasecmp(const char *s1, const char *s2); /** - * Known-fast version of strncasecmp(): ASCII only + * Known-fast version of strncasecmp(): ASCII only, POSIX compliant * @param s1 The 1st string to compare * @param s2 The 2nd string to compare * @param n Maximum number of characters in the strings to compare