about summary refs log tree commit diff
path: root/src/stdio/vsnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* redesign snprintf without undefined behaviorRich Felker2016-10-211-25/+38
* clean up stdio_impl.hRich Felker2012-11-081-0/+4
* 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-19/+23
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-2/+2
* simplify and optimize FILE lock handlingRich Felker2011-03-241-1/+1
* implement flockfile api, rework stdio lockingRich Felker2011-03-121-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+33