about summary refs log tree commit diff
path: root/src/stdio/vswprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 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