clean up dns_parse_callback
[musl] / src / stdio / fmemopen.c
2020-04-17 Rich Felkerremove spurious repeated semicolon in fmemopen
2020-04-17 Rich Felkercombine two calls to memset in fmemopen
2019-06-25 Rich Felkerallow fmemopen with zero size
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-08-28 Rich Felkermake fmemopen's w+ mode truncate the buffer
2018-04-18 Rich Felkerclean up allocation/setup logic for fmemopen
2018-02-12 Rich Felkerfix incorrect overflow check for allocation in fmemopen
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-09 Rich Felkeralways add memory streams to stdio open file list
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-09-05 Rich Felkermore fmemopen null termination fixes
2011-09-05 Rich Felkerfix some fmemopen behaviors
2011-09-04 Rich Felkerfmemopen: fix eof handling, hopefully right this time
2011-09-04 Rich Felkerfmemopen fixes
2011-09-04 Rich Felkerimplement fmemopen
2011-03-14 Rich Felkerpartially-written draft of fmemopen, still in #if 0
2011-02-12 Rich Felkerinitial check-in, version 0.5.0