index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
stdlib.cpp
Age
Commit message (
Expand
)
Author
2019-12-22
LibC: Support exit time destructors per the Itanium C++ ABI
Andrew Kaster
2019-12-10
LibC: Implement strtod()
Valtteri Koskivuori
2019-11-29
LibC: Implement bsearch
William McPherson
2019-11-16
LibC: Move realpath() to <stdlib.h>
Andreas Kling
2019-11-16
LibC: Implemented mkstemp in stdlib
Brandon Scott
2019-11-11
LibC, LibM: Add functions needed to compile python3
Emanuel Sprung
2019-11-10
LibC: Implement a very naive mbtowc()
Andreas Kling
2019-11-04
LibC: Implemented atof()
Jesse Buhagiar
2019-10-13
Kernel: Use word-sized entropy as much as possible in syscall
Calvin Buckley
2019-10-13
LibC: add arc4random* using new getrandom syscall
Calvin Buckley
2019-10-13
LibC: Add some wchar functions
Calvin Buckley
2019-10-03
LibC: Misc additions
Sergey Bugaev
2019-09-27
LibC: Make div() and ldiv() behave according to the C standard
Andreas Kling
2019-09-27
LibC: Make system() behave according to POSIX
Andreas Kling
2019-09-14
LibC: Implement mkdtemp library function
Mauri de Souza Nunes
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-24
LibC: Fix strtol() handling of invalid characters
Andreas Kling
2019-08-17
LibC: Fix strtol() not populating `endptr' for valid strings
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling