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 mktemp.c belongs here, not gen/Makefile.inc 1995-02-25 17:06:28 +00:00
clrerr.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fclose.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fclose.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fdopen.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
feof.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
ferror.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
ferror.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fflush.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fflush.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fgetc.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fgetln.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fgetln.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fgetpos.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fgets.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fgets.c change second arg of fgets() from size_t to int 1995-03-25 02:50:04 +00:00
fileno.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
findfp.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
flags.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
floatio.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fopen.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fopen.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fprintf.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fpurge.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fputc.c Add explict function return types 1996-03-29 23:29:06 +00:00
fputs.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fputs.c Add explict function return types 1996-03-29 23:29:06 +00:00
fread.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fread.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
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 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fseek.c flush so that the offset will be correct on streams opened in 1995-03-05 06:56:09 +00:00
fsetpos.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
ftell.c Removed const qualifier from ftell's FILE * argument. It's not ANSI, 1995-03-22 18:17:24 +00:00
funopen.3 Fix typo in funopen prototype; Reported by Noriyuki Soda in PR #1954 1996-01-17 01:42:55 +00:00
funopen.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fvwrite.c Add explict function return types 1996-03-29 23:29:06 +00:00
fvwrite.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fwalk.c Add explict function return types 1996-03-29 23:29:06 +00:00
fwrite.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
getc.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
getc.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
getchar.c Add explict function return types 1996-03-29 23:29:06 +00:00
gets.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
getw.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
glue.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
local.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
makebuf.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
mktemp.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
mktemp.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
perror.3 Remove trailing comma from cross reference list. 1995-07-03 22:49:10 +00:00
perror.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
printf.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
printf.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
putc.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
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 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
remove.c Add explict function return types 1996-03-29 23:29:06 +00:00
rewind.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
rget.c Add explict function return types 1996-03-29 23:29:06 +00:00
scanf.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
scanf.c Add explict function return types 1996-03-29 23:29:06 +00:00
setbuf.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
setbuf.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
setbuffer.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
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 Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
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 Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
tmpfile.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
tmpnam.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
tmpnam.c Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
ungetc.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
ungetc.c Add explict function return types 1996-03-29 23:29:06 +00:00
vfprintf.c The C Standard says that printf's format string is a multi-byte 1995-05-02 19:52:41 +00:00
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