index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
vfscanf.c
Age
Commit message (
Expand
)
Author
Lines
2013-06-05
implement the 'm' (malloc) modifier for scanf
Rich Felker
-22
/
+48
2013-06-04
simplify some logic in scanf and remove redundant invalid-format check
Rich Felker
-18
/
+8
2013-06-04
refactor scanf core to use common code path for all string formats
Rich Felker
-85
/
+52
2012-11-08
clean up stdio_impl.h
Rich Felker
-1
/
+1
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-1
/
+1
2012-06-07
fix scanf bug reading literals after width-limited field
Rich Felker
-0
/
+1
2012-04-19
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
-1
/
+1
2012-04-17
fix over-read in %ls with non-wide scanf
Rich Felker
-0
/
+1
2012-04-17
fix some bugs in scanf %[ handling detected while writing the wide version
Rich Felker
-4
/
+4
2012-04-17
avoid null pointer dereference on %*p fields in scanf
Rich Felker
-1
/
+1
2012-04-16
new scanf implementation and corresponding integer parser/converter
Rich Felker
-16
/
+322
2011-03-28
major stdio overhaul, using readv/writev, plus other changes
Rich Felker
-10
/
+3
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+43