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
/
Tests
/
LibC
Age
Commit message (
Expand
)
Author
2021-04-04
LibC: Teach `vsscanf()` to consume the width specifier
Jelle Raaijmakers
2021-04-04
LibC: Use 'long long' specialisations of scanf's read_element_concrete
AnotherTest
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-16
LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})
AnotherTest
2021-02-15
LibC: Reimplement scanf from the ground up
AnotherTest
2021-01-16
LibC: Test behavior around overlong paths
Ben Wiederhake
2021-01-14
Tests: Add LibC stdlib mktmp function tests for unique filenames
Brendan Coles
2021-01-02
Build + LibC: Enable -fstack-protector-strong in user space
Brian Gianforcaro
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-19
LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()
Andreas Kling
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-25
LibC+Tests: Fix broken snprintf test.
asynts
2020-08-24
LibC: Stub and test strlcpy
Ben Wiederhake
2020-08-24
Tests: Remove unused include
Ben Wiederhake
2020-08-22
LibC: Demonstrate off-by-one in current snprintf
Ben Wiederhake
2020-08-12
Test: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-02
Tests: License headers, clang-format, clearer output
Ben Wiederhake
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake