strcase: Support for MSVC.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2011 19:23:39 +0000 (21:23 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2011 19:23:39 +0000 (21:23 +0200)
* modules/strcase (Status, Notice): Remove obsoletion mark.
* doc/posix-functions/strcasecmp.texi: Mention MSVC problem.
* doc/posix-functions/strncasecmp.texi: Likewise.

ChangeLog
doc/posix-functions/strcasecmp.texi
doc/posix-functions/strncasecmp.texi
modules/strcase

index 520e800..4c88f6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-09-11  Bruno Haible  <bruno@clisp.org>
 
+       strcase: Support for MSVC.
+       * modules/strcase (Status, Notice): Remove obsoletion mark.
+       * doc/posix-functions/strcasecmp.texi: Mention MSVC problem.
+       * doc/posix-functions/strncasecmp.texi: Likewise.
+
        strings: Don't assume <strings.h> exists.
        * lib/strings.in.h: Include <strings.h> only if HAVE_STRINGS_H is 1.
        * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Set HAVE_STRINGS_H.
index ba44de8..c56e395 100644 (file)
@@ -9,7 +9,8 @@ Gnulib module: strcase
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on some old platforms.
+This function is missing on some platforms:
+MSVC 9.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 28ed864..551bf6c 100644 (file)
@@ -9,7 +9,8 @@ Gnulib module: strcase
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on some old platforms.
+This function is missing on some platforms:
+MSVC 9.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 9ca97af..486a277 100644 (file)
@@ -1,12 +1,6 @@
 Description:
 Case-insensitive string comparison functions.
 
-Status:
-obsolete
-
-Notice:
-This module is obsolete.
-
 Files:
 lib/strcasecmp.c
 lib/strncasecmp.c