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