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
Age
Commit message (
Expand
)
Author
2022-01-25
LibC: Ensure most time tests run under UTC
Timothy Flynn
2022-01-25
LibC: Implement tzset with time zone awareness in accordance with POSIX
Timothy Flynn
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
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-02
LibC: Support `X` modifier for `scanf`
Jesse Buhagiar
2021-12-23
LibC: Allow multiple includes of `<assert.h>`
Michel Hermier
2021-12-19
LibTest: Add `EXPECT_CRASH_WITH_SIGNAL`
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-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
2021-10-24
Tests: Print full 32-byte range of values in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Reword 'output' to 'return value' in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Use correct argument count for value conformance in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Only test truthiness for iswctype
Tim Schumacher
2021-10-24
Tests: Use proper comparison macros for wctype
Tim Schumacher
2021-10-22
LibC: Fix up mblen
Tim Schumacher
2021-10-22
LibC: Fix up mbtowc
Tim Schumacher
2021-10-21
LibC: Implement mbsnrtowcs
Tim Schumacher
2021-10-21
LibC: Implement wcsnrtombs
Tim Schumacher
2021-10-21
LibC: Implement mbrlen
Tim Schumacher
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-15
LibC: Implement mbsrtowcs
Tim Schumacher
2021-10-15
LibC: Implement wcsrtombs
Tim Schumacher
2021-10-15
LibC: Implement wcrtomb
Daniel Bertalan
2021-10-15
LibC: Implement twalk
Tim Schumacher
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-03
Tests: Add tests for mbrtowc
Tim Schumacher
2021-10-03
Tests: Add a test for mbsinit
Tim Schumacher
2021-10-03
LibC: Implement wmemmove
Tim Schumacher
2021-10-03
LibC: Implement wmemset
Tim Schumacher
2021-10-03
LibC: Implement wmemcpy
Tim Schumacher
2021-10-03
LibC: Implement wmemchr
Tim Schumacher
2021-10-03
LibC: Implement wcsstr
Tim Schumacher
2021-10-03
LibC: Implement wcspbrk
Tim Schumacher
2021-09-18
LibC: Primitively implement wcscoll
Tim Schumacher
2021-09-17
LibC: Implement towctrans
Tim Schumacher
2021-09-17
LibC: Implement iswctype
Tim Schumacher
2021-09-17
LibC: Implement wctrans
Tim Schumacher
2021-09-17
LibC: Implement wctype
Tim Schumacher
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
Tests: Reduce the execution time of the LibC TestQSort test
Brian Gianforcaro
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-14
Tests: Fix compile errors on Clang
Daniel Bertalan
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-07
Tests: Build all tests on x86_64
Gunnar Beutner
2021-07-06
Tests+Base: Convert stack-smash to be LibTest based and stop skipping it
Andrew Kaster
[next]