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