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