index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
vfscanf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
handle whitespace before %% in scanf
Bartosz Brachaczek
1
-3
/
+7
2014-01-08
add __isoc99_vfscanf weak alias to vfscanf
Szabolcs Nagy
1
-0
/
+2
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
1
-4
/
+1
2013-08-31
avoid crash in scanf when invalid %m format is encountered
Rich Felker
1
-0
/
+2
2013-07-20
fix uninitialized/stale use of alloc (%m modifier) flag in scanf
Rich Felker
1
-0
/
+2
2013-06-22
fix scanf %c conversion wrongly storing a terminating null byte
Rich Felker
1
-2
/
+4
2013-06-05
implement the 'm' (malloc) modifier for scanf
Rich Felker
1
-22
/
+48
2013-06-04
simplify some logic in scanf and remove redundant invalid-format check
Rich Felker
1
-18
/
+8
2013-06-04
refactor scanf core to use common code path for all string formats
Rich Felker
1
-85
/
+52
2012-11-08
clean up stdio_impl.h
Rich Felker
1
-1
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
1
-1
/
+1
2012-06-07
fix scanf bug reading literals after width-limited field
Rich Felker
1
-0
/
+1
2012-04-19
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
1
-1
/
+1
2012-04-17
fix over-read in %ls with non-wide scanf
Rich Felker
1
-0
/
+1
2012-04-17
fix some bugs in scanf %[ handling detected while writing the wide version
Rich Felker
1
-4
/
+4
2012-04-17
avoid null pointer dereference on %*p fields in scanf
Rich Felker
1
-1
/
+1
2012-04-16
new scanf implementation and corresponding integer parser/converter
Rich Felker
1
-16
/
+322
2011-03-28
major stdio overhaul, using readv/writev, plus other changes
Rich Felker
1
-10
/
+3
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+43