From: Bruno Haible Date: Sun, 11 Sep 2011 19:23:39 +0000 (+0200) Subject: strcase: Support for MSVC. X-Git-Tag: v0.1~1921 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=cd06f44c35f1e2a49c806686c8f9f6fcf1902a45;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 520e8000b..4c88f6fd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-09-11 Bruno Haible + 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 exists. * lib/strings.in.h: Include only if HAVE_STRINGS_H is 1. * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Set HAVE_STRINGS_H. diff --git a/doc/posix-functions/strcasecmp.texi b/doc/posix-functions/strcasecmp.texi index ba44de80e..c56e395a9 100644 --- a/doc/posix-functions/strcasecmp.texi +++ b/doc/posix-functions/strcasecmp.texi @@ -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: diff --git a/doc/posix-functions/strncasecmp.texi b/doc/posix-functions/strncasecmp.texi index 28ed864dc..551bf6cd9 100644 --- a/doc/posix-functions/strncasecmp.texi +++ b/doc/posix-functions/strncasecmp.texi @@ -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: diff --git a/modules/strcase b/modules/strcase index 9ca97af21..486a27765 100644 --- 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