NetBSD/lib/libc/string
jtc e01da66af0 POSIX.1 says that strftime() must call tzset() as an application can change
the TZ environment variable while it is running.

Arnold Robbins' strftime() implementation from comp.sources.unix caches
the value of TZ to avoid calling tzset() (it's expensive) unless it has
been changed.  But since POSIX.1 also requires ctime(), localtime(),
and mktime() to call tzset(), I think that it is better for tzset()
itself to determine whether or not to parse a new timezone file.
1994-04-22 22:11:52 +00:00
..
Makefile.inc Changing the ns32k stuff. 1994-02-25 07:42:01 +00:00
bcmp.3 Don't cross-reference ourself. 1993-11-25 01:48:07 +00:00
bcmp.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
bcopy.3
bcopy.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
bstring.3
bzero.3 BDS -> BSD 1993-11-25 01:48:23 +00:00
bzero.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
ffs.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
ffs.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
index.3
index.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
memccpy.3
memccpy.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
memchr.3
memchr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
memcmp.3
memcmp.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
memcpy.3
memmove.3
memset.3
memset.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
rindex.3
rindex.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strcasecmp.3
strcasecmp.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strcat.3
strcat.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strchr.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strcmp.3
strcmp.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strcoll.3
strcoll.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strcpy.3
strcpy.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strcspn.3
strcspn.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strdup.3 Manpage formatting tweaks. 1993-12-01 18:49:52 +00:00
strdup.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strerror.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strerror.c Helper function _strerror is in the user's namespace, renamed it to 1993-10-09 00:11:01 +00:00
strftime.3 More manpage tweaks. 1993-12-15 20:32:47 +00:00
strftime.c POSIX.1 says that strftime() must call tzset() as an application can change 1994-04-22 22:11:52 +00:00
string.3
strlen.3
strlen.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strmode.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strmode.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strncat.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strncmp.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strncpy.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strpbrk.3
strpbrk.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strrchr.3
strsep.3 Fix spelling errors. 1994-01-10 23:58:48 +00:00
strsep.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strspn.3
strspn.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strstr.3
strstr.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strtok.3
strtok.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strxfrm.3
strxfrm.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
swab.3
swab.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00