about summary refs log tree commit diff
path: root/src/stdio/fclose.c
Commit message (Expand)AuthorAgeFilesLines
* fix deadlock and buffered data loss race in fcloseRich Felker2018-11-021-13/+19
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+1
* remove useless null check before call to free in fcloseRich Felker2018-02-241-1/+1
* fix fclose of permanent (stdin/out/err) streamsRich Felker2015-09-091-2/+3
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-161-3/+3
* fix false ownership of stdio FILEs due to tid reuseRich Felker2014-08-231-0/+6
* fix more unused variable warningsRich Felker2012-11-011-2/+1
* correct locking in stdio functions that tried to be lock-freeRich Felker2012-10-241-2/+5
* add bsd fgetln functionRich Felker2012-08-111-0/+1
* add proper fuxed-based locking for stdioRich Felker2011-07-301-1/+1
* fix fclose return status logic, againRich Felker2011-05-021-1/+2
* fix undefined call order in fclose, possible lost output depending on compilerRich Felker2011-05-011-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+21