Rich Felker 167390f055 lift child restrictions after multi-threaded fork vor 4 Jahren
..
__fclose_ca.c 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
__fdopen.c cab0a8fb8d clean up overinclusion in files using TIOCGWINSZ vor 4 Jahren
__fmodeflags.c 892cafff66 greatly improve freopen behavior vor 12 Jahren
__fopen_rb_ca.c 7765706c05 add O_CLOEXEC fallback for open and related functions vor 11 Jahren
__lockfile.c 2085378a4f move stdio locking MAYBE_WAITERS definition to stdio_impl.h vor 6 Jahren
__overflow.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
__stdio_close.c 557673603b move aio implementation details to a proper internal header vor 4 Jahren
__stdio_exit.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
__stdio_read.c e7eeeb9f2a avoid use of readv syscall in __stdio_read backend when not needed vor 7 Jahren
__stdio_seek.c 03919b26ed use namespace-safe __lseek for __stdio_seek instead of direct syscall vor 5 Jahren
__stdio_write.c 4ef9b828c1 remove cancellation points in stdio vor 10 Jahren
__stdout_write.c cab0a8fb8d clean up overinclusion in files using TIOCGWINSZ vor 4 Jahren
__toread.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
__towrite.c 6d47488e86 hide purely dependency-triggering functions in stdio __toread & __towrite vor 6 Jahren
__uflow.c 2b4fcfdacf fix failure of ungetc and ungetwc to work on files in eof status vor 10 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 13 Jahren
ext2.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
fclose.c 4a08603026 fix deadlock and buffered data loss race in fclose vor 6 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 79f653c6bc fix failure to flush stderr when fflush(0) is called vor 6 Jahren
fgetc.c dd8f02b7dc optimize hot paths of getc with manual shrink-wrapping vor 6 Jahren
fgetln.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
fgetpos.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases vor 6 Jahren
fgets.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
fgetwc.c 511d70738b make fgetwc set error indicator for stream on encoding errors vor 6 Jahren
fgetws.c a90d9da1d1 fix treatment by fgetws of encoding errors as eof vor 7 Jahren
fileno.c b39b47bac8 set errno when fileno is called on a FILE with no underlying fd vor 6 Jahren
flockfile.c 3b028c2831 make internal declarations for flockfile tracking functions checkable vor 6 Jahren
fmemopen.c 2acf3bce01 remove spurious repeated semicolon in fmemopen vor 5 Jahren
fopen.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases vor 6 Jahren
fopencookie.c 4245a233c1 minor cleanup in fopencookie vor 7 Jahren
fprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
fputc.c d664061adb optimize hot paths of putc with manual shrink-wrapping vor 6 Jahren
fputs.c 10a17dfbad fix assumption in fputs that fwrite returning 0 implies an error vor 9 Jahren
fputwc.c 16f18d036d byte-based C locale, phase 2: stdio and iconv (multibyte callers) vor 10 Jahren
fputws.c 16f18d036d byte-based C locale, phase 2: stdio and iconv (multibyte callers) vor 10 Jahren
fread.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
freopen.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases vor 6 Jahren
fscanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
fseek.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
fsetpos.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases vor 6 Jahren
ftell.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
ftrylockfile.c 2085378a4f move stdio locking MAYBE_WAITERS definition to stdio_impl.h vor 6 Jahren
funlockfile.c 3b028c2831 make internal declarations for flockfile tracking functions checkable vor 6 Jahren
fwide.c c221d3e586 fix issues from public functions defined without declaration visible vor 6 Jahren
fwprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
fwrite.c 500c6886c6 fix return value for fread/fwrite when size argument is 0 vor 9 Jahren
fwscanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
getc.c dd8f02b7dc optimize hot paths of getc with manual shrink-wrapping vor 6 Jahren
getc.h 9dd1912256 further optimize getc/putc when locking is needed vor 6 Jahren
getc_unlocked.c 6a4b9472fb add some ugly aliases for LSB ABI compatibility vor 13 Jahren
getchar.c dd8f02b7dc optimize hot paths of getc with manual shrink-wrapping vor 6 Jahren
getchar_unlocked.c e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes vor 14 Jahren
getdelim.c 1f6cbdb434 getdelim: only grow buffer when necessary, improve OOM behavior vor 6 Jahren
getline.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
gets.c b2020571f0 fix behavior of gets when input line contains a null byte vor 6 Jahren
getw.c 98eddc6776 make sure getw/putw agree with prototypes by defining _GNU_SOURCE vor 13 Jahren
getwc.c 835f9f950e clean up stdio_impl.h vor 12 Jahren
getwchar.c 835f9f950e clean up stdio_impl.h vor 12 Jahren
ofl.c 167390f055 lift child restrictions after multi-threaded fork vor 4 Jahren
ofl_add.c 1b0cdc8700 refactor stdio open file list handling, move it out of global libc struct vor 10 Jahren
open_memstream.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
open_wmemstream.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
pclose.c 835f9f950e clean up stdio_impl.h vor 12 Jahren
perror.c cff4b910ab prevent perror from clobbering stderr's orientation vor 6 Jahren
popen.c fe80a8eb68 fix special-case breakage in popen due to reversed argument order vor 11 Jahren
printf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
putc.c d664061adb optimize hot paths of putc with manual shrink-wrapping vor 6 Jahren
putc.h 9dd1912256 further optimize getc/putc when locking is needed vor 6 Jahren
putc_unlocked.c 6a4b9472fb add some ugly aliases for LSB ABI compatibility vor 13 Jahren
putchar.c d664061adb optimize hot paths of putc with manual shrink-wrapping vor 6 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 13 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 dd5f50da6f support linux kernel apis (new archs) with old syscalls removed vor 11 Jahren
rename.c 54316a52b2 support archs with no renameat syscall, only renameat2 vor 6 Jahren
rewind.c a6238c30d1 rewind must clear the error indicator in addition to seeking vor 14 Jahren
scanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 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 00d3d577ca setvbuf: return failure if mode is invalid vor 6 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 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
stderr.c d8f2efa708 bypass indirection through pointer objects to access stdin/out/err vor 6 Jahren
stdin.c d8f2efa708 bypass indirection through pointer objects to access stdin/out/err vor 6 Jahren
stdout.c d8f2efa708 bypass indirection through pointer objects to access stdin/out/err vor 6 Jahren
swprintf.c 571744447c include cleanups: remove unused headers and add feature test macros vor 11 Jahren
swscanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
tempnam.c c9ebff4736 fix remaining direct use of stat syscalls outside fstatat.c vor 5 Jahren
tmpfile.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases vor 6 Jahren
tmpnam.c c9ebff4736 fix remaining direct use of stat syscalls outside fstatat.c vor 5 Jahren
ungetc.c f6ecd0c296 fix return value of ungetc when argument is outside unsigned char range vor 5 Jahren
ungetwc.c 6ed791e768 fix FILE buffer underflow in ungetwc vor 9 Jahren
vasprintf.c 6a25313c11 simplify vasprintf implementation vor 11 Jahren
vdprintf.c a01f1fe66f remove wrap_write helper from vdprintf vor 5 Jahren
vfprintf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
vfscanf.c a62df9c9b7 vfscanf: fix possible invalid free due to uninitialized variable use vor 4 Jahren
vfwprintf.c f7e464bff4 fix %lf in wprintf vor 5 Jahren
vfwscanf.c 849e7603e9 fix null pointer subtraction and comparison in stdio vor 6 Jahren
vprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
vscanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
vsnprintf.c ed86967425 redesign snprintf without undefined behavior vor 8 Jahren
vsprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
vsscanf.c 2e0907ce62 move __string_read into vsscanf source file vor 5 Jahren
vswprintf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
vswscanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
vwprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
vwscanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren
wprintf.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 vor 12 Jahren
wscanf.c 5ce3737931 reduce spurious inclusion of libc.h vor 6 Jahren