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
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-20
Tests: Use AK::shuffle() for shuffling
Sam Atkins
2023-01-19
AK: Don't write trailing zeros with %g
Peter Elliott
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
Tests: Remove already-completed fixme
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-01
Kernel+Tests: Allow deleting someone else's file in my sticky directory
Andreas Kling
2023-01-01
Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()
Andreas Kling
2023-01-01
Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
Andreas Kling
2022-10-27
Tests: Add pthread scheduler priority tests
kleines Filmröllchen
2022-10-25
Tests: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-23
LibC+Tests: Add extra tests for special values for strtod
davidot
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
[next]