summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwscanf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the return value of fwscanf(3) when encountering an early matchingkevlo2017-12-081-2/+2
* include float.h for the LDBL_MAX_EXP cpp test in floatio.hjsg2016-10-301-1/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* It's still safe to assumed 'signed' existsguenther2014-03-191-3/+3
* Use iswupper() for wide characters, not isupper(); ok deraadtstsp2013-11-251-3/+2
* Add missing header needed by iswspace()chl2012-01-181-1/+2
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-0/+798