You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 920baab81f putw is supposed to return 0 (not the value written) on success 14 years ago
..
__fclose_ca.c initial check-in, version 0.5.0 15 years ago
__fdopen.c fdopen should set errno when it fails due to invalid mode string 14 years ago
__fopen_rb_ca.c fix crash in dns code with new stdio locking code 15 years ago
__lockfile.c avoid setting FILE lock count when not using flockfile 15 years ago
__overflow.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
__stdio_close.c global cleanup to use the new syscall interface 15 years ago
__stdio_exit.c stdio: handle file position correctly at program exit 14 years ago
__stdio_read.c avoid using pthread cleanup push/pop in stdio when not needed 14 years ago
__stdio_seek.c don't disable seeking after first seek failure 15 years ago
__stdio_write.c avoid using pthread cleanup push/pop in stdio when not needed 14 years ago
__stdout_write.c avoid setting errno when checking for tty 15 years ago
__string_read.c avoid depending on POSIX symbol in code used from plain C functions 14 years ago
__toread.c fix missing function declarations for __stdio_exit 14 years ago
__towrite.c fix missing function declarations for __stdio_exit 14 years ago
__uflow.c fix getc - the classic error of trying to store EOF+0-255 in a char type.. 15 years ago
asprintf.c cleanup asprintf stuff 15 years ago
clearerr.c initial check-in, version 0.5.0 15 years ago
dprintf.c initial check-in, version 0.5.0 15 years ago
ext.c change stdio_ext __freading/__fwriting semantics slightly 14 years ago
ext2.c add new stdio extension functions to make gnulib happy 14 years ago
fclose.c add proper fuxed-based locking for stdio 15 years ago
feof.c add some ugly aliases for LSB ABI compatibility 14 years ago
ferror.c add some ugly aliases for LSB ABI compatibility 14 years ago
fflush.c minor cleanup in fflush 14 years ago
fgetc.c add some ugly aliases for LSB ABI compatibility 14 years ago
fgetpos.c initial check-in, version 0.5.0 15 years ago
fgets.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
fgetwc.c add proper fuxed-based locking for stdio 15 years ago
fgetws.c initial check-in, version 0.5.0 15 years ago
fileno.c initial check-in, version 0.5.0 15 years ago
flockfile.c add proper fuxed-based locking for stdio 15 years ago
fmemopen.c more fmemopen null termination fixes 15 years ago
fopen.c make stdio open, read, and write operations cancellation points 14 years ago
fprintf.c initial check-in, version 0.5.0 15 years ago
fputc.c add some ugly aliases for LSB ABI compatibility 14 years ago
fputs.c initial check-in, version 0.5.0 15 years ago
fputwc.c fix fputwc return value 15 years ago
fputws.c fix some pointer signedness issues (this was invalid C) 15 years ago
fread.c fix logic error in fread 15 years ago
freopen.c remove flush hook cruft that was never used from stdio 14 years ago
fscanf.c initial check-in, version 0.5.0 15 years ago
fseek.c apparently fseek should not set the error flag on failed seek 15 years ago
fsetpos.c initial check-in, version 0.5.0 15 years ago
ftell.c add proper fuxed-based locking for stdio 15 years ago
ftrylockfile.c add proper fuxed-based locking for stdio 15 years ago
funlockfile.c add proper fuxed-based locking for stdio 15 years ago
fwide.c initial check-in, version 0.5.0 15 years ago
fwprintf.c implement wprintf family of functions 15 years ago
fwrite.c fix fwrite return value when full write does not succeed 14 years ago
fwscanf.c initial check-in, version 0.5.0 15 years ago
getc_unlocked.c add some ugly aliases for LSB ABI compatibility 14 years ago
getchar.c initial check-in, version 0.5.0 15 years ago
getchar_unlocked.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
getdelim.c add some ugly aliases for LSB ABI compatibility 14 years ago
getline.c initial check-in, version 0.5.0 15 years ago
gets.c initial check-in, version 0.5.0 15 years ago
getw.c make sure getw/putw agree with prototypes by defining _GNU_SOURCE 14 years ago
getwc.c initial check-in, version 0.5.0 15 years ago
getwchar.c initial check-in, version 0.5.0 15 years ago
open_memstream.c memstreams: fix incorrect handling of file pos > current size 15 years ago
open_wmemstream.c memstreams: fix incorrect handling of file pos > current size 15 years ago
pclose.c avoid cancellation in pclose 14 years ago
perror.c minor perror behavior fix 14 years ago
popen.c make popen cancellation-safe 14 years ago
printf.c initial check-in, version 0.5.0 15 years ago
putc_unlocked.c add some ugly aliases for LSB ABI compatibility 14 years ago
putchar.c initial check-in, version 0.5.0 15 years ago
putchar_unlocked.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
puts.c minor optimization in puts: use inline putc_unlocked macro for newline 15 years ago
putw.c putw is supposed to return 0 (not the value written) on success 14 years ago
putwc.c initial check-in, version 0.5.0 15 years ago
putwchar.c initial check-in, version 0.5.0 15 years ago
remove.c fix messed-up errno if remove fails for a non-EISDIR reason 15 years ago
rename.c global cleanup to use the new syscall interface 15 years ago
rewind.c rewind must clear the error indicator in addition to seeking 15 years ago
scanf.c initial check-in, version 0.5.0 15 years ago
setbuf.c add more legacy functions: setlinebuf and setbuffer 15 years ago
setbuffer.c add more legacy functions: setlinebuf and setbuffer 15 years ago
setlinebuf.c add more legacy functions: setlinebuf and setbuffer 15 years ago
setvbuf.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
snprintf.c initial check-in, version 0.5.0 15 years ago
sprintf.c initial check-in, version 0.5.0 15 years ago
sscanf.c initial check-in, version 0.5.0 15 years ago
stderr.c add proper fuxed-based locking for stdio 15 years ago
stdin.c add proper fuxed-based locking for stdio 15 years ago
stdout.c add proper fuxed-based locking for stdio 15 years ago
swprintf.c implement [v]swprintf 15 years ago
swscanf.c initial check-in, version 0.5.0 15 years ago
tempnam.c avoid 64bit warnings when using pointers as entropy for temp names 15 years ago
tmpfile.c debloat: use __syscall instead of syscall where possible 15 years ago
tmpnam.c avoid 64bit warnings when using pointers as entropy for temp names 15 years ago
ungetc.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
ungetwc.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
vasprintf.c cleanup asprintf stuff 15 years ago
vdprintf.c simplify vdprintf implementation greatly based on recent vfprintf changes 15 years ago
vfprintf.c fix another oob pointer arithmetic issue in printf floating point 14 years ago
vfscanf.c fix scanf bug reading literals after width-limited field 14 years ago
vfwprintf.c fix uninitialized var in vfwprintf printing 0-prec string 14 years ago
vfwscanf.c fix wide scanf's handling of input failure on %c, and simplify %[ 14 years ago
vprintf.c initial check-in, version 0.5.0 15 years ago
vscanf.c initial check-in, version 0.5.0 15 years ago
vsnprintf.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
vsprintf.c initial check-in, version 0.5.0 15 years ago
vsscanf.c new scanf implementation and corresponding integer parser/converter 14 years ago
vswprintf.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
vswscanf.c fix failure to distinguish input/match failure in wide %[ scanf 14 years ago
vwprintf.c implement wprintf family of functions 15 years ago
vwscanf.c initial check-in, version 0.5.0 15 years ago
wprintf.c implement wprintf family of functions 15 years ago
wscanf.c initial check-in, version 0.5.0 15 years ago