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
/
fmemopen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
1
-0
/
+2
*
make fmemopen's w+ mode truncate the buffer
Rich Felker
2018-08-28
1
-0
/
+1
*
clean up allocation/setup logic for fmemopen
Rich Felker
2018-04-18
1
-21
/
+31
*
fix incorrect overflow check for allocation in fmemopen
Rich Felker
2018-02-11
1
-1
/
+1
*
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
2015-06-16
1
-7
/
+1
*
always add memory streams to stdio open file list
Rich Felker
2012-11-09
1
-6
/
+7
*
clean up stdio_impl.h
Rich Felker
2012-11-08
1
-0
/
+3
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
more fmemopen null termination fixes
Rich Felker
2011-09-04
1
-2
/
+3
*
fix some fmemopen behaviors
Rich Felker
2011-09-04
1
-4
/
+7
*
fmemopen: fix eof handling, hopefully right this time
Rich Felker
2011-09-04
1
-3
/
+4
*
fmemopen fixes
Rich Felker
2011-09-04
1
-1
/
+3
*
implement fmemopen
Rich Felker
2011-09-03
1
-18
/
+66
*
partially-written draft of fmemopen, still in #if 0
Rich Felker
2011-03-14
1
-3
/
+48
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+16