summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
1993-10-22Added 1170's a64l() & l64a() functions.jtc
1993-10-19#if defined(hp300) || defined(sparc) || defined(amiga)deraadt
1993-10-19fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to:cgd
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
1993-10-13Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace.jtc
1993-10-13Split cfree() out of calloc.c.jtc
1993-10-13Document (well, really just mention) external variable optopt.jtc
1993-10-12POSIX.2 requires special behavior if the first character of the optstringjtc
1993-10-09Added rand48 manual page.jtc
1993-10-09Make it possible to use machine dependant versions of div and ldiv functions.jtc
1993-10-08Use machine dependant version of labs.[cs] if one is present.jtc
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
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
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
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