index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
fflush.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setup stub unit test infrastructure
EuAndreh
2024-01-05
1
-0
/
+8
*
fix failure to flush stderr when fflush(0) is called
Rich Felker
2018-11-02
1
-1
/
+4
*
fix null pointer subtraction and comparison in stdio
Rich Felker
2018-09-16
1
-3
/
+3
*
fix unsynchronized access to FILE structure in fflush(0)
Rich Felker
2017-08-29
1
-1
/
+4
*
simplify/refactor fflush and make fflush_unlocked an alias for fflush
Rich Felker
2016-09-18
1
-30
/
+23
*
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
2015-06-16
1
-3
/
+2
*
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
2014-07-16
1
-1
/
+1
*
minor cleanup in fflush
Rich Felker
2012-06-19
1
-5
/
+1
*
remove flush hook cruft that was never used from stdio
Rich Felker
2012-06-19
1
-3
/
+0
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-5
/
+5
*
major stdio overhaul, using readv/writev, plus other changes
Rich Felker
2011-03-28
1
-6
/
+12
*
initial check-in, version 0.5.0
Rich Felker
2011-02-12
1
-0
/
+50