summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
1994-05-17Add realpath(3).mycroft
1994-05-17New from 4.4-Lite. Needed for some 4.4 FS utilities.mycroft
1994-05-06merge back in our changes (mostly POSIX.2 pedanticism)jtc
1994-05-06sync with 44litejtc
1994-04-08fix it to be the way i *meant* it to be...cgd
1994-04-07From Mark Weaver: Fix typo.mycroft
1994-04-01specify what the args's contents must becgd
1994-03-17Remove machine-dependent atof() implementations; use machine independantjtc
1994-02-25Adding ns32k support.phil
1994-01-28Fix spelling error in Copyright noticejtc
1994-01-10Fix spelling errors.jtc
1994-01-04Fix two compiler warnings.mycroft
1994-01-03Integrate strtoq() and strtouq() from bsd-sources on uunet.jtc
1993-12-28#include <ctype.h> to use the isspace() macro.jtc
1993-12-21Fix bug #12, strtod() now uses localeconv() to get locale specificjtc
1993-12-21Use isspace() instead of a switch statement with explicit values whenjtc
1993-12-15Remove unwanted comma from NAME section.jtc
1993-12-07Restore 4 lines of code that UCB added that got lost when I upgraded tojtc
1993-12-05Changed occurance of MACHINE_ARCH == "hp300" to MACHINE_ARCH == "m68k"briggs
1993-12-05get pc532 moved into ns32k; that's is MACHINE_ARCHcgd
1993-12-04update for .S and MACHINE_ARCHcgd
1993-12-03Add mc68000 to the list for IEEE_MC68k.briggs
1993-11-30Changed to use memset() instead of bzero().jtc
1993-11-29Use "Er" for argument to -width in the lists in the ERROR sections so thatjtc
1993-11-24Strtoul returns a unsigned long.jtc
1993-11-24Remove BUGS section which stated that strtod was unimplemented.jtc
1993-11-24Change C library functions to use strchr() and strrchr() instead of index()jtc
1993-11-11Forgot to change dtoa() to __dtoa() when I updated the code from netlib.jtc
1993-11-10Upgraded to Jun 21, 1993 version from research.att.com:jtc
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