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