clean up dns_parse_callback
[musl] / src / temp / mktemp.c
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-08-02 Rich Felkerfix (deprecated) mktemp logic and update it to match...
2013-08-02 Rich Felkerremove (no longer useful) namespace-protected __mktemp...
2013-02-21 Rich Felkeruse memcmp instead of str[n]cmp for temp function XXXXX...
2013-02-21 Rich Felkerremove leftover unused variable in mktemp after refactoring
2013-02-21 Rich Felkeradd mkostemp, mkstemps, and mkostemps functions and...
2011-07-29 Rich Felkerremove ugly prng from mk*temp and just re-poll time...
2011-07-29 Rich Felkereliminate mk*temp dependency on snprintf
2011-06-12 Rich Felkeranother return value fix for mktemp...
2011-02-19 Rich Felkermake mktemp match the historic behavior, and update...
2011-02-18 Rich Felkermajor improvements to temp file name generator
2011-02-15 Rich Felkerensure standard functions mk[sd]temp don't depend on...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0