summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
2000-01-10Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due tokleink
1999-12-22For the benefit of G++'s null pointer constant implementation, #define NULLkleink
1999-02-06Add l64a_r(), a reentrant version of l64a(); found in the Multithreadingkleink
1998-07-30__Namespace__ __protection__.mycroft
1998-07-28Sprinkle in some __attribute__((noreturn))s.mycroft
1998-07-27Actually, FreeBSD calls this mkdtemp(). No point in creating a new name.mycroft
1998-07-27Add a mktempdir(), like mkstemp(), but it creates a directory.mycroft
1998-07-27Slight rearrangement.mycroft
1998-07-27If __AUDIT__ is defined, remove some traditional interfaces: gets, sprintf,mycroft
1998-07-27Mark more functions returning internal buffers for const auditing.mycroft
1998-07-26const poisoning.mycroft
1998-06-01* Further name space protection reorganization: distinguish between variouskleink
1998-05-11Reorganize name space protection.kleink
1998-02-04Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it waskleink
1998-02-02merge lite-2perry
1998-01-31Fix the prototypes for srandom() and initstate() after the libc/stdlib lite-2thorpej
1997-10-16devname is (dev_t, mode_t) not (int, int)christos
1997-07-14some minor KNFmikel
1997-07-13Add missing rand_r prototypechristos
1995-12-27Add __dead qualifier to abort() and exit(); PR 1845jtc
1995-03-22added prototype for qabs()jtc
1995-03-21Moved conditional #include of <sys/types.h> to near the top of file.jtc
1994-12-17fix typojtc
1994-12-16add prototype for realpath()jtc
1994-10-26new RCS ID format.cgd
1994-08-07Add strtoq() & strtouq() declarationsjtc
1994-07-02add 3 protosderaadt
1994-06-16Update *sort() prototypes.mycroft
1994-05-21add _BSD's to ansi typescgd
1994-05-07add new getopt(3) extern variable optresetjtc
1994-04-14setproctitle protocgd
1994-01-25kill third arg to getbsize.cgd
1994-01-25getbsize takes a (somewhat bogus, IMO) third parametercgd
1994-01-24add protos for getbsize() (in libutil) and the getcap routines (in libc)cgd
1993-11-13stdlib.h should define NULL -- Ansi C, Section 7.10.jtc
1993-10-22Fix typo in last checkin.jtc
1993-10-22Added prototypes for a64l() & l64a().jtc
1993-10-13Moved declarations for cfree, setenv, putenv and the rand48 familyjtc
1993-10-11#include <machine/ansi.h>, declare size_t typedef.jtc
1993-10-07Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier)brezak
1993-08-01Add RCS identifiers.mycroft
1993-06-08GCC2 defines alloca() differently.brezak
1993-03-25patch from rich murphy (rich@rice.edu) to fix alloca prototypecgd
1993-03-21initial import of 386bsd-0.1 sourcescgd