aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
AgeCommit message (Expand)Author
2023-02-08fix integer overflow in WIFSTOPPED macroRich Felker
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker
2021-11-29define NULL as nullptr when used in C++11 or laterIsmael Luceno
2021-09-23add qsort_r and make qsort a wrapper around itÉrico Nogueira
2020-11-30implement reallocarrayAriadne Conill
2019-08-08add secure_getenv functionPetr Vaněk
2016-10-20remove parameter names from public headersRich Felker
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker
2014-09-10fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker
2014-08-08make clearenv available with _BSD_SOURCEClément Vasseur
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker
2013-11-21add legacy getloadavg apiSzabolcs Nagy
2013-08-13provide declarations for strtod_l and familyRich Felker
2013-08-10fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker
2013-02-20add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker
2012-10-21fix issues with wait constants in stdlib.hRich Felker
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-08-25implement "low hanging fruit" from C11Rich Felker
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker
2012-04-09fix alloca issue in stdlib.h tooRich Felker
2012-02-06add deprecated (removed from posix) [efg]cvt() functionsRich Felker
2011-09-11declare alloca in stdlib.h when _GNU_SOURCE is definedRich Felker
2011-04-21move wait.h macros out of bits. they do not vary.Rich Felker
2011-04-13add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker
2011-03-30add some missing prototypes for nonstandard functions (strsep, clearenv)Rich Felker
2011-02-15fix the types of some integer constant limits in headersRich Felker
2011-02-15fix missing EXIT_* in stdlib.h after header cleanupRich Felker
2011-02-14begin namespace-cleanup of standard C headersRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker