Peter Ross
|
34108547b6
|
AK: Print NaN and infinite numbers in PrintfImplementation
|
2022-03-02 11:40:37 +01:00 |
|
Peter Ross
|
6c06b70911
|
LibC: Set PRI[xX]8/PRI[xX]16 macros to x and X
Described in:
<https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/
inttypes.h.html>
The macros were first added in a7a456002e ,
but it is not clear why the PRIx16/32 macros were defined as 'b' & 'w'.
PrintfImplementation was never able to parse these values.
|
2022-03-02 11:40:37 +01:00 |
|
Timur Sultanov
|
ffbd630ca6
|
AK: Add tests for integer values formatting in printf
|
2022-02-28 14:08:24 +01:00 |
|
Ali Mohammad Pur
|
97e97bccab
|
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
2021-09-06 01:53:26 +02:00 |
|
Andrew Kaster
|
b3e3e4d45d
|
Tests: Convert remaining LibC tests to LibTest
Convert them to using outln instead of printf at the same time.
|
2021-09-01 13:44:24 +02:00 |
|