Mercurial > hg > octave-shane > gnulib-hg
changeset 12579:502ce3cd8cd5
strcase: document what it provides
* doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
gnulib module.
* doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Tue, 05 Jan 2010 20:23:07 -0700 |
parents | 2ac84f6d224e |
children | 3a190157862b |
files | ChangeLog doc/posix-functions/strcasecmp.texi doc/posix-functions/strncasecmp.texi |
diffstat | 3 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-01-05 Eric Blake <ebb9@byu.net> + + strcase: document what it provides + * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the + gnulib module. + * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise. + Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>. + 2010-01-05 Jim Meyering <meyering@redhat.com> maint: remove useless inclusions of "xalloc.h"
--- a/doc/posix-functions/strcasecmp.texi +++ b/doc/posix-functions/strcasecmp.texi @@ -4,10 +4,12 @@ POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html} -Gnulib module: --- +Gnulib module: strcase Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms. @end itemize Portability problems not fixed by Gnulib:
--- a/doc/posix-functions/strncasecmp.texi +++ b/doc/posix-functions/strncasecmp.texi @@ -4,10 +4,12 @@ POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncasecmp.html} -Gnulib module: --- +Gnulib module: strcase Portability problems fixed by Gnulib: @itemize +@item +This function is missing on some platforms. @end itemize Portability problems not fixed by Gnulib: