freebsd-dev/lib/libc/string
Takuya SHIOZAKI 01e281bd12 adapt to FreeBSD.
- enable locale-insensitive functions of wchar.h:
	wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c
        wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c
	wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
	XXX: wcswidth.c is not enabled yet.
- enable wmemchr(3) man page.
	XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1.
2001-05-15 20:34:20 +00:00
..
bcmp.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
bcmp.c
bcopy.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
bcopy.c
bstring.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
bzero.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
bzero.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
ffs.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
ffs.c
index.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
index.c
Makefile.inc adapt to FreeBSD. 2001-05-15 20:34:20 +00:00
memccpy.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
memccpy.c
memchr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memchr.c
memcmp.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memcmp.c
memcpy.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memcpy.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
memmove.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memmove.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
memset.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
memset.c More egcs warning fixes: 1999-04-25 22:29:30 +00:00
rindex.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
rindex.c
strcasecmp.3 mdoc(7) police: add RETURN VALUES section. 2001-05-14 18:38:05 +00:00
strcasecmp.c
strcat.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcat.c More egcs warning fixes: 1999-04-25 22:29:30 +00:00
strchr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strchr.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
strcmp.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcmp.c
strcoll.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcoll.c __collate_substitute() do something non-trivial only for German. For everyone 1999-09-12 21:15:28 +00:00
strcpy.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcpy.c More egcs warning fixes: 1999-04-25 22:29:30 +00:00
strcspn.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strcspn.c
strdup.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
strdup.c
strerror.3 mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
strerror.c
string.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strlcat.c - Reverse the order of two loop invariant to ensure strlcat() does not 2001-01-17 20:51:16 +00:00
strlcpy.3 Clarify comments referring to strlcat() usage 2001-01-17 20:51:20 +00:00
strlcpy.c Use the latest version of these files from OpenBSD. 1999-08-10 05:58:58 +00:00
strlen.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strlen.c
strmode.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
strmode.c
strncat.c
strncmp.c
strncpy.c
strpbrk.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strpbrk.c
strrchr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strrchr.c Added some 2-line source files to get a direct correspondence 1997-10-15 15:27:19 +00:00
strsep.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strsep.c
strsignal.c Add a strsignal(3) (like strerror(3)) for libc compatability with other 1999-05-18 04:48:58 +00:00
strspn.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strspn.c
strstr.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strstr.c
strtok.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strtok.c Reviewed by: JKH 1998-12-14 05:11:26 +00:00
strxfrm.3 .St -ansiC -> .St -isoC 2001-02-26 13:23:47 +00:00
strxfrm.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
swab.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
swab.c
wcscat.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcschr.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcscmp.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcscpy.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcscspn.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcslcat.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcslcpy.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcslen.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcsncat.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcsncmp.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcsncpy.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcspbrk.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcsrchr.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcsspn.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcsstr.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wcswidth.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wmemchr.3 adapt to FreeBSD. 2001-05-15 20:34:20 +00:00
wmemchr.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wmemcmp.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wmemcpy.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wmemmove.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00
wmemset.c initial import of locale insensitive wcs* and wmem* functions. 2001-05-15 06:01:19 +00:00