add more legacy functions: setlinebuf and setbuffer
[musl] / src / stdio /
2011-04-05 Rich Felkeradd more legacy functions: setlinebuf and setbuffer
2011-04-05 Rich Felkerfix overflow in printf %N$ argument handling
2011-04-05 Rich Felkerfix various floating point rounding and formatting...
2011-04-04 Rich Felkersimplify vdprintf implementation greatly based on recen...
2011-04-04 Rich Felkeruse a local temp buffer for unbuffered streams in vfprintf
2011-04-02 Rich Felkerdon't disable seeking after first seek failure
2011-04-02 Rich Felkerapparently fseek should not set the error flag on faile...
2011-03-29 Rich Felkerfix tempnam name generation, and a small bug in tmpnam...
2011-03-29 Rich Felkermake tmpfile fail after exceeding max tries.
2011-03-29 Rich Felkerfix tmpnam to generate better names, not depend on...
2011-03-29 Rich Felkerfix messed-up errno if remove fails for a non-EISDIR...
2011-03-29 Rich Felkerlearned something new - remove is supposed to support...
2011-03-29 Rich Felkerrevert some more spin optimizations that turned out...
2011-03-28 Rich Felkerfix getc - the classic error of trying to store EOF...
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-25 Rich Felkerfix non-atomicity of puts
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-18 Rich Felkerimplement [v]swprintf
2011-03-18 Rich Felkerimplement wprintf family of functions
2011-03-16 Rich Felkeroptimize file locking: avoid cache-polluting writes...
2011-03-14 Rich Felkerpartially-written draft of fmemopen, still in #if 0
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking
2011-02-22 Rich Felkerrewind must clear the error indicator in addition to...
2011-02-21 Rich Felkeravoid referencing address of extern function from vdprintf
2011-02-20 Rich Felkercleanup asprintf stuff
2011-02-20 Rich Felkerfix %n specifier, again. this time it was storing the...
2011-02-16 Rich Felkerfix printf %n specifier - missing breaks had it clobber...
2011-02-15 Rich Felkerfix some pointer signedness issues (this was invalid C)
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-12 Rich Felkerinitial check-in, version 0.5.0