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-10-16
Kernel: Use more fine-grained content data block granularity in TmpFS
Liav A
2022-10-14
AK+Toolchain: Make char and wchar_t behave on AARCH64
Gunnar Beutner
2022-10-06
LibC: Implement `mkstemps()` in stdlib and add a test
EWouters
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-16
Tests: Move the former LibM test into the LibC namespace
Tim Schumacher
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-09
LibC: Consume all whitespace in `scanf` if present in format
Jelle Raaijmakers
2022-07-22
Tests: Add a test for `pthread_cancel`
Tim Schumacher
2022-07-22
Tests: Add tests for `pthread_setcancel{state,type}`
Tim Schumacher
2022-07-19
Tests: Move the LibPthread tests to the correct namespace
Tim Schumacher
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-04
Tests: Move sprintf test from AK/ to LibC/
Daniel Bertalan
2022-06-30
Tests: Add tests for <ctype.h> functions declared in the C Standard
Andrew Kaster
2022-06-23
Tests: Add tests for `wcsftime`
Tim Schumacher
2022-06-13
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
Matthias Zimmerman
2022-05-20
Tests: Add tests for posix_memalign(3) and aligned_alloc(3)
Peter Elliott
2022-04-14
Tests: Add a test for printf truncation
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-08
LibC: Set `saved_str` to null in strtok_r if no tokens were found
Daniel Bertalan
2022-03-08
Tests: Include limits.h for PATH_MAX in realpath tests
Tim Schumacher
2022-03-08
Tests: Include limits.h for MB_LEN_MAX in wchar tests
Tim Schumacher
2022-03-02
AK: Print NaN and infinite numbers in PrintfImplementation
Peter Ross
2022-03-02
LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`
Peter Ross
2022-02-28
AK: Add tests for integer values formatting in printf
Timur Sultanov
2022-02-20
LibC: Do not write value when scanf assignment value is suppressed
Peter Ross
2022-02-20
LibC: Do not include suppressed assignments in scanf return value
Peter Ross
2022-02-13
Tests: Add test for LibC mkdir()
Max Wipfli
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
[next]