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
/
__fdopen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
1
-0
/
+1
2015-06-16
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
1
-7
/
+1
2015-02-23
fix possible isatty false positives and unwanted device state changes
Rich Felker
1
-3
/
+2
2014-02-07
in fdopen, avoid setting O_APPEND flag if it's already set
Rich Felker
1
-1
/
+2
2014-02-07
fix ftello result for append streams with unflushed output
Rich Felker
1
-0
/
+1
2012-11-08
clean up stdio_impl.h
Rich Felker
1
-0
/
+6
2012-09-29
add 'e' modifier (close-on-exec) to fopen and fdopen
Rich Felker
1
-2
/
+4
2012-06-17
fdopen should set errno when it fails due to invalid mode string
Rich Felker
1
-1
/
+4
2011-07-30
add proper fuxed-based locking for stdio
Rich Felker
1
-3
/
+5
2011-04-17
debloat: use __syscall instead of syscall where possible
Rich Felker
1
-2
/
+2
2011-04-15
avoid setting errno when checking for tty
Rich Felker
1
-1
/
+1
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
1
-3
/
+3
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+52