summaryrefslogtreecommitdiff
path: root/Libraries/LibC/stdlib.cpp
AgeCommit message (Expand)Author
2020-08-04Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()Andreas Kling
2020-08-01LibC: setenv don't require 'overwrite' for non-existing valueBen Wiederhake
2020-07-28LibC: Fix strtol() not setting endptr correctly for "0"Andreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-05-26LibC: Ensure abort() doesn't returnSergey Bugaev
2020-05-26LibC: Mark _exit() as noreturnSergey Bugaev
2020-05-12LibC: Always assign the offset pointer to endptr in strto{u,}ll()AnotherTest
2020-05-11LibC: Implement strtoull correctlyBen Wiederhake
2020-05-11LibC: Use more flexible digit parsing code, deduplicateBen Wiederhake
2020-05-11LibC: Implement new strtod, accurate up to 8 epsBen Wiederhake
2020-04-05LibC: Fix strtod() parsing of negative exponents (#1645)Stephan Unverwerth
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-01-18LibC: Use the templated type consistently in strtol_impl<T>Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11Kernel: Use the Syscall string and buffer types moreAndreas Kling
2020-01-06Kernel: Make realpath() take path+length, get rid of SmapDisablerAndreas Kling
2020-01-06LibC: Remove dubious String ends_with usageShannon Booth
2019-12-26LibC: Oops x2, we can't use "bool" in stdlib.h eitherAndreas Kling
2019-12-26LibC: Use shared functon to generate unique filenamesShannon Booth
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