NetBSD/lib/libc/stdlib
jtc 943f3d2f5c The argument to isspace() must be representable as an unsigned char.
This change casts the argument to an unsigned char so that this
function will work with strings with their 8th bit set.
1996-07-20 01:09:05 +00:00
..
Makefile.inc New-style RCS ids. 1995-12-28 08:51:55 +00:00
_rand48.c
a64l.c
abort.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
abort.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
abs.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
abs.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
alloca.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
atexit.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
atexit.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
atexit.h New-style RCS ids. 1995-12-28 08:51:55 +00:00
atof.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
atof.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
atoi.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
atoi.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
atol.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
atol.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
bsearch.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
bsearch.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
calloc.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
calloc.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
div.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
div.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
drand48.c
erand48.c
exit.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
exit.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
free.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
getenv.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
getenv.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
getopt.3
getopt.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
heapsort.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
jrand48.c
l64a.c
labs.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
labs.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
lcong48.c
ldiv.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
ldiv.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
lrand48.c
malloc.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
malloc.c The C standard says (about realloc) that "If size is zero and ptr is 1996-01-17 02:45:25 +00:00
memory.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
merge.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
mrand48.c
multibyte.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
nrand48.c
putenv.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
qabs.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
qabs.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
qdiv.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
qdiv.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
qsort.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
qsort.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
radixsort.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
radixsort.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
rand.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
rand.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
rand48.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
rand48.h
random.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
random.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
realloc.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
realpath.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
realpath.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
seed48.c
setenv.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
srand48.c
strtod.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
strtod.c The argument to isspace() must be representable as an unsigned char. 1996-07-20 01:09:05 +00:00
strtol.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
strtol.c Changing type of "c" to unsigned did not fix the problem --- a signed 1996-07-20 01:00:55 +00:00
strtoq.c Changing type of "c" to unsigned did not fix the problem --- a signed 1996-07-20 01:03:54 +00:00
strtoul.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
strtoul.c Changing type of "c" to unsigned did not fix the problem --- a signed 1996-07-20 01:00:55 +00:00
strtouq.c Changing type of "c" to unsigned did not fix the problem --- a signed 1996-07-20 01:03:54 +00:00
system.3 Fixed bad cross reference: waitpid(3) -> waitpid(2). 1996-02-16 22:30:46 +00:00
system.c New-style RCS ids. 1995-12-28 08:51:55 +00:00