summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Collapse)Author
1993-10-22Added 1170's a64l() & l64a() functions.jtc
1993-10-19#if defined(hp300) || defined(sparc) || defined(amiga)deraadt
The knowledge about floating point format should really be pulled in from somewhere better.
1993-10-19fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to:cgd
(1) don't clobber the MLINKS variable in rpc (2) install the rand48 man page in stdlib
1993-10-15Rename _findenv() to __findenv(), as _findenv is in the user's namespace.jtc
1993-10-14Removed trailing comma from SEE ALSO section.jtc
1993-10-14Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in thejtc
user's namespace.
1993-10-13Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace.jtc
1993-10-13Split cfree() out of calloc.c.jtc
If a user compiling in a strict ANSI or strict POSIX environment uses his own function named cfree (which is legal, since cfree is not in a restricted namespace) and calloc, the link will fail due to the cfree in calloc.c.
1993-10-13Document (well, really just mention) external variable optopt.jtc
Add trailing semicolons to the extern variables in the SYNOPSIS section like all of the other manpages with extern variables.
1993-10-12POSIX.2 requires special behavior if the first character of the optstringjtc
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-09Added rand48 manual page.jtc
1993-10-09Make it possible to use machine dependant versions of div and ldiv functions.jtc
Use the new i386 versions of div and ldiv.
1993-10-08Use machine dependant version of labs.[cs] if one is present.jtc
If not one of the enumerated list of machines, use the C language versions of abs, labs, and atof.
1993-10-07Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier)brezak
1993-10-07make an arch directory in libc, and move all machine dirs into itcgd
1993-10-04SEE ALSO items not comma separated.jtc
1993-10-04Change <stdlib> to <stdlib.h> in SYNOPSIS.jtc
1993-10-04Remove BUGS section, as atof() is now implemented in terms of strtod().jtc
1993-09-17pc532 specifics.phil
1993-09-14POSIX.2 has changed getopt to return -1 instead of EOF (to decouple getopt()jtc
from standard i/o). This change is more pedantic than functional as EOF is defined to be -1.
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-25Add cast to silence compiler warning.jtc
1993-08-20cast away compiler warning message.jtc
1993-08-20Upgraded to be 1003.2-92 compliant. The only functional change isjtc
that -1 is returned when the fork fails. Updated implementation to use int rather than deprecated "union wait". Updated documentation to describe error / return values.
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-07-30system.cmycroft
1993-07-29Use execve() rather than execl(). This is faster and doesn't use malloc()mycroft
(and thus avoids an annoying problem which only seems to manifest itself in KCL).
1993-07-12Make this work on more than just a 386.mycroft
1993-07-09don't include an extra atof.c...cgd
1993-07-09update for better FP routines, from AT&T & elsewherecgd
1993-05-11Prototype now matches declaration.proven
1993-04-18Eliminate GCC 2 warning due to prototype not being in scope.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd