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