NetBSD/lib/libc/stdlib
mikel 109d917438 avoid unportable arithmetic on void pointers 1997-06-19 07:41:32 +00:00
..
Makefile.inc move str[fp]time into libc/time. 1997-04-23 01:17:59 +00:00
_rand48.c Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the 1993-10-14 00:34:17 +00:00
a64l.c Winning Strategies has placed this code in the public domain. 1995-05-11 23:03:44 +00:00
abort.3 * Remove incorrect comment: as per POSIX.1, calling abort() _does_ flush 1997-05-19 02:22:42 +00:00
abort.c Remove misleading comment in abort() function; fixes PR/2966 from 1997-05-19 02:18:14 +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 Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the 1993-10-14 00:34:17 +00:00
erand48.c Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. 1993-10-13 21:55:04 +00:00
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 optarg -> optstring and rewording from Brian Grayson in PR misc/3697. 1997-06-04 06:42:38 +00:00
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 Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. 1993-10-13 21:55:04 +00:00
l64a.c Winning Strategies has placed this code in the public domain. 1995-05-11 23:03:44 +00:00
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 Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the 1993-10-14 00:34:17 +00:00
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 Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the 1993-10-14 00:34:17 +00:00
malloc.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
malloc.c PR/3448: Bill Sommerfeld: Change "p" to __STRING(p) 1997-04-07 03:12:14 +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 Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the 1993-10-14 00:34:17 +00:00
multibyte.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
nrand48.c Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. 1993-10-13 21:55:04 +00:00
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 avoid unportable arithmetic on void pointers 1997-06-19 07:41: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 Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. 1993-10-13 21:55:04 +00:00
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 Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree: 1997-05-29 01:48:05 +00:00
realpath.c - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
seed48.c Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the 1993-10-14 00:34:17 +00:00
setenv.c New-style RCS ids. 1995-12-28 08:51:55 +00:00
srand48.c Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the 1993-10-14 00:34:17 +00:00
strtod.3 New-style RCS ids. 1995-12-28 08:51:55 +00:00
strtod.c PowerPC is an IEEE floating point system. 1997-03-29 21:04:08 +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