summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r316213:kib2017-04-231-0/+20
* MFC r312934:pfg2017-03-141-8/+13
* MFC r313819:pfg2017-02-191-1/+1
* MFC r311012pfg2017-01-041-1/+1
* Remove incorrect attributes from posix_memalign(3) declaration.pfg2016-07-051-2/+1
* For C++, expose long long types and functions (lldiv_t, llabs, lldiv,dim2016-03-231-1/+1
* Make use of GCC alloc_align attributepfg2015-05-151-2/+3
* No need for result_use_check attribute in reallocf(3).pfg2015-05-011-1/+1
* Move reallocarray definition to the _BSD_VISIBLE blockbapt2015-05-011-3/+2
* Import reallocarray(3) from OpenBSDbapt2015-05-011-0/+3
* Make use of gcc attributes in some standard include headers.pfg2015-04-061-6/+8
* Clean sparse spaces.pfg2015-03-251-2/+2
* Add bsearch_b to the libc map and the stdlib header.pfg2014-09-011-7/+7
* Add support for some block functions that come from OS X. These aretheraven2014-04-021-0/+13
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4tijl2014-04-011-1/+1
* Add mkostemp() and mkostemps().jilles2013-08-091-0/+2
* stdlib.h: Add correct POSIX version for POSIX extensions to C.jilles2013-07-051-6/+8
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,ache2013-07-031-1/+1
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-171-4/+3
* Correctly expose xlocale functions if people include the headers in the wrongtheraven2012-03-281-0/+3
* Expose some C11 stuff that is also C++11 stuff in C++11 mode.theraven2012-03-141-1/+1
* Add aligned_alloc(3).ed2012-01-091-0/+1
* Fix spelling of C11 and sort functions by name.ed2012-01-081-2/+2
* Improve C11 bits in <stdlib.h>:ed2011-12-261-5/+5
* Replace __const by const in all non-contributed source code.ed2011-12-131-1/+1
* As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is antheraven2011-12-071-4/+4
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-071-3/+11
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-2/+3
* Move realpath(3) prototype to a POSIX section.kib2010-04-211-1/+1
* Slightly modernize realpath(3).kib2010-04-201-1/+1
* 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
OpenPOWER on IntegriCloud