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