NetBSD/lib/libc/stdlib
jtc c5ff256532 POSIX.2 requires special behavior if the first character of the optstring
argument is a colon.
Updated the manpage to reflect the above change, and expanded the example to
the one used by the POSIX.2 rationale, as it more clearly explains how
the new behavior is to be used.
The manpage should be rewritten --- it is much more confusing than it
should be.
1993-10-12 21:52:45 +00:00
..
_rand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
abort.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
abort.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
atexit.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
atexit.h Add RCS identifiers. 1993-08-01 17:54:45 +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 Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
atoi.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
atoi.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
atol.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
atol.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
bsearch.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
bsearch.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
calloc.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
calloc.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
div.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
div.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
drand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
erand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
getenv.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
getopt.3 POSIX.2 requires special behavior if the first character of the optstring 1993-10-12 21:52:45 +00:00
getopt.c POSIX.2 requires special behavior if the first character of the optstring 1993-10-12 21:52:45 +00:00
heapsort.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
jrand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +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 Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
ldiv.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
ldiv.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
lrand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
Makefile.inc Added rand48 manual page. 1993-10-09 00:08:02 +00:00
malloc.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
malloc.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
memory.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
mrand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
multibyte.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
nrand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
putenv.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
qsort.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
qsort.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
radixsort.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
radixsort.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
rand48.3 Added rand48 manual page. 1993-10-09 00:08:02 +00:00
rand48.h Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
rand.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
rand.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +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 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
seed48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
setenv.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
srand48.c Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) 1993-10-07 19:53:35 +00:00
strtod.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strtod.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strtol.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strtol.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
strtoul.3 Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
strtoul.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
system.3 Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
system.c Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00