index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
fclose.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-02
fix deadlock and buffered data loss race in fclose
Rich Felker
1
-13
/
+19
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
1
-1
/
+1
2018-02-24
remove useless null check before call to free in fclose
Rich Felker
1
-1
/
+1
2015-09-09
fix fclose of permanent (stdin/out/err) streams
Rich Felker
1
-2
/
+3
2015-06-16
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
1
-3
/
+3
2014-08-23
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
1
-0
/
+6
2012-11-01
fix more unused variable warnings
Rich Felker
1
-2
/
+1
2012-10-24
correct locking in stdio functions that tried to be lock-free
Rich Felker
1
-2
/
+5
2012-08-11
add bsd fgetln function
Rich Felker
1
-0
/
+1
2011-07-30
add proper fuxed-based locking for stdio
Rich Felker
1
-1
/
+1
2011-05-02
fix fclose return status logic, again
Rich Felker
1
-1
/
+2
2011-05-01
fix undefined call order in fclose, possible lost output depending on compiler
Rich Felker
1
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+21