index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibC
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-01-16
Tests: Test whether stdio streams are flushed correctly on exit
Daniel Bertalan
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2021-12-19
Tests: Add test for `raise`
Michel Hermier
2021-12-19
Tests: Add test for `assert`
Michel Hermier
2021-12-19
Tests: Add test for `abort`
Michel Hermier
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-09-18
LibC: Primitively implement wcscoll
Tim Schumacher
2021-09-17
LibC: Implement wctype
Tim Schumacher
2021-09-01
Tests: Convert remaining LibC tests to LibTest
Andrew Kaster
2021-08-26
Tests: Test setjmp/sigsetjmp LibC functions
Jean-Baptiste Boric
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-06
Tests+Base: Convert stack-smash to be LibTest based and stop skipping it
Andrew Kaster
2021-05-25
LibC: Implement strerror_r()
Gunnar Beutner
2021-05-12
Tests: Add InodeWatcher and FileWatcher tests
sin-ack
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro