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