about summary refs log tree commit diff
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* define NULL as nullptr when used in C++11 or laterIsmael Luceno2021-11-291-1/+3
* add qsort_r and make qsort a wrapper around itÉrico Nogueira2021-09-231-0/+1
* implement reallocarrayAriadne Conill2020-11-301-0/+1
* add secure_getenv functionPetr Vaněk2019-08-081-0/+1
* remove parameter names from public headersRich Felker2016-10-201-1/+1
* byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2015-06-161-1/+2
* fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker2014-09-101-3/+0
* make clearenv available with _BSD_SOURCEClément Vasseur2014-08-081-1/+1
* fix signed and unsigned comparision in macros in public headersSzabolcs Nagy2014-02-111-1/+1
* restore type of NULL to void * except when used in C++ programsRich Felker2013-11-241-0/+4
* add legacy getloadavg apiSzabolcs Nagy2013-11-211-0/+1
* provide declarations for strtod_l and familyRich Felker2013-08-131-0/+4
* fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker2013-08-101-2/+2
* add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker2013-02-201-0/+8
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-181-6/+1
* fix issues with wait constants in stdlib.hRich Felker2012-10-211-4/+5
* default features: make musl usable without feature test macrosRich Felker2012-09-071-12/+1
* add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker2012-09-061-4/+11
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-11/+17
* implement "low hanging fruit" from C11Rich Felker2012-08-251-0/+1
* add c11 quick_exit and at_quick_exit functionsRich Felker2012-08-251-0/+2
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-7/+15
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-041-0/+3
* fix alloca issue in stdlib.h tooRich Felker2012-04-091-1/+1
* add deprecated (removed from posix) [efg]cvt() functionsRich Felker2012-02-061-0/+3
* declare alloca in stdlib.h when _GNU_SOURCE is definedRich Felker2011-09-111-0/+1
* move wait.h macros out of bits. they do not vary.Rich Felker2011-04-211-1/+8
* add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker2011-04-131-0/+1
* add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker2011-03-301-0/+1
* fix the types of some integer constant limits in headersRich Felker2011-02-151-1/+1
* fix missing EXIT_* in stdlib.h after header cleanupRich Felker2011-02-151-3/+3
* begin namespace-cleanup of standard C headersRich Felker2011-02-141-46/+51
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+129