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
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
2019-08-28
AK: Make printf %x actually work properly
Conrad Pankoff
2019-08-18
AK: The printf family was mixing up case and alternate form settings
Andreas Kling
2019-08-13
AK: Support width/alt/caps/padding modifiers for %x in printf
Conrad Pankoff
2019-08-10
printf: Support dynamic fill widths
Sergey Bugaev
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-22
printf: Support %zu (the 'z' is really just ignored.)
Andreas Kling
2019-06-22
printf: Oops, '-' is the left padding modifier, not ' '.
Andreas Kling
2019-06-18
printf: Support printing negative values with %f or %g.
Andreas Kling
2019-06-18
printf: Treat %g as %f for now.
Andreas Kling
2019-06-14
AK: Massage it into building on my host system without breaking Serenity.
Andreas Kling
2019-06-07
AK: Rename printf.cpp to PrintfImplementation.h.
Andreas Kling