about summary refs log tree commit diff
path: root/src/stdio/vswprintf.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* in vswprintf, initialize the FILE rather than memset-and-assignRich Felker2018-02-241-9/+8
* fix swprintf internal buffer state and error handlingRich Felker2016-11-071-1/+8
* clean up stdio_impl.hRich Felker2012-11-081-0/+5
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-1/+3
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-1/+1
* simplify and optimize FILE lock handlingRich Felker2011-03-241-1/+1
* implement [v]swprintfRich Felker2011-03-181-0/+46