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