summaryrefslogtreecommitdiff
path: root/src/stdio/vswprintf.c
AgeCommit message (Collapse)AuthorLines
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-1/+1
sadly the C language does not specify any such implicit conversion, so this is not a matter of just fixing warnings (as gcc treats it) but actual errors. i would like to revisit a number of these changes and possibly revise the types used to reduce the number of casts required.
2011-03-24simplify and optimize FILE lock handlingRich Felker-1/+1
2011-03-18implement [v]swprintfRich Felker-0/+46