Rich Felker 835f9f950e clean up stdio_impl.h il y a 12 ans
..
__fclose_ca.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
__fdopen.c 835f9f950e clean up stdio_impl.h il y a 12 ans
__fmodeflags.c 892cafff66 greatly improve freopen behavior il y a 12 ans
__fopen_rb_ca.c 835f9f950e clean up stdio_impl.h il y a 12 ans
__lockfile.c ca52e34767 avoid setting FILE lock count when not using flockfile il y a 13 ans
__overflow.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes il y a 14 ans
__stdio_close.c aa398f56fa global cleanup to use the new syscall interface il y a 14 ans
__stdio_exit.c a617a8e2ad fix more unused variable warnings il y a 12 ans
__stdio_read.c 835f9f950e clean up stdio_impl.h il y a 12 ans
__stdio_seek.c 8de03e1a90 don't disable seeking after first seek failure il y a 14 ans
__stdio_write.c 835f9f950e clean up stdio_impl.h il y a 12 ans
__stdout_write.c 835f9f950e clean up stdio_impl.h il y a 12 ans
__string_read.c 835f9f950e clean up stdio_impl.h il y a 12 ans
__toread.c 8e26a591d0 fix missing function declarations for __stdio_exit il y a 12 ans
__towrite.c 8e26a591d0 fix missing function declarations for __stdio_exit il y a 12 ans
__uflow.c 05b694028e fix getc - the classic error of trying to store EOF+0-255 in a char type.. il y a 14 ans
asprintf.c 3075f7e847 cleanup asprintf stuff il y a 14 ans
clearerr.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
dprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
ext.c deb90c79e5 change stdio_ext __freading/__fwriting semantics slightly il y a 12 ans
ext2.c 453059571c fix invalid implicit pointer conversion in gnulib-compat functions il y a 12 ans
fclose.c a617a8e2ad fix more unused variable warnings il y a 12 ans
feof.c c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free il y a 12 ans
ferror.c c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free il y a 12 ans
fflush.c ca8a4e7fbd minor cleanup in fflush il y a 12 ans
fgetc.c 8fc7b5965a separate getc/putc from fgetc/fputc il y a 12 ans
fgetln.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fgetpos.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
fgets.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fgetwc.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fgetws.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fileno.c c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free il y a 12 ans
flockfile.c dba68bf98f add proper fuxed-based locking for stdio il y a 13 ans
fmemopen.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fopen.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
fputc.c 8fc7b5965a separate getc/putc from fgetc/fputc il y a 12 ans
fputs.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fputwc.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fputws.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fread.c 835f9f950e clean up stdio_impl.h il y a 12 ans
freopen.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
fseek.c 9a909fcd91 apparently fseek should not set the error flag on failed seek il y a 14 ans
fsetpos.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
ftell.c 835f9f950e clean up stdio_impl.h il y a 12 ans
ftrylockfile.c dba68bf98f add proper fuxed-based locking for stdio il y a 13 ans
funlockfile.c dba68bf98f add proper fuxed-based locking for stdio il y a 13 ans
fwide.c c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free il y a 12 ans
fwprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
fwrite.c 835f9f950e clean up stdio_impl.h il y a 12 ans
fwscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
getc.c 8fc7b5965a separate getc/putc from fgetc/fputc il y a 12 ans
getc_unlocked.c 6a4b9472fb add some ugly aliases for LSB ABI compatibility il y a 12 ans
getchar.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
getchar_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes il y a 14 ans
getdelim.c 835f9f950e clean up stdio_impl.h il y a 12 ans
getline.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
gets.c 835f9f950e clean up stdio_impl.h il y a 12 ans
getw.c 98eddc6776 make sure getw/putw agree with prototypes by defining _GNU_SOURCE il y a 12 ans
getwc.c 835f9f950e clean up stdio_impl.h il y a 12 ans
getwchar.c 835f9f950e clean up stdio_impl.h il y a 12 ans
open_memstream.c 835f9f950e clean up stdio_impl.h il y a 12 ans
open_wmemstream.c 835f9f950e clean up stdio_impl.h il y a 12 ans
pclose.c 835f9f950e clean up stdio_impl.h il y a 12 ans
perror.c 82a4499e67 minor perror behavior fix il y a 12 ans
popen.c f1b23d41cf fix copy/paste error in popen changes that broke signals il y a 12 ans
printf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
putc.c 8fc7b5965a separate getc/putc from fgetc/fputc il y a 12 ans
putc_unlocked.c 6a4b9472fb add some ugly aliases for LSB ABI compatibility il y a 12 ans
putchar.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
putchar_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes il y a 14 ans
puts.c d02c50d6a3 minor optimization in puts: use inline putc_unlocked macro for newline il y a 14 ans
putw.c 920baab81f putw is supposed to return 0 (not the value written) on success il y a 12 ans
putwc.c 835f9f950e clean up stdio_impl.h il y a 12 ans
putwchar.c 835f9f950e clean up stdio_impl.h il y a 12 ans
remove.c 9646e4d024 fix messed-up errno if remove fails for a non-EISDIR reason il y a 14 ans
rename.c aa398f56fa global cleanup to use the new syscall interface il y a 14 ans
rewind.c a6238c30d1 rewind must clear the error indicator in addition to seeking il y a 14 ans
scanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
setbuf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
setbuffer.c e72180083e add more legacy functions: setlinebuf and setbuffer il y a 14 ans
setlinebuf.c e72180083e add more legacy functions: setlinebuf and setbuffer il y a 14 ans
setvbuf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
snprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
sprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
sscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
stderr.c dba68bf98f add proper fuxed-based locking for stdio il y a 13 ans
stdin.c dba68bf98f add proper fuxed-based locking for stdio il y a 13 ans
stdout.c dba68bf98f add proper fuxed-based locking for stdio il y a 13 ans
swprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
swscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
tempnam.c 0e1762539c avoid 64bit warnings when using pointers as entropy for temp names il y a 13 ans
tmpfile.c eb0e8fa0b1 debloat: use __syscall instead of syscall where possible il y a 14 ans
tmpnam.c 0e1762539c avoid 64bit warnings when using pointers as entropy for temp names il y a 13 ans
ungetc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes il y a 14 ans
ungetwc.c 835f9f950e clean up stdio_impl.h il y a 12 ans
vasprintf.c 3075f7e847 cleanup asprintf stuff il y a 14 ans
vdprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
vfprintf.c 835f9f950e clean up stdio_impl.h il y a 12 ans
vfscanf.c 835f9f950e clean up stdio_impl.h il y a 12 ans
vfwprintf.c 835f9f950e clean up stdio_impl.h il y a 12 ans
vfwscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
vprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
vscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
vsnprintf.c 835f9f950e clean up stdio_impl.h il y a 12 ans
vsprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
vsscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
vswprintf.c 835f9f950e clean up stdio_impl.h il y a 12 ans
vswscanf.c 835f9f950e clean up stdio_impl.h il y a 12 ans
vwprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
vwscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
wprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
wscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans