Eric Blake wrote:
> The documentation was out-of-date.  ... I'm pushing this.

Thanks. One more clarification: All modern platforms have strcasecmp and
strncasecmp.


2010-01-07  Bruno Haible  <br...@clisp.org>

        * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
        * doc/posix-functions/strncasecmp.texi: Likewise.

--- doc/posix-functions/strcasecmp.texi.orig    Thu Jan  7 21:32:43 2010
+++ doc/posix-functions/strcasecmp.texi Thu Jan  7 20:53:30 2010
@@ -9,7 +9,7 @@
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on some platforms.
+This function is missing on some old platforms.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- doc/posix-functions/strncasecmp.texi.orig   Thu Jan  7 21:32:43 2010
+++ doc/posix-functions/strncasecmp.texi        Thu Jan  7 20:53:38 2010
@@ -9,7 +9,7 @@
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on some platforms.
+This function is missing on some old platforms.
 @end itemize
 
 Portability problems not fixed by Gnulib:


Reply via email to