freebsd-src/lib/libc/stdlib
John Birrell 184fcab826 This is a hack to workaround source that is coded to use long variables
but also assumes that they are 32-bits. This is one place where I don't
think it is appropriate to change 'long' to 'int'. I don't see why the
code couldn't be fixed so that using natural long variables does the
right thing. It's spaggetti code so it'll take some effort. Obviously
NetBSD thought so too because they change 'long' to 'int32_t' etc
and left it at that. As a temporary measure FreeBSD/Alpha can use the
NetBSD code and put this on the list of things to fix.
1998-05-08 05:41:57 +00:00
..
abort.3
abort.c Use signal() in both the threaded and non-threaded cases. 1998-04-29 09:06:13 +00:00
abs.3
abs.c
alloca.3
atexit.3
atexit.c
atexit.h
atof.3 Remove a nolonger implented "BUGS" description. 1998-04-11 07:37:44 +00:00
atof.c
atoi.3
atoi.c
atol.3
atol.c
bsearch.3
bsearch.c
calloc.c
div.3
div.c
exit.3
exit.c Reference an external variable in threaded programs so that the 1998-04-29 09:08:43 +00:00
getenv.3
getenv.c
getopt.3 Fix a few nits in quoted code fragments and elsewhere. 1998-05-04 23:16:50 +00:00
getopt.c
getsubopt.3
getsubopt.c
heapsort.c
labs.3
labs.c
ldiv.3
ldiv.c
Makefile.inc This is a hack to workaround source that is coded to use long variables 1998-05-08 05:41:57 +00:00
malloc.3
malloc.c Replace the threaded locking with spinlock calls for both threaded 1998-04-29 09:10:58 +00:00
memory.3
merge.c
netbsd_strtod.c This is a hack to workaround source that is coded to use long variables 1998-05-08 05:41:57 +00:00
putenv.c
qsort.3
qsort.c
radixsort.3
radixsort.c
rand.3
rand.c
random.3 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
random.c
realpath.3
realpath.c
setenv.c
strhash.c
strtod.3 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
strtod.c
strtol.3
strtol.c
strtoll.c
strtoq.c
strtoul.3
strtoul.c
strtoull.c
strtouq.c
system.3
system.c