rewrite popen to use posix_spawn instead of fragile vfork hacks
[musl] / src / stdio / vdprintf.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-04-04 Rich Felkersimplify vdprintf implementation greatly based on recen...
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-21 Rich Felkeravoid referencing address of extern function from vdprintf
2011-02-12 Rich Felkerinitial check-in, version 0.5.0