index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
PrintfImplementation.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
AK: Allow printing wide characters using %ls modifier
safarp
2022-03-12
AK: Properly parse unimplemented format length specifiers
Tim Schumacher
2022-03-02
AK: Print NaN and infinite numbers in PrintfImplementation
Peter Ross
2022-02-28
AK: Correctly process precision modifiers in printf
Timur Sultanov
2021-12-21
LibC+AK: Implement all sorts of wprintf variants
Ali Mohammad Pur
2021-12-07
AK: Zero-pad automatically if formatting with precision
Tim Schumacher
2021-11-14
AK: Swallow 'L' format specifier until it is properly implemented
Brian Gianforcaro
2021-05-30
AK: Honor variable precision argument when formatting
Tim Schumacher
2021-05-18
AK/PrintfImplementation: Change static constexpr array to function local
Lenny Maiorani
2021-05-06
AK: Implement printf fraction length specification for strings
AnotherTest
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
AK+LibC: Make %p specifier Architecture Independent
Hendiadyoin1
2021-02-08
AK: Clean up includes around printf/vdbgprintf
Ben Wiederhake
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2020-12-25
AK: Remove custom %w format string specifier
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-11-05
AK: printf was not accounting for plus sign with "%+d"
Andreas Kling
2020-10-08
AK: Use new format functions.
asynts
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-09-29
AK+Format: Support all format specifiers for strings.
asynts
2020-09-26
AK+Format: Add new integer to string backend.
asynts
2020-09-21
AK: Add format function like std::format or fmt::format.
asynts
2020-09-12
AK: Fix PrintfImplementation "%x" handling for u32
AnotherTest
2020-09-11
AK: Generalise 'PrintfImplementation'
AnotherTest
2020-08-30
AK: Make %llx work in printf
Nico Weber
2020-07-25
AK: Fix print_double
Ben Wiederhake
2020-06-06
AK: Fix printf("%c", 0)
Sergey Bugaev
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-05
AK: run clang-format on PrintfImplementation.h
Emanuele Torre
2020-05-04
AK: Rename variables with camelCase names in PrintfImplementation.h (#2095)
Emanuele Torre
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-07
AK: Allow %m.nf specifier for double/float in printf to set fraction with
Emanuel Sprung
2020-03-31
AK: Print double numbers with printf
Emanuel Sprung
2020-03-26
AK: Use print_string() for %c formatting
Sergey Bugaev
2020-02-19
AK: Fix bug where "%s" with field width would print too many characters
Andreas Kling
2020-02-19
AK: Support "%.*s" in format strings
Andreas Kling
2020-02-09
AK: Apply changes for the Bootstrapper environment
Liav A
2020-02-08
AK: Make PrintfImplementation treat %lld as 64-bit
Andreas Kling
2020-01-19
AK: Support '+' qualifier in printf() to force sign for positive %d's
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-05
AK: Implement %n printf specifier
Sergey Bugaev
2019-11-04
AK: Let's just log unimplemented printf() format strings
Andreas Kling
2019-11-02
AK: Handle '%llu' in printf() (unsigned 64-bit integer)
Andreas Kling
2019-09-11
printf: %w, %b, and %p should be zero-padded but not left-padded
Andreas Kling
2019-09-08
AK: Pad %b and %w to two and four places in printf
Conrad Pankoff
2019-09-06
AK: When printf assert on unsupported specifier, specify which one!
Andreas Kling
2019-09-03
AK: Fix printf %x padding and %p length
Conrad Pankoff
2019-09-02
AK: Abort on unknown printf formatting characters
Conrad Pankoff
2019-09-02
AK: Support %i as an alias for %d in printf
Conrad Pankoff
[next]