summaryrefslogtreecommitdiff
path: root/Libraries/LibC/stdlib.cpp
AgeCommit message (Expand)Author
2019-09-27LibC: Make div() and ldiv() behave according to the C standardAndreas Kling
2019-09-27LibC: Make system() behave according to POSIXAndreas Kling
2019-09-14LibC: Implement mkdtemp library functionMauri de Souza Nunes
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-24LibC: Fix strtol() handling of invalid charactersAndreas Kling
2019-08-17LibC: Fix strtol() not populating `endptr' for valid stringsAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling