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