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
/
Libraries
/
LibC
/
scanf.cpp
Age
Commit message (
Expand
)
Author
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-07-17
LibC: Make scanf always copy its va_list
Peter Bindels
2021-07-04
LibC: Convert LengthModifier & ConversionSpecifier to enum classes
Idan Horowitz
2021-05-06
LibC: Make scanf() not increment the assignment count for %n
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibC: Implement assignment suppression for vsscanf
Gunnar Beutner
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-08
LibC: Fix coding style in scanf helpers
Andreas Kling
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-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-25
LibC: Make it compile on 64-bit
Andreas Kling
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-12
Libraries: Move to Userland/Libraries/
Andreas Kling