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.h
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-17
LibC: stdlib: Add clearenv() function
Brendan Coles
2020-09-27
LibC: Made mbtowc return int instead of size_t
Luke
2020-08-17
malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA...
Nico Weber
2020-08-13
LibC: Some calloc() and realloc() improvements (#3108)
Muhammad Zahalqa
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-26
LibC: Oops x2, we can't use "bool" in stdlib.h either
Andreas Kling
2019-12-26
LibC: Oops, we can't use [[nodiscard]] when this is included from C
Andreas Kling
2019-12-26
LibC: Use shared functon to generate unique filenames
Shannon Booth
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-10-13
LibC: add arc4random* using new getrandom syscall
Calvin Buckley
2019-10-13
LibC: Add some wchar functions
Calvin Buckley
2019-10-09
LibC: Add a missing mbstowcs() declaration
Sergey Bugaev
2019-10-03
LibC: Misc additions
Sergey Bugaev
2019-09-14
LibC: Implement mkdtemp library function
Mauri de Souza Nunes
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling