NetBSD/lib/libc/stdio
explorer 5b3a9aad8d Cute little bug with operator precedence in our stdio code. It appears
that flushing wasn't done right when input buffers were refilled, due
to a check like
	if (foo == _A | _B) which, since _A and _B are both != 0, always
evaluates to true.

Found by proven@cygnus.com
1996-08-13 07:54:00 +00:00
..
Makefile.inc
clrerr.c
fclose.3
fclose.c
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c
fgetc.c
fgetln.3
fgetln.c
fgetpos.c
fgets.3
fgets.c
fileno.c
findfp.c
flags.c
floatio.h
fopen.3
fopen.c
fprintf.c
fpurge.c
fputc.c Add explict function return types 1996-03-29 23:29:06 +00:00
fputs.3
fputs.c Add explict function return types 1996-03-29 23:29:06 +00:00
fread.3
fread.c
freopen.c Change suggested by Chris Torek to fix problem freopen()ing with a closed 1996-05-04 19:25:19 +00:00
fscanf.c Add explict function return types 1996-03-29 23:29:06 +00:00
fseek.3
fseek.c
fsetpos.c
ftell.c
funopen.3
funopen.c
fvwrite.c Add explict function return types 1996-03-29 23:29:06 +00:00
fvwrite.h
fwalk.c Add explict function return types 1996-03-29 23:29:06 +00:00
fwrite.c
getc.3
getc.c
getchar.c Add explict function return types 1996-03-29 23:29:06 +00:00
gets.c
getw.c
glue.h
local.h
makebuf.c
mktemp.3
mktemp.c
perror.3
perror.c
printf.3
printf.c
putc.3
putc.c Add explict function return types 1996-03-29 23:29:06 +00:00
putchar.c Add explict function return types 1996-03-29 23:29:06 +00:00
puts.c Add explict function return types 1996-03-29 23:29:06 +00:00
putw.c Add explict function return types 1996-03-29 23:29:06 +00:00
refill.c Cute little bug with operator precedence in our stdio code. It appears 1996-08-13 07:54:00 +00:00
remove.3
remove.c Add explict function return types 1996-03-29 23:29:06 +00:00
rewind.c
rget.c Add explict function return types 1996-03-29 23:29:06 +00:00
scanf.3
scanf.c Add explict function return types 1996-03-29 23:29:06 +00:00
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c Add explict function return types 1996-03-29 23:29:06 +00:00
snprintf.c Add explict function return types 1996-03-29 23:29:06 +00:00
sprintf.c
sscanf.c Add explict function return types 1996-03-29 23:29:06 +00:00
stdio.3 typo: DV -> Dv 1996-05-05 19:21:20 +00:00
stdio.c Add explict function return types 1996-03-29 23:29:06 +00:00
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c Add explict function return types 1996-03-29 23:29:06 +00:00
vfprintf.c
vfscanf.c Add explict function return types 1996-03-29 23:29:06 +00:00
vprintf.c Add explict function return types 1996-03-29 23:29:06 +00:00
vscanf.c Add explict function return types 1996-03-29 23:29:06 +00:00
vsnprintf.c Add explict function return types 1996-03-29 23:29:06 +00:00
vsprintf.c Add explict function return types 1996-03-29 23:29:06 +00:00
vsscanf.c Add explict function return types 1996-03-29 23:29:06 +00:00
wbuf.c Add explict function return types 1996-03-29 23:29:06 +00:00
wsetup.c Add explict function return types 1996-03-29 23:29:06 +00:00