]> Savannah Git Hosting - gnulib.git/commitdiff
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 520e8000b9e87309d5a5f51a97b0d443f58a8018..4c88f6fd3d4fae71a550699f7694eac2774c400f 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 ba44de80ecef14a775f8b846e09a60841fb59144..c56e395a93c5d1c61e6bdfd22a9ff9104fed8ad3 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 28ed864dc5ecb674a54334f3fdab3c60a38e5bfe..551bf6cd9a57050f902f900ebe650fe36d237af5 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 9ca97af2148f27a59b2f3c18fc00885d9f8db27c..486a277652b5695c85fb4a4ed4e0ae037180567a 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