summaryrefslogtreecommitdiff
path: root/Libraries/LibC/stdlib.cpp
AgeCommit message (Expand)Author
2019-12-22LibC: Support exit time destructors per the Itanium C++ ABIAndrew Kaster
2019-12-10LibC: Implement strtod()Valtteri Koskivuori
2019-11-29LibC: Implement bsearchWilliam McPherson
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-11-10LibC: Implement a very naive mbtowc()Andreas Kling
2019-11-04LibC: Implemented atof()Jesse Buhagiar
2019-10-13Kernel: Use word-sized entropy as much as possible in syscallCalvin Buckley
2019-10-13LibC: add arc4random* using new getrandom syscallCalvin Buckley
2019-10-13LibC: Add some wchar functionsCalvin Buckley
2019-10-03LibC: Misc additionsSergey Bugaev
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