summaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-08Do not give names to the parameters in function prototypes (those nameskristerw
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-14Well, _The_ Open Group.kleink
2003-04-14Use the real TOG specification name for references.kleink
2003-04-071003.1-2001 has introduced unsetenv() which differs from the currentkleink
2003-03-01Add _Exit(), for C99 and POSIX-2001.bjh21
2002-11-29add strsuftoll(3) and strsuftollx(3) - parse a string for a numberlukem
2002-05-24add arc4random(3). from openbsditojun
2001-03-28Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557kleink
2001-03-21Sprinkle some restrict qualifiers.kleink
2001-03-10add prototypes for shquote() and shquotev()cgd
2001-02-19add prototypes for getprogname and setprognamecgd
2000-12-20deal with bsearch duplicate declaration.christos
2000-11-15Move fmtcheck() prototype to stdio.h. It makes more sense to declare itbriggs
2000-10-20Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to checkbriggs
2000-10-03Allow format-arg checking for setproctitlesommerfeld
2000-08-10ISO/IEC 9899:1999: MB_CUR_MAX expands to a positive integer expression withkleink
2000-08-08Preparation for the future introduction of multibyte locale.tshiozak
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