summaryrefslogtreecommitdiff
path: root/src/stdio/fclose.c
AgeCommit message (Expand)AuthorLines
2018-11-02fix deadlock and buffered data loss race in fcloseRich Felker-13/+19
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+1
2018-02-24remove useless null check before call to free in fcloseRich Felker-1/+1
2015-09-09fix fclose of permanent (stdin/out/err) streamsRich Felker-2/+3
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker-3/+3
2014-08-23fix false ownership of stdio FILEs due to tid reuseRich Felker-0/+6
2012-11-01fix more unused variable warningsRich Felker-2/+1
2012-10-24correct locking in stdio functions that tried to be lock-freeRich Felker-2/+5
2012-08-11add bsd fgetln functionRich Felker-0/+1
2011-07-30add proper fuxed-based locking for stdioRich Felker-1/+1
2011-05-02fix fclose return status logic, againRich Felker-1/+2
2011-05-01fix undefined call order in fclose, possible lost output depending on compilerRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+21