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