freebsd-dev/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 malloc_sysv used before initialized, reported in PR4002 by 1997-07-01 18:39:38 +00:00
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 environmental -> environment. 1997-09-18 06:55:21 +00:00
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 srandomdev: use stack junk value in the fallback code too 1997-06-15 18:23:19 +00:00
realpath.3 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
realpath.c realpath() should break on looped symlinks. 1997-07-16 11:25:48 +00:00
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 Get rid of integer overflow warning. 1997-08-23 23:51:12 +00:00
strtoq.c Get rid of integer overflow warning. 1997-08-23 23:51:12 +00:00
strtoul.3
strtoul.c
strtoull.c
strtouq.c
system.3
system.c