summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Namespace: abort2() is a BSD extension.das2009-03-141-1/+1
* r189349 removed mktemp() from the XSI namespace whendas2009-03-141-1/+1
* - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace.das2009-03-041-6/+13
* Add two new routines: fdevname() and fdevname_r().ed2009-02-111-0/+2
* Add a function attribute called `__malloc_like', which informs gccdas2009-01-311-2/+2
* Add arc4random_uniform()ache2008-07-221-0/+2
* Add arc4random_buf.ache2008-07-211-1/+2
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-2/+2
* Back out all POSIXified *env() changes.ache2007-05-011-2/+2
* Fix unsetenv and putenv prototypes to conform Open Group specs Issue 6ache2007-04-301-2/+2
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)andre2006-03-141-0/+2
* Expose the posix_memalign() prototype, now that the function is implementedjasone2006-01-121-1/+1
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions converttrhodes2005-12-241-2/+3
* Add abort2() prototypephk2005-12-231-0/+1
* Fix the prototypes for devname() and devname_r(), the first two argumentstefanf2005-09-121-2/+2
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,tjr2005-01-091-0/+1
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>,ache2004-02-231-3/+2
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-4/+1
* Push the alloca #error warning farther down to play nicer with some out ofobrien2003-06-251-2/+0
* Fix a mismerge.obrien2003-06-251-1/+1
* Don't blindly provide alloca() for all compilers -- it is too implementationobrien2003-06-251-4/+5
* Remove argument names from a function declaration.dwmalone2003-06-221-1/+1
* Add devname_r(3) which takes a buffer as argument.phk2003-06-201-0/+1
* Use __builtin_alloca() on compilers that have it. Keep the prototype fordes2003-06-151-1/+17
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-121-3/+3
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinjmallett2003-01-021-4/+4
* Back out the s/int */size_t */ commit.obrien2002-12-301-1/+1
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...markm2002-10-231-1/+1
* Whitespace cleanup (half for fixing missing whitespace before `__restrict'bde2002-09-211-20/+21
* Use new visibility macros. Reorder some disordered declarations. Addwollman2002-09-211-52/+104
* Without fixing the namespace issues, add prototypes for the new _Exit()wollman2002-09-101-2/+5
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-8/+8
* Add restrict qualifiers to the arguments of mbstowcs, mbtowc() andtjr2002-09-011-3/+3
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-11/+10
* - Add the 'restrict' qualifier to the function prototypes androbert2002-08-151-5/+5
* Don't define wchar_t if we are a C++ compiler.obrien2002-07-091-0/+2
* Convince lint via the standard lint-comment /* LONGLONG */ to notmarkm2002-07-041-0/+5
* Const poison.phk2002-05-301-1/+1
* Constify _malloc_options.phk2002-04-241-1/+1
* Breath deep and take __P out of the system include files.imp2002-03-231-90/+88
* const poison just like NetBSD.imp2002-03-221-7/+7
* Move user_from_uid to pwd.himp2002-02-141-2/+0
* Revert 1.29. It breaks the build. Will figure out a better way to doimp2002-02-131-2/+2
* Make the user_from_uid and group_from_gid prototypes match the actualimp2002-02-131-2/+2
* Fix support for K&R C.mike2001-12-221-1/+1
* Oops, actually fix the namespace pollution for atoll() as the previousbde2001-11-291-4/+4
* Fixed namespace pollution and/or breakage of K&R and C90 support related tobde2001-11-281-16/+21
* Whitespace formattingache2001-11-281-1/+2
* Fix just added atoll prototypeache2001-11-281-1/+1
OpenPOWER on IntegriCloud