index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
stdlib.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-02
LibCore+LibC: Add wrapper for setenv
Lucas CHOLLET
2022-01-12
LibC: Make the address argument of `malloc_size` a pointer to const
Daniel Bertalan
2022-01-08
LibC+LibDl: Declare functions taking no arguments as taking void
Daniel Bertalan
2021-12-21
LibC: Implement ungetwc()
Ali Mohammad Pur
2021-12-18
LibC: Move `_abort` next to `abort`
Michel Hermier
2021-12-18
LibC: Remove undefined `__generate_unique_filename` declaration
Michel Hermier
2021-11-14
LibC: Implement _aligned_malloc and _aligned_free
Daniel Bertalan
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-23
LibC: Use a sensible `MB_CUR_MAX` value
Daniel Bertalan
2021-06-04
LibC: Implement `mblen()`
Jelle Raaijmakers
2021-05-30
LibC: Implement getprogname and setprogname
Tim Schumacher
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-09
LibC: Implement the _Exit function
Gunnar Beutner
2021-04-29
Implemented llabs() in stdlib.h/cpp.
Holden Green
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-09
LibC: Add imaxdiv and lldiv
Mițca Dumitru
2021-01-31
LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling