NetBSD/lib/libc/string
jtc 43fa6fe319 If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore.  The library will use those
names internally.  Weak aliases are used to provide the original names
to the API.

This is only the first part of this change.  It is most of the functions
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.
1997-07-21 14:06:24 +00:00
..
Makefile.inc move str[fp]time into libc/time. 1997-04-23 01:17:59 +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 Don't cross-reference ourself. 1993-11-25 01:48:07 +00:00
bcmp.c Fix RCSID's 1997-07-13 20:24:09 +00:00
bcopy.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
bcopy.c Fix RCSID's 1997-07-13 20:24:09 +00:00
bm.3 rcs id's 1994-06-22 00:17:04 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
bzero.3 BDS -> BSD 1993-11-25 01:48:23 +00:00
bzero.c Fix RCSID's 1997-07-13 20:24:09 +00:00
ffs.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
ffs.c Fix RCSID's 1997-07-13 20:24:09 +00:00
index.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
index.c Fix RCSID's 1997-07-13 20:24:09 +00:00
memccpy.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memccpy.c Fix RCSID's 1997-07-13 20:24:09 +00:00
memchr.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memchr.c Fix RCSID's 1997-07-13 20:24:09 +00:00
memcmp.3 fix the the typos 1996-11-12 01:04:24 +00:00
memcmp.c Fix RCSID's 1997-07-13 20:24:09 +00:00
memcpy.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memmove.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memset.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
memset.c Fix RCSID's 1997-07-13 20:24:09 +00:00
rindex.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
rindex.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strcasecmp.3 Add RCS indentifiers. 1993-08-01 07:42:49 +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 RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcat.c KNF and help gcc optimise for registers better. 1997-07-21 04:45:44 +00:00
strchr.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strcmp.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcmp.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strcoll.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcoll.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strcpy.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcpy.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strcspn.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strcspn.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strdup.3 Manpage formatting tweaks. 1993-12-01 18:49:52 +00:00
strdup.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strerror.3 remove bogus sys_errlist(3) cross reference 1995-07-03 22:46:21 +00:00
strerror.c Fix RCSID's 1997-07-13 20:24:09 +00:00
string.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strlen.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strlen.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strmode.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
strmode.c Fix RCSID's 1997-07-13 20:24: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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strpbrk.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strrchr.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strsep.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strsep.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strsignal.3 added intro(2) cross reference 1995-07-03 22:44:42 +00:00
strsignal.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
strspn.3 Fix manpage typoes; PR #1905 1996-01-16 01:42:19 +00:00
strspn.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strstr.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strstr.c Fix RCSID's 1997-07-13 20:24:09 +00:00
strtok.3 Add strtok_r() for reentrant (thread-aware) programs 1996-11-12 02:03:13 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strxfrm.c Fix RCSID's 1997-07-13 20:24:09 +00:00
swab.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
swab.c Fix RCSID's 1997-07-13 20:24:09 +00:00