summaryrefslogtreecommitdiff
path: root/Libraries/LibC/stdlib.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-17LibC: stdlib: Add clearenv() functionBrendan Coles
2020-09-27LibC: Made mbtowc return int instead of size_tLuke
2020-08-17malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA...Nico Weber
2020-08-13LibC: Some calloc() and realloc() improvements (#3108)Muhammad Zahalqa
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-26LibC: Oops x2, we can't use "bool" in stdlib.h eitherAndreas Kling
2019-12-26LibC: Oops, we can't use [[nodiscard]] when this is included from CAndreas Kling
2019-12-26LibC: Use shared functon to generate unique filenamesShannon Booth
2019-11-16LibC: Move realpath() to <stdlib.h>Andreas Kling
2019-11-16LibC: Implemented mkstemp in stdlibBrandon Scott
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-10-13LibC: add arc4random* using new getrandom syscallCalvin Buckley
2019-10-13LibC: Add some wchar functionsCalvin Buckley
2019-10-09LibC: Add a missing mbstowcs() declarationSergey Bugaev
2019-10-03LibC: Misc additionsSergey Bugaev
2019-09-14LibC: Implement mkdtemp library functionMauri de Souza Nunes
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling