Rich Felker 5816592389 make stdio open, read, and write operations cancellation points hace 13 años
..
__fclose_ca.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
__fdopen.c dba68bf98f add proper fuxed-based locking for stdio hace 13 años
__fopen_rb_ca.c e95b0a9d10 fix crash in dns code with new stdio locking code hace 13 años
__lockfile.c ca52e34767 avoid setting FILE lock count when not using flockfile hace 13 años
__overflow.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes hace 14 años
__scanf.c 5efc6af4eb fix 2 eof-related bugs in scanf 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 5816592389 make stdio open, read, and write operations cancellation points hace 13 años
__stdio_seek.c 8de03e1a90 don't disable seeking after first seek failure hace 14 años
__stdio_write.c 5816592389 make stdio open, read, and write operations cancellation points hace 13 años
__stdout_write.c 69cf09c821 avoid setting errno when checking for tty hace 14 años
__toread.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes hace 14 años
__towrite.c f753049a50 simplify atexit and fflush-on-exit handling hace 13 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
ext.c e5cb55fedd fix logic in __fwriting hace 13 años
fclose.c dba68bf98f add proper fuxed-based locking for stdio hace 13 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 dba68bf98f add proper fuxed-based locking for stdio hace 13 años
fgetc.c dba68bf98f add proper fuxed-based locking for stdio hace 13 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 dba68bf98f add proper fuxed-based locking for stdio hace 13 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 dba68bf98f add proper fuxed-based locking for stdio hace 13 años
fmemopen.c d2e061a2bd more fmemopen null termination fixes hace 13 años
fopen.c 5816592389 make stdio open, read, and write operations cancellation points hace 13 años
fprintf.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
fputc.c dba68bf98f add proper fuxed-based locking for stdio hace 13 años
fputs.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
fputwc.c 52458cfa8c fix fputwc return value hace 14 años
fputws.c a8c17e6587 fix some pointer signedness issues (this was invalid C) hace 14 años
fread.c 94a0171d80 fix logic error in fread hace 13 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 9a909fcd91 apparently fseek should not set the error flag on failed seek hace 14 años
fsetpos.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
ftell.c dba68bf98f add proper fuxed-based locking for stdio hace 13 años
ftrylockfile.c dba68bf98f add proper fuxed-based locking for stdio hace 13 años
funlockfile.c dba68bf98f add proper fuxed-based locking for stdio hace 13 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
open_memstream.c 7ee3dcb3c6 memstreams: fix incorrect handling of file pos > current size hace 13 años
open_wmemstream.c 7ee3dcb3c6 memstreams: fix incorrect handling of file pos > current size hace 13 años
pclose.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
perror.c 7683fceede eliminate dependence of perror on printf hace 13 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 d02c50d6a3 minor optimization in puts: use inline putc_unlocked macro for newline 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 e72180083e add more legacy functions: setlinebuf and setbuffer hace 14 años
setbuffer.c e72180083e add more legacy functions: setlinebuf and setbuffer hace 14 años
setlinebuf.c e72180083e add more legacy functions: setlinebuf and setbuffer 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 dba68bf98f add proper fuxed-based locking for stdio hace 13 años
stdin.c dba68bf98f add proper fuxed-based locking for stdio hace 13 años
stdout.c dba68bf98f add proper fuxed-based locking for stdio hace 13 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 0e1762539c avoid 64bit warnings when using pointers as entropy for temp names hace 14 años
tmpfile.c eb0e8fa0b1 debloat: use __syscall instead of syscall where possible hace 14 años
tmpnam.c 0e1762539c avoid 64bit warnings when using pointers as entropy for temp names 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 98c5583ad5 simplify vdprintf implementation greatly based on recent vfprintf changes hace 14 años
vfprintf.c 5f814682b4 don't crash on null strings in printf hace 13 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