about summary refs log tree commit diff
path: root/src/internal/stdio_impl.h
Commit message (Expand)AuthorAgeFilesLines
* clean up stdio_impl.hRich Felker2012-11-081-17/+0
* fix more unused variable warningsRich Felker2012-11-011-0/+1
* use explicit visibility to optimize a few hot-path function callsRich Felker2012-10-251-4/+4
* greatly improve freopen behaviorRich Felker2012-10-241-0/+1
* add bsd fgetln functionRich Felker2012-08-111-1/+1
* remove flush hook cruft that was never used from stdioRich Felker2012-06-191-1/+1
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-2/+2
* new scanf implementation and corresponding integer parser/converterRich Felker2012-04-161-0/+2
* add "scan helper getc" and rework strtod, etc. to use itRich Felker2012-04-101-0/+2
* add proper fuxed-based locking for stdioRich Felker2011-07-301-5/+4
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-1/+1
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-12/+22
* simplify and optimize FILE lock handlingRich Felker2011-03-241-3/+2
* implement [v]swprintfRich Felker2011-03-181-1/+1
* implement flockfile api, rework stdio lockingRich Felker2011-03-121-12/+7
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+100