Rich Felker 8250742b90 fix tempnam name generation, and a small bug in tmpnam on retry limit %!s(int64=14) %!d(string=hai) anos
..
__fclose_ca.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
__fdopen.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
__fopen_rb_ca.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
__fpending.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
__lockfile.c 4106cdcd2d revert some more spin optimizations that turned out to be pessimizations %!s(int64=14) %!d(string=hai) anos
__overflow.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
__scanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
__scanf.h 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
__stdio_close.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
__stdio_read.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
__stdio_seek.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
__stdio_write.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
__stdout_write.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
__toread.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
__towrite.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
__uflow.c 05b694028e fix getc - the classic error of trying to store EOF+0-255 in a char type.. %!s(int64=14) %!d(string=hai) anos
asprintf.c 3075f7e847 cleanup asprintf stuff %!s(int64=14) %!d(string=hai) anos
clearerr.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
dprintf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fclose.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
feof.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
ferror.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fflush.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fgetc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fgetpos.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fgets.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fgetwc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fgetws.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fileno.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
flockfile.c 4d9cc0b399 optimize file locking: avoid cache-polluting writes to global storage %!s(int64=14) %!d(string=hai) anos
fmemopen.c 9dd7d7e3f6 partially-written draft of fmemopen, still in #if 0 %!s(int64=14) %!d(string=hai) anos
fopen.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
fprintf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fputc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fputs.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fputwc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fputws.c a8c17e6587 fix some pointer signedness issues (this was invalid C) %!s(int64=14) %!d(string=hai) anos
fread.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
freopen.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
fscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fseek.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fsetpos.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
ftell.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
ftrylockfile.c a37452430f simplify and optimize FILE lock handling %!s(int64=14) %!d(string=hai) anos
funlockfile.c 5eb0d33ec0 implement flockfile api, rework stdio locking %!s(int64=14) %!d(string=hai) anos
fwide.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
fwprintf.c c35bb6645f implement wprintf family of functions %!s(int64=14) %!d(string=hai) anos
fwrite.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
fwscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getc_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
getchar.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getchar_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
getdelim.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
getline.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
gets.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getw.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getwc.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
getwchar.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
pclose.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
perror.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
popen.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
printf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
putc_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
putchar.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
putchar_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
puts.c 8ae2fa6563 fix non-atomicity of puts %!s(int64=14) %!d(string=hai) anos
putw.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
putwc.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
putwchar.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
remove.c 9646e4d024 fix messed-up errno if remove fails for a non-EISDIR reason %!s(int64=14) %!d(string=hai) anos
rename.c aa398f56fa global cleanup to use the new syscall interface %!s(int64=14) %!d(string=hai) anos
rewind.c a6238c30d1 rewind must clear the error indicator in addition to seeking %!s(int64=14) %!d(string=hai) anos
scanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
setbuf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
setvbuf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
snprintf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
sprintf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
sscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
stderr.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
stdin.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
stdout.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
swprintf.c e18b563821 implement [v]swprintf %!s(int64=14) %!d(string=hai) anos
swscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
tempnam.c 8250742b90 fix tempnam name generation, and a small bug in tmpnam on retry limit %!s(int64=14) %!d(string=hai) anos
tmpfile.c a88edbec15 make tmpfile fail after exceeding max tries. %!s(int64=14) %!d(string=hai) anos
tmpnam.c 8250742b90 fix tempnam name generation, and a small bug in tmpnam on retry limit %!s(int64=14) %!d(string=hai) anos
ungetc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
ungetwc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
vasprintf.c 3075f7e847 cleanup asprintf stuff %!s(int64=14) %!d(string=hai) anos
vdprintf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
vfprintf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
vfscanf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
vfwprintf.c c35bb6645f implement wprintf family of functions %!s(int64=14) %!d(string=hai) anos
vfwscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
vprintf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
vscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
vsnprintf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
vsprintf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
vsscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
vswprintf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes %!s(int64=14) %!d(string=hai) anos
vswscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
vwprintf.c c35bb6645f implement wprintf family of functions %!s(int64=14) %!d(string=hai) anos
vwscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos
wprintf.c c35bb6645f implement wprintf family of functions %!s(int64=14) %!d(string=hai) anos
wscanf.c 0b44a0315b initial check-in, version 0.5.0 %!s(int64=14) %!d(string=hai) anos