From 85c165befc61d049abe3cc443c275a210c569338 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Sep 1998 10:41:59 +0000 Subject: Update. 1998-09-01 10:34 Ulrich Drepper * manual/locale.texi: Almost compelte rewrite. Document more functions and functionality. * manual/arith.texi: Correct reference. * manual/string.texi: Pretty printing. * manual/texinfo.tex: Update from last available version. 1998-08-31 22:44 Ulrich Drepper * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for invalid password. (_nss_nis_getpwuid_r): Likewise. Patch by Matthew Arnison . * inet/rcmd.c: Implement netgroup support. Patch by Dick Streefland . --- manual/string.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manual/string.texi') diff --git a/manual/string.texi b/manual/string.texi index 2bbc238..c6bca05 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -633,6 +633,7 @@ determined by the currently selected locale. In the standard @code{"C"} locale the characters @"A and @"a do not match but in a locale which regards these characters as parts of the alphabet they do match. +@noindent @code{strcasecmp} is derived from BSD. @end deftypefun @@ -643,6 +644,7 @@ This function is like @code{strncmp}, except that differences in case are ignored. Like @code{strcasecmp}, it is locale dependent how uppercase and lowercase characters are related. +@noindent @code{strncasecmp} is a GNU extension. @end deftypefun -- cgit v1.1