summaryrefslogtreecommitdiff
path: root/src/stdio/vfwscanf.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2017-09-04handle whitespace before %% in scanfBartosz Brachaczek-2/+6
2017-03-14fix wide scanf's use of a compound literal past its lifetimeRich Felker-1/+2
2015-06-13fix idiom for setting stdio stream orientation to wideRich Felker-1/+1
2014-07-02fix failure of wide printf/scanf functions to set wide orientationRich Felker-0/+2
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-3/+0
2013-08-31fix invalid %m format crash in wide scanf variantsRich Felker-0/+2
2013-07-20fix uninitialized/stale use of alloc (%m modifier) flag in scanfRich Felker-0/+2
2013-06-22fix scanf %c conversion wrongly storing a terminating null byteRich Felker-2/+4
2013-06-06implement 'm' modifier for wide scanf variantsRich Felker-7/+40
2013-06-05refactor wide-char scanf string handlingRich Felker-55/+32
2013-04-05Add ABI compatability aliases.Isaac Dunham-0/+3
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-04-17fix wide scanf's handling of input failure on %c, and simplify %[Rich Felker-5/+6
2012-04-17fix failure to distinguish input/match failure in wide %[ scanfRich Felker-1/+3
2012-04-17fix broken %s and %[ with no width specifier in wide scanfRich Felker-3/+7
2012-04-17make wide scanf %[ respect widthRich Felker-2/+3
2012-04-17fix wide scanf to respect field width for stringsRich Felker-4/+7
2012-04-17introduce new wide scanf code and remove the last remnants of old scanfRich Felker-13/+284
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+28