NetBSD/lib/libc/stdlib
mrg 9cd5492c02 - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.
1997-01-23 14:01:45 +00:00
..
Makefile.inc Added rand_r() 1996-11-19 02:56:35 +00:00
_rand48.c
a64l.c
abort.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
abort.c POSIX.1 requires that stdio buffers be flushed on abort. 1996-10-24 20:45: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 fix the the typos 1996-11-12 01:04:24 +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 const poisoning: __findenv()'s first arg should be const char * (lint) 1996-12-20 20:32:54 +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 don't confuse long and int; pointed out by lint 1996-12-20 20:32:02 +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 use __inline and __asm, rather than inline and asm. By default (without -g) 1996-12-19 07:56:32 +00:00
radixsort.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
radixsort.c use __inline and __asm, rather than inline and asm. By default (without -g) 1996-12-19 07:56:32 +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
rand_r.c Added rand_r() 1996-11-19 02:56:35 +00:00
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 - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +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 <machine/endian.h> -> <sys/types.h> 1996-10-13 00:05:33 +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