summaryrefslogtreecommitdiff
path: root/src/internal/stdio_impl.h
AgeCommit message (Expand)AuthorLines
2014-02-07fix ftello result for append streams with unflushed outputRich Felker-0/+1
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-1/+1
2012-11-08clean up stdio_impl.hRich Felker-17/+0
2012-11-01fix more unused variable warningsRich Felker-0/+1
2012-10-25use explicit visibility to optimize a few hot-path function callsRich Felker-4/+4
2012-10-24greatly improve freopen behaviorRich Felker-0/+1
2012-08-11add bsd fgetln functionRich Felker-1/+1
2012-06-19remove flush hook cruft that was never used from stdioRich Felker-1/+1
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-2/+2
2012-04-16new scanf implementation and corresponding integer parser/converterRich Felker-0/+2
2012-04-10add "scan helper getc" and rework strtod, etc. to use itRich Felker-0/+2
2011-07-30add proper fuxed-based locking for stdioRich Felker-5/+4
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-1/+1
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-12/+22
2011-03-24simplify and optimize FILE lock handlingRich Felker-3/+2
2011-03-18implement [v]swprintfRich Felker-1/+1
2011-03-12implement flockfile api, rework stdio lockingRich Felker-12/+7
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+100