freebsd-skq/lib/libc/string
robert 27ec88afb5 - Let their manual pages show the reader that the bzero(3) and
bcopy(3) functions are prototyped in <strings.h> and not in
   <string.h> anymore.
 - Add a sentence about that to the respective HISTORY sections.
In the C source files:
 - Include <string.h> or <strings.h> depending on what function
   is to be compiled.
 - Use ANSI-C function definitions.
2002-09-01 21:53:46 +00:00
..
bcmp.3 - Update the manual page of bcmp(3) by replacing 2002-08-30 21:07:40 +00:00
bcmp.c - Update the manual page of bcmp(3) by replacing 2002-08-30 21:07:40 +00:00
bcopy.3 - Let their manual pages show the reader that the bzero(3) and 2002-09-01 21:53:46 +00:00
bcopy.c - Let their manual pages show the reader that the bzero(3) and 2002-09-01 21:53:46 +00:00
bstring.3
bzero.3 - Let their manual pages show the reader that the bzero(3) and 2002-09-01 21:53:46 +00:00
bzero.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
ffs.3 - Update the manual page to show that the associated header file 2002-08-30 19:08:53 +00:00
ffs.c - Update the manual page to show that the associated header file 2002-08-30 19:08:53 +00:00
index.3 - Update the manual pages of index() and rindex() to show 2002-08-30 19:42:07 +00:00
index.c - Update the manual pages of index() and rindex() to show 2002-08-30 19:42:07 +00:00
Makefile.inc Add a manual page for wcswidth(). 2002-08-20 03:40:45 +00:00
memccpy.3
memccpy.c
memchr.3
memchr.c
memcmp.3
memcmp.c
memcpy.3
memcpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
memmove.3
memmove.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
memset.3
memset.c - Let their manual pages show the reader that the bzero(3) and 2002-09-01 21:53:46 +00:00
rindex.3 - Update the manual pages of index() and rindex() to show 2002-08-30 19:42:07 +00:00
rindex.c - Update the manual pages of index() and rindex() to show 2002-08-30 19:42:07 +00:00
strcasecmp.3 - Update strcasecmp(3)/strncasecmp(3) to reflect the fact that 2002-08-30 15:40:01 +00:00
strcasecmp.c - Update strcasecmp(3)/strncasecmp(3) to reflect the fact that 2002-08-30 15:40:01 +00:00
strcasestr.c
strcat.3 - Add the 'restrict' qualifier to the definitions of the string 2002-08-14 22:59:22 +00:00
strcat.c - Add the 'restrict' qualifier to the definitions of the string 2002-08-14 22:59:22 +00:00
strchr.3
strchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
strcmp.3
strcmp.c
strcoll.3
strcoll.c
strcpy.3 - Add the 'restrict' qualifier to the definitions of the string 2002-08-14 22:59:22 +00:00
strcpy.c - Add the 'restrict' qualifier to the definitions of the string 2002-08-14 22:59:22 +00:00
strcspn.3
strcspn.c
strdup.3
strdup.c
strerror.3
strerror.c Fix off-by-one error. 2002-07-03 06:28:04 +00:00
string.3
strlcat.c
strlcpy.3
strlcpy.c
strlen.3
strlen.c
strmode.3
strmode.c
strncat.c - Add the 'restrict' qualifier to the definitions of the string 2002-08-14 22:59:22 +00:00
strncmp.c
strncpy.c - Add the 'restrict' qualifier to the definitions of the string 2002-08-14 22:59:22 +00:00
strnstr.c
strpbrk.3
strpbrk.c
strrchr.3
strrchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
strsep.3 Correct an inaccuracy in this man page regarding detecting empty fields. 2002-08-07 20:08:50 +00:00
strsep.c
strsignal.c
strspn.3
strspn.c
strstr.3
strstr.c
strtok.3
strtok.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
strxfrm.3 - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 2002-08-14 21:01:04 +00:00
strxfrm.c - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 2002-08-14 21:01:04 +00:00
swab.3 Add the 'restrict' type qualifier to the function prototype 2002-08-30 21:18:39 +00:00
swab.c - Convert the function definition to declare its arguments 2002-08-30 20:33:05 +00:00
wcscat.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcschr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcscmp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcscpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcscspn.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcslcat.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcslcpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcslen.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsncat.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsncmp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsncpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcspbrk.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsrchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsspn.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcsstr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wcswidth.3 Add a manual page for wcswidth(). 2002-08-20 03:40:45 +00:00
wcswidth.c Move just committed version of wcswidth.c here (from "locale"), 2002-08-20 02:06:28 +00:00
wmemchr.3
wmemchr.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemcmp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemcpy.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemmove.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
wmemset.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00