summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/scanf.cpp
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2022-09-09LibC: Consume all whitespace in `scanf` if present in formatJelle Raaijmakers
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-06-21LibC: Make `scanf` read an `unsigned long` when using `%lu`Tim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-20LibC: Do not write value when scanf assignment value is suppressedPeter Ross
2022-02-20LibC: Do not include suppressed assignments in scanf return valuePeter Ross
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-02LibC: Support `X` modifier for `scanf`Jesse Buhagiar
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-07-17LibC: Make scanf always copy its va_listPeter Bindels
2021-07-04LibC: Convert LengthModifier & ConversionSpecifier to enum classesIdan Horowitz
2021-05-06LibC: Make scanf() not increment the assignment count for %nGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibC: Implement assignment suppression for vsscanfGunnar Beutner
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-08LibC: Fix coding style in scanf helpersAndreas Kling
2021-04-04LibC: Teach `vsscanf()` to consume the width specifierJelle Raaijmakers
2021-04-04LibC: Use 'long long' specialisations of scanf's read_element_concreteAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-25LibC: Make it compile on 64-bitAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})AnotherTest
2021-02-15LibC: Reimplement scanf from the ground upAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling