summaryrefslogtreecommitdiff
path: root/src/stdio/vsnprintf.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-21redesign snprintf without undefined behaviorRich Felker1-25/+38
2012-11-08clean up stdio_impl.hRich Felker1-0/+4
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker1-19/+23
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker1-2/+2
2011-03-24simplify and optimize FILE lock handlingRich Felker1-1/+1
2011-03-12implement flockfile api, rework stdio lockingRich Felker1-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+33