NetBSD/lib/libc/string
cgd 5815a7b9b9 Update various aspects of the special target builds which should
have been done (by others) a long time ago:
	* fix PIC compilation to use new PIC flags,
	* make them 'make -j N' safe.
1998-01-23 18:58:05 +00:00
..
Lint_bcmp.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_bcopy.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_bzero.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_ffs.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_index.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_memccpy.c add lint stubs for files that are implemented in assembler on the pc532. 1997-12-07 00:24:50 +00:00
Lint_memchr.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_memcmp.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_memcpy.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_memmove.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_memset.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_rindex.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_strcat.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_strchr.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_strcmp.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_strcpy.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_strlen.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_strncat.c add lint stubs for files that are implemented in assembler on the pc532. 1997-12-07 00:24:50 +00:00
Lint_strncmp.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_strncpy.c add lint stubs for files that are implemented in assembler on the pc532. 1997-12-07 00:24:50 +00:00
Lint_strrchr.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Lint_swab.c lint stubs for functions which ports use assembly versions. When using 1997-11-06 00:51:04 +00:00
Makefile.inc Update various aspects of the special target builds which should 1998-01-23 18:58:05 +00:00
__strerror.c Fix RCSID's 1997-07-13 20:24:09 +00:00
__strsignal.c Fix RCSID's 1997-07-13 20:24:09 +00:00
bcmp.3 rcsid police 1997-10-09 10:07:40 +00:00
bcmp.c Fix RCSID's 1997-07-13 20:24:09 +00:00
bcopy.3 rcsid police 1997-10-09 10:07:40 +00:00
bcopy.c Fix RCSID's 1997-07-13 20:24:09 +00:00
bm.3 rcsid police 1997-10-09 10:07:40 +00:00
bm.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
bstring.3 rcsid police 1997-10-09 10:07:40 +00:00
bzero.3 rcsid police 1997-10-09 10:07:40 +00:00
bzero.c Fix RCSID's 1997-07-13 20:24:09 +00:00
ffs.3 rcsid police 1997-10-09 10:07:40 +00:00
ffs.c Fix RCSID's 1997-07-13 20:24:09 +00:00
index.3 fix typo (s/A/An/) 1997-12-06 08:47:05 +00:00
index.c add appropriate #ifdefs (kernel includes) so that these files can 1998-01-21 21:13:09 +00:00
memccpy.3 rcsid police 1997-10-09 10:07:40 +00:00
memccpy.c Fix RCSID's 1997-07-13 20:24:09 +00:00
memchr.3 rcsid police 1997-10-09 10:07:40 +00:00
memchr.c add appropriate #ifdefs (kernel includes) so that these files can 1998-01-21 21:13:09 +00:00
memcmp.3 rcsid police 1997-10-09 10:07:40 +00:00
memcmp.c Fix RCSID's 1997-07-13 20:24:09 +00:00
memcpy.3 rcsid police 1997-10-09 10:07:40 +00:00
memmove.3 rcsid police 1997-10-09 10:07:40 +00:00
memset.3 rcsid police 1997-10-09 10:07:40 +00:00
memset.c Fix RCSID's 1997-07-13 20:24:09 +00:00
rindex.3 rcsid police 1997-10-09 10:07:40 +00:00
rindex.c add appropriate #ifdefs (kernel includes) so that these files can 1998-01-21 21:13:09 +00:00
strcasecmp.3 add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
strcasecmp.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
strcat.3 add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
strcat.c KNF and help gcc optimise for registers better. 1997-07-21 04:45:44 +00:00
strchr.3 pointers are NULL, NUL is a char; deraadt@openbsd.org 1997-12-30 06:05:59 +00:00
strcmp.3 add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
strcmp.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strcoll.3 rcsid police 1997-10-09 10:07:40 +00:00
strcoll.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strcpy.3 add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
strcpy.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strcspn.3 rcsid police 1997-10-09 10:07:40 +00:00
strcspn.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strdup.3 rcsid police 1997-10-09 10:07:40 +00:00
strdup.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strerror.3 rcsid police 1997-10-09 10:07:40 +00:00
strerror.c Fix RCSID's 1997-07-13 20:24:09 +00:00
string.3 rcsid police 1997-10-09 10:07:40 +00:00
strlen.3 rcsid police 1997-10-09 10:07:40 +00:00
strlen.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strmode.3 rcsid police 1997-10-09 10:07:40 +00:00
strmode.c These two don't belong in string.h, but unistd.h 1997-10-16 23:09:09 +00:00
strncat.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strncmp.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strncpy.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strpbrk.3 rcsid police 1997-10-09 10:07:40 +00:00
strpbrk.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strrchr.3 rcsid police 1997-10-09 10:07:40 +00:00
strsep.3 rcsid police 1997-10-09 10:07:40 +00:00
strsep.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strsignal.3 rcsid police 1997-10-09 10:07:40 +00:00
strsignal.c These two don't belong in string.h, but unistd.h 1997-10-16 23:09:09 +00:00
strspn.3 rcsid police 1997-10-09 10:07:40 +00:00
strspn.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strstr.3 rcsid police 1997-10-09 10:07:40 +00:00
strstr.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strtok.3 rcsid police 1997-10-09 10:07:40 +00:00
strtok.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strtok_r.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strxfrm.3 rcsid police 1997-10-09 10:07:40 +00:00
strxfrm.c Fix RCSID's 1997-07-13 20:24:09 +00:00
swab.3 Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>. 1998-01-12 16:05:40 +00:00
swab.c Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>. 1998-01-12 16:05:40 +00:00