changeset 15605:4c5e88ae3604

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.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Sep 2011 21:23:39 +0200
parents 4adac94541e0
children f62f29997e98
files ChangeLog doc/posix-functions/strcasecmp.texi doc/posix-functions/strncasecmp.texi modules/strcase
diffstat 4 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/doc/posix-functions/strcasecmp.texi
+++ b/doc/posix-functions/strcasecmp.texi
@@ -9,7 +9,8 @@
 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:
--- a/doc/posix-functions/strncasecmp.texi
+++ b/doc/posix-functions/strncasecmp.texi
@@ -9,7 +9,8 @@
 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:
--- a/modules/strcase
+++ b/modules/strcase
@@ -1,12 +1,6 @@
 Description:
 Case-insensitive string comparison functions.
 
-Status:
-obsolete
-
-Notice:
-This module is obsolete.
-
 Files:
 lib/strcasecmp.c
 lib/strncasecmp.c