Rich Felker 5816592389 make stdio open, read, and write operations cancellation points před 13 roky
..
__fclose_ca.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
__fdopen.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
__fopen_rb_ca.c e95b0a9d10 fix crash in dns code with new stdio locking code před 13 roky
__lockfile.c ca52e34767 avoid setting FILE lock count when not using flockfile před 13 roky
__overflow.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
__scanf.c 5efc6af4eb fix 2 eof-related bugs in scanf před 14 roky
__scanf.h 0b44a0315b initial check-in, version 0.5.0 před 14 roky
__stdio_close.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
__stdio_read.c 5816592389 make stdio open, read, and write operations cancellation points před 13 roky
__stdio_seek.c 8de03e1a90 don't disable seeking after first seek failure před 14 roky
__stdio_write.c 5816592389 make stdio open, read, and write operations cancellation points před 13 roky
__stdout_write.c 69cf09c821 avoid setting errno when checking for tty před 14 roky
__toread.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
__towrite.c f753049a50 simplify atexit and fflush-on-exit handling před 13 roky
__uflow.c 05b694028e fix getc - the classic error of trying to store EOF+0-255 in a char type.. před 14 roky
asprintf.c 3075f7e847 cleanup asprintf stuff před 14 roky
clearerr.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
dprintf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
ext.c e5cb55fedd fix logic in __fwriting před 14 roky
fclose.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
feof.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
ferror.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fflush.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
fgetc.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
fgetpos.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fgets.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
fgetwc.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
fgetws.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fileno.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
flockfile.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
fmemopen.c d2e061a2bd more fmemopen null termination fixes před 13 roky
fopen.c 5816592389 make stdio open, read, and write operations cancellation points před 13 roky
fprintf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fputc.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
fputs.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fputwc.c 52458cfa8c fix fputwc return value před 14 roky
fputws.c a8c17e6587 fix some pointer signedness issues (this was invalid C) před 14 roky
fread.c 94a0171d80 fix logic error in fread před 13 roky
freopen.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
fscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fseek.c 9a909fcd91 apparently fseek should not set the error flag on failed seek před 14 roky
fsetpos.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
ftell.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
ftrylockfile.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
funlockfile.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
fwide.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
fwprintf.c c35bb6645f implement wprintf family of functions před 14 roky
fwrite.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
fwscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getc_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
getchar.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getchar_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
getdelim.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
getline.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
gets.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getw.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getwc.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
getwchar.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
open_memstream.c 7ee3dcb3c6 memstreams: fix incorrect handling of file pos > current size před 13 roky
open_wmemstream.c 7ee3dcb3c6 memstreams: fix incorrect handling of file pos > current size před 13 roky
pclose.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
perror.c 7683fceede eliminate dependence of perror on printf před 13 roky
popen.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
printf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
putc_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
putchar.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
putchar_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
puts.c d02c50d6a3 minor optimization in puts: use inline putc_unlocked macro for newline před 14 roky
putw.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
putwc.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
putwchar.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
remove.c 9646e4d024 fix messed-up errno if remove fails for a non-EISDIR reason před 14 roky
rename.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
rewind.c a6238c30d1 rewind must clear the error indicator in addition to seeking před 14 roky
scanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
setbuf.c e72180083e add more legacy functions: setlinebuf and setbuffer před 14 roky
setbuffer.c e72180083e add more legacy functions: setlinebuf and setbuffer před 14 roky
setlinebuf.c e72180083e add more legacy functions: setlinebuf and setbuffer před 14 roky
setvbuf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
snprintf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
sprintf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
sscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
stderr.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
stdin.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
stdout.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
swprintf.c e18b563821 implement [v]swprintf před 14 roky
swscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
tempnam.c 0e1762539c avoid 64bit warnings when using pointers as entropy for temp names před 14 roky
tmpfile.c eb0e8fa0b1 debloat: use __syscall instead of syscall where possible před 14 roky
tmpnam.c 0e1762539c avoid 64bit warnings when using pointers as entropy for temp names před 14 roky
ungetc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
ungetwc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
vasprintf.c 3075f7e847 cleanup asprintf stuff před 14 roky
vdprintf.c 98c5583ad5 simplify vdprintf implementation greatly based on recent vfprintf changes před 14 roky
vfprintf.c 5f814682b4 don't crash on null strings in printf před 13 roky
vfscanf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
vfwprintf.c c35bb6645f implement wprintf family of functions před 14 roky
vfwscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
vprintf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
vscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
vsnprintf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
vsprintf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
vsscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
vswprintf.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
vswscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
vwprintf.c c35bb6645f implement wprintf family of functions před 14 roky
vwscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
wprintf.c c35bb6645f implement wprintf family of functions před 14 roky
wscanf.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky