Rich Felker 835f9f950e clean up stdio_impl.h před 12 roky
..
__fclose_ca.c 0b44a0315b initial check-in, version 0.5.0 před 14 roky
__fdopen.c 835f9f950e clean up stdio_impl.h před 12 roky
__fmodeflags.c 892cafff66 greatly improve freopen behavior před 12 roky
__fopen_rb_ca.c 835f9f950e clean up stdio_impl.h před 12 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
__stdio_close.c aa398f56fa global cleanup to use the new syscall interface před 14 roky
__stdio_exit.c a617a8e2ad fix more unused variable warnings před 12 roky
__stdio_read.c 835f9f950e clean up stdio_impl.h před 12 roky
__stdio_seek.c 8de03e1a90 don't disable seeking after first seek failure před 14 roky
__stdio_write.c 835f9f950e clean up stdio_impl.h před 12 roky
__stdout_write.c 835f9f950e clean up stdio_impl.h před 12 roky
__string_read.c 835f9f950e clean up stdio_impl.h před 12 roky
__toread.c 8e26a591d0 fix missing function declarations for __stdio_exit před 12 roky
__towrite.c 8e26a591d0 fix missing function declarations for __stdio_exit před 12 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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
ext.c deb90c79e5 change stdio_ext __freading/__fwriting semantics slightly před 12 roky
ext2.c 453059571c fix invalid implicit pointer conversion in gnulib-compat functions před 12 roky
fclose.c a617a8e2ad fix more unused variable warnings před 12 roky
feof.c c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free před 12 roky
ferror.c c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free před 12 roky
fflush.c ca8a4e7fbd minor cleanup in fflush před 12 roky
fgetc.c 8fc7b5965a separate getc/putc from fgetc/fputc před 12 roky
fgetln.c 835f9f950e clean up stdio_impl.h před 12 roky
fgetpos.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
fgets.c 835f9f950e clean up stdio_impl.h před 12 roky
fgetwc.c 835f9f950e clean up stdio_impl.h před 12 roky
fgetws.c 835f9f950e clean up stdio_impl.h před 12 roky
fileno.c c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free před 12 roky
flockfile.c dba68bf98f add proper fuxed-based locking for stdio před 13 roky
fmemopen.c 835f9f950e clean up stdio_impl.h před 12 roky
fopen.c 835f9f950e clean up stdio_impl.h před 12 roky
fprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
fputc.c 8fc7b5965a separate getc/putc from fgetc/fputc před 12 roky
fputs.c 835f9f950e clean up stdio_impl.h před 12 roky
fputwc.c 835f9f950e clean up stdio_impl.h před 12 roky
fputws.c 835f9f950e clean up stdio_impl.h před 12 roky
fread.c 835f9f950e clean up stdio_impl.h před 12 roky
freopen.c 835f9f950e clean up stdio_impl.h před 12 roky
fscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 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 835f9f950e clean up stdio_impl.h před 12 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 c8cb6bcdf0 correct locking in stdio functions that tried to be lock-free před 12 roky
fwprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
fwrite.c 835f9f950e clean up stdio_impl.h před 12 roky
fwscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
getc.c 8fc7b5965a separate getc/putc from fgetc/fputc před 12 roky
getc_unlocked.c 6a4b9472fb add some ugly aliases for LSB ABI compatibility před 12 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 835f9f950e clean up stdio_impl.h před 12 roky
getline.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
gets.c 835f9f950e clean up stdio_impl.h před 12 roky
getw.c 98eddc6776 make sure getw/putw agree with prototypes by defining _GNU_SOURCE před 12 roky
getwc.c 835f9f950e clean up stdio_impl.h před 12 roky
getwchar.c 835f9f950e clean up stdio_impl.h před 12 roky
open_memstream.c 835f9f950e clean up stdio_impl.h před 12 roky
open_wmemstream.c 835f9f950e clean up stdio_impl.h před 12 roky
pclose.c 835f9f950e clean up stdio_impl.h před 12 roky
perror.c 82a4499e67 minor perror behavior fix před 12 roky
popen.c f1b23d41cf fix copy/paste error in popen changes that broke signals před 12 roky
printf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
putc.c 8fc7b5965a separate getc/putc from fgetc/fputc před 12 roky
putc_unlocked.c 6a4b9472fb add some ugly aliases for LSB ABI compatibility před 12 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 920baab81f putw is supposed to return 0 (not the value written) on success před 12 roky
putwc.c 835f9f950e clean up stdio_impl.h před 12 roky
putwchar.c 835f9f950e clean up stdio_impl.h před 12 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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
setbuf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
snprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
sprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
sscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 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 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
swscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
tempnam.c 0e1762539c avoid 64bit warnings when using pointers as entropy for temp names před 13 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 13 roky
ungetc.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes před 14 roky
ungetwc.c 835f9f950e clean up stdio_impl.h před 12 roky
vasprintf.c 3075f7e847 cleanup asprintf stuff před 14 roky
vdprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
vfprintf.c 835f9f950e clean up stdio_impl.h před 12 roky
vfscanf.c 835f9f950e clean up stdio_impl.h před 12 roky
vfwprintf.c 835f9f950e clean up stdio_impl.h před 12 roky
vfwscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
vprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
vscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
vsnprintf.c 835f9f950e clean up stdio_impl.h před 12 roky
vsprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
vsscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
vswprintf.c 835f9f950e clean up stdio_impl.h před 12 roky
vswscanf.c 835f9f950e clean up stdio_impl.h před 12 roky
vwprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
vwscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
wscanf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky