summaryrefslogtreecommitdiff
path: root/Tests/LibC/TestSnprintf.cpp
AgeCommit message (Expand)Author
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-19AK: Don't write trailing zeros with %gPeter Elliott
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-13AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()Matthias Zimmerman
2022-04-14Tests: Add a test for printf truncationTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-02AK: Print NaN and infinite numbers in PrintfImplementationPeter Ross
2022-03-02LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`Peter Ross
2022-02-28AK: Add tests for integer values formatting in printfTimur Sultanov
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-01Tests: Convert remaining LibC tests to LibTestAndrew Kaster