Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 rok pred |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 rok pred |
Ben Wiederhake
|
c2a900b853
Everywhere: Remove unused includes of AK/StdLibExtras.h
|
2 rokov pred |
Jelle Raaijmakers
|
325263f0e8
LibC: Consume all whitespace in `scanf` if present in format
|
2 rokov pred |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 rokov pred |
sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 rokov pred |
Tim Schumacher
|
cead476816
LibC: Make `scanf` read an `unsigned long` when using `%lu`
|
3 rokov pred |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 rokov pred |
Peter Ross
|
5b32b46ebc
LibC: Do not write value when scanf assignment value is suppressed
|
3 rokov pred |
Peter Ross
|
31079a56d7
LibC: Do not include suppressed assignments in scanf return value
|
3 rokov pred |
Idan Horowitz
|
67ce9e28a5
AK: Standardize the behaviour of GenericLexer::consume_until overloads
|
3 rokov pred |
Jesse Buhagiar
|
2de7f2021d
LibC: Support `X` modifier for `scanf`
|
3 rokov pred |
Jelle Raaijmakers
|
a44978b9b0
LibC: Fix `%n` conversion specifier in scanf() format
|
3 rokov pred |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 rokov pred |
Peter Bindels
|
85c2ad94d5
LibC: Make scanf always copy its va_list
|
4 rokov pred |
Idan Horowitz
|
3f70efed9c
LibC: Convert LengthModifier & ConversionSpecifier to enum classes
|
4 rokov pred |
Gunnar Beutner
|
0615a4d42a
LibC: Make scanf() not increment the assignment count for %n
|
4 rokov pred |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 rokov pred |
Gunnar Beutner
|
81daca5dd7
LibC: Implement assignment suppression for vsscanf
|
4 rokov pred |
AnotherTest
|
a6e4482080
AK+Everywhere: Make StdLibExtras templates less wrapper-y
|
4 rokov pred |
Andreas Kling
|
ce80f0d552
LibC: Fix coding style in scanf helpers
|
4 rokov pred |
Jelle Raaijmakers
|
5e5f0245b6
LibC: Teach `vsscanf()` to consume the width specifier
|
4 rokov pred |
AnotherTest
|
143c68755b
LibC: Use 'long long' specialisations of scanf's read_element_concrete
|
4 rokov pred |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 rokov pred |
Andreas Kling
|
eb08a0edd5
LibC: Make it compile on 64-bit
|
4 rokov pred |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 rokov pred |
AnotherTest
|
e438dd3c9b
LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})
|
4 rokov pred |
AnotherTest
|
8bc1bcb34b
LibC: Reimplement scanf from the ground up
|
4 rokov pred |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 rokov pred |