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 0b240ccf52 learned something new - remove is supposed to support directories on POSIX 15 years ago
..
__fclose_ca.c initial check-in, version 0.5.0 15 years ago
__fdopen.c global cleanup to use the new syscall interface 15 years ago
__fopen_rb_ca.c global cleanup to use the new syscall interface 15 years ago
__fpending.c initial check-in, version 0.5.0 15 years ago
__lockfile.c revert some more spin optimizations that turned out to be pessimizations 15 years ago
__overflow.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
__scanf.c initial check-in, version 0.5.0 15 years ago
__scanf.h initial check-in, version 0.5.0 15 years ago
__stdio_close.c global cleanup to use the new syscall interface 15 years ago
__stdio_read.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
__stdio_seek.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
__stdio_write.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
__stdout_write.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
__toread.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
__towrite.c major stdio overhaul, using readv/writev, plus other changes 15 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
fclose.c initial check-in, version 0.5.0 15 years ago
feof.c initial check-in, version 0.5.0 15 years ago
ferror.c initial check-in, version 0.5.0 15 years ago
fflush.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
fgetc.c major stdio overhaul, using readv/writev, plus other changes 15 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 major stdio overhaul, using readv/writev, plus other changes 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 optimize file locking: avoid cache-polluting writes to global storage 15 years ago
fmemopen.c partially-written draft of fmemopen, still in #if 0 15 years ago
fopen.c global cleanup to use the new syscall interface 15 years ago
fprintf.c initial check-in, version 0.5.0 15 years ago
fputc.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
fputs.c initial check-in, version 0.5.0 15 years ago
fputwc.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
fputws.c fix some pointer signedness issues (this was invalid C) 15 years ago
fread.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
freopen.c global cleanup to use the new syscall interface 15 years ago
fscanf.c initial check-in, version 0.5.0 15 years ago
fseek.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
fsetpos.c initial check-in, version 0.5.0 15 years ago
ftell.c initial check-in, version 0.5.0 15 years ago
ftrylockfile.c simplify and optimize FILE lock handling 15 years ago
funlockfile.c implement flockfile api, rework stdio locking 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 major stdio overhaul, using readv/writev, plus other changes 15 years ago
fwscanf.c initial check-in, version 0.5.0 15 years ago
getc_unlocked.c major stdio overhaul, using readv/writev, plus other changes 15 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 major stdio overhaul, using readv/writev, plus other changes 15 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 initial check-in, version 0.5.0 15 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
pclose.c initial check-in, version 0.5.0 15 years ago
perror.c initial check-in, version 0.5.0 15 years ago
popen.c initial check-in, version 0.5.0 15 years ago
printf.c initial check-in, version 0.5.0 15 years ago
putc_unlocked.c major stdio overhaul, using readv/writev, plus other changes 15 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 fix non-atomicity of puts 15 years ago
putw.c initial check-in, version 0.5.0 15 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 learned something new - remove is supposed to support directories on POSIX 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 initial check-in, version 0.5.0 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 major stdio overhaul, using readv/writev, plus other changes 15 years ago
stdin.c initial check-in, version 0.5.0 15 years ago
stdout.c major stdio overhaul, using readv/writev, plus other changes 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 initial check-in, version 0.5.0 15 years ago
tmpfile.c global cleanup to use the new syscall interface 15 years ago
tmpnam.c initial check-in, version 0.5.0 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 major stdio overhaul, using readv/writev, plus other changes 15 years ago
vfprintf.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
vfscanf.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
vfwprintf.c implement wprintf family of functions 15 years ago
vfwscanf.c initial check-in, version 0.5.0 15 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 initial check-in, version 0.5.0 15 years ago
vswprintf.c major stdio overhaul, using readv/writev, plus other changes 15 years ago
vswscanf.c initial check-in, version 0.5.0 15 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