about summary refs log tree commit diff
path: root/src/stdio/vfwscanf.c
Commit message (Expand)AuthorAgeFilesLines
* fix null pointer subtraction and comparison in stdioRich Felker2018-09-161-1/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* handle whitespace before %% in scanfBartosz Brachaczek2017-09-041-2/+6
* fix wide scanf's use of a compound literal past its lifetimeRich Felker2017-03-141-1/+2
* fix idiom for setting stdio stream orientation to wideRich Felker2015-06-131-1/+1
* fix failure of wide printf/scanf functions to set wide orientationRich Felker2014-07-021-0/+2
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-3/+0
* fix invalid %m format crash in wide scanf variantsRich Felker2013-08-311-0/+2
* fix uninitialized/stale use of alloc (%m modifier) flag in scanfRich Felker2013-07-201-0/+2
* fix scanf %c conversion wrongly storing a terminating null byteRich Felker2013-06-221-2/+4
* implement 'm' modifier for wide scanf variantsRich Felker2013-06-061-7/+40
* refactor wide-char scanf string handlingRich Felker2013-06-051-55/+32
* Add ABI compatability aliases.Isaac Dunham2013-04-051-0/+3
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix wide scanf's handling of input failure on %c, and simplify %[Rich Felker2012-04-171-5/+6
* fix failure to distinguish input/match failure in wide %[ scanfRich Felker2012-04-171-1/+3
* fix broken %s and %[ with no width specifier in wide scanfRich Felker2012-04-171-3/+7
* make wide scanf %[ respect widthRich Felker2012-04-171-2/+3
* fix wide scanf to respect field width for stringsRich Felker2012-04-171-4/+7
* introduce new wide scanf code and remove the last remnants of old scanfRich Felker2012-04-171-13/+284
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+28