asm for memmove on i386 and x86_64
[musl] / src / stdio /
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