NetBSD/lib/libc/stdlib
mycroft 9b62656910 Rearrange to avoid sign problems with GCC. 1995-12-21 03:56:06 +00:00
..
Makefile.inc Changed abs.S to abs.c for vax. 1995-04-25 15:36:39 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
abort.c remove unneeded "#include <stddef.h>" 1995-02-28 01:46:24 +00:00
abs.3 SEE ALSO items not comma separated. 1993-10-04 18:06:34 +00:00
abs.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
alloca.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
atexit.3 Use "Er" for argument to -width in the lists in the ERROR sections so that 1993-11-29 22:06:07 +00:00
atexit.c define __atexit pointer 1995-06-14 05:17:53 +00:00
atexit.h add extern qualifier to __atexit pointer declaration 1995-06-14 05:16:04 +00:00
atof.3 Remove BUGS section, as atof() is now implemented in terms of strtod(). 1993-10-04 17:57:42 +00:00
atof.c remove unneeded "#include <stddef.h>" 1995-02-28 01:46:24 +00:00
atoi.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
atoi.c add explicit return type 1995-06-14 05:19:52 +00:00
atol.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
atol.c remove unneeded "#include <stddef.h>" 1995-02-28 01:46:24 +00:00
bsearch.3 Fix spelling errors. 1994-01-10 23:32:20 +00:00
bsearch.c remove unneeded "#include <stddef.h>" 1995-02-28 01:46:24 +00:00
calloc.3 Removed trailing comma from SEE ALSO section. 1993-10-14 23:30:41 +00:00
calloc.c Changed to use memset() instead of bzero(). 1993-11-30 21:55:35 +00:00
div.3 add cross references to qdiv(3) 1995-03-21 23:22:17 +00:00
div.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
exit.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
free.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
getenv.3 fix it to be the way i *meant* it to be... 1994-04-08 00:58:04 +00:00
getenv.c remove unneeded "#include <stddef.h>" 1995-02-28 01:46:24 +00:00
getopt.3 merge back in our changes (mostly POSIX.2 pedanticism) 1994-05-06 18:18:33 +00:00
getopt.c merge back in our changes (mostly POSIX.2 pedanticism) 1994-05-06 18:18:33 +00:00
heapsort.c removed unnecessary #include <stddef.h> 1995-03-23 19:42:42 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
labs.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +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 add cross references to qdiv(3) 1995-03-21 23:22:17 +00:00
ldiv.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +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 pagesize(2) -> getpagesize(2) 1995-08-17 23:30:42 +00:00
malloc.c casting types. 1994-10-19 03:06:34 +00:00
memory.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
merge.c Add RCS ids. 1994-06-16 05:26:34 +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 Changed the multibyte character functions so they work with the native 1995-03-05 07:41:15 +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 Change C library functions to use strchr() and strrchr() instead of index() 1993-11-24 19:43:49 +00:00
qabs.3 Enable qabs(), a quad_t version of abs() and labs(). 1995-03-22 00:36:52 +00:00
qabs.c Enable qabs(), a quad_t version of abs() and labs(). 1995-03-22 00:36:52 +00:00
qdiv.3 LDIV -> QDIV 1995-03-21 23:46:00 +00:00
qdiv.c New function qdiv. Like div and ldiv, but works with quad_t's. 1995-03-21 23:12:35 +00:00
qsort.3 Add RCS ids. 1994-06-16 05:26:34 +00:00
qsort.c Add RCS ids. 1994-06-16 05:26:34 +00:00
radixsort.3 Add RCS ids. 1994-06-16 05:26:34 +00:00
radixsort.c remove unneeded "#include <stddef.h>" 1995-02-28 01:46:24 +00:00
rand.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
rand.c cast type 1994-10-19 03:06:51 +00:00
rand48.3 Swap the definition of {lrand,nrand} with {mrand,jrand} to reflect reality. 1994-09-17 01:01:53 +00:00
rand48.h Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. 1993-10-13 21:55:04 +00:00
random.3 Change <stdlib> to <stdlib.h> in SYNOPSIS. 1993-10-04 18:05:47 +00:00
random.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
realloc.3 Fix spelling errors. 1994-01-10 23:32:20 +00:00
realpath.3 New from 4.4-Lite. Needed for some 4.4 FS utilities. 1994-05-17 12:42:30 +00:00
realpath.c New from 4.4-Lite. Needed for some 4.4 FS utilities. 1994-05-17 12:42:30 +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 add explicit return type 1995-06-14 05:19:52 +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 Use "Er" for argument to -width in the lists in the ERROR sections so that 1993-11-29 22:06:07 +00:00
strtod.c #include <machine/endian.h>. 1994-12-23 22:50:19 +00:00
strtol.3 Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
strtol.c Rearrange to avoid sign problems with GCC. 1995-12-21 03:56:06 +00:00
strtoq.c Rearrange to avoid sign problems with GCC. 1995-12-21 03:56:06 +00:00
strtoul.3 Integrate strtoq() and strtouq() from bsd-sources on uunet. 1994-01-03 22:58:35 +00:00
strtoul.c Rearrange to avoid sign problems with GCC. 1995-12-21 03:56:06 +00:00
strtouq.c Rearrange to avoid sign problems with GCC. 1995-12-21 03:56:06 +00:00
system.3 waitpid is in section 2 (from John Kohl; PR#1710). 1995-11-01 10:02:29 +00:00
system.c add explicit return type 1995-06-14 05:19:52 +00:00