NetBSD/lib/libc/stdio
kleink f47d490f87 Change several functions to return -1 instead of EOF, which was semantically
wrong.
1997-12-19 14:08:41 +00:00
..
Makefile.inc - use CPPFLAGS instead of CFLAGS 1997-10-22 23:14:04 +00:00
clrerr.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fclose.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fclose.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fdopen.c Fix RCSID's 1997-07-13 20:14:49 +00:00
feof.c Fix RCSID's 1997-07-13 20:14:49 +00:00
ferror.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
ferror.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fflush.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fflush.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fgetc.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fgetln.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fgetln.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fgetpos.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fgets.3 fix pr-2664, second param to fgets is int not size_t, from SAITOH Masanobu 1997-01-17 02:38:19 +00:00
fgets.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fileno.c Fix RCSID's 1997-07-13 20:14:49 +00:00
findfp.c Fix RCSID's 1997-07-13 20:14:49 +00:00
flags.c Fix RCSID's 1997-07-13 20:14:49 +00:00
floatio.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fopen.3 Fix a bizarre formatting error. 1997-10-14 07:27:57 +00:00
fopen.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fprintf.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fpurge.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fputc.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fputs.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fputs.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fread.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
fread.c Fix RCSID's 1997-07-13 20:14:49 +00:00
freopen.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fscanf.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fseek.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
fseek.c Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
fsetpos.c Fix RCSID's 1997-07-13 20:14:49 +00:00
ftell.c Fix RCSID's 1997-07-13 20:14:49 +00:00
funopen.3 xref lseek(2) instead of seek(2); PR lib/2750 1997-01-23 08:10:04 +00:00
funopen.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fvwrite.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fvwrite.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
fwalk.c Fix RCSID's 1997-07-13 20:14:49 +00:00
fwrite.c Fix RCSID's 1997-07-13 20:14:49 +00:00
getc.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
getc.c Fix RCSID's 1997-07-13 20:14:49 +00:00
getchar.c Fix RCSID's 1997-07-13 20:14:49 +00:00
gets.c __warn_references and __indr_reference semicolon fixups. From 1997-11-04 23:52:05 +00:00
getw.c Fix RCSID's 1997-07-13 20:14:49 +00:00
glue.h Merged with 4.4lite. 1995-02-02 02:09:03 +00:00
local.h Fix RCSID's 1997-07-13 20:14:49 +00:00
makebuf.c Use S_IS*(), not S_IF*. 1997-10-19 17:54:18 +00:00
mktemp.3 add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
mktemp.c __warn_references and __indr_reference semicolon fixups. From 1997-11-04 23:52:05 +00:00
perror.3 Remove trailing comma from cross reference list. 1995-07-03 22:49:10 +00:00
perror.c Fix RCSID's 1997-07-13 20:15:17 +00:00
printf.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
printf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
putc.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
putc.c Fix RCSID's 1997-07-13 20:15:17 +00:00
putchar.c Fix RCSID's 1997-07-13 20:15:17 +00:00
puts.c Fix RCSID's 1997-07-13 20:15:17 +00:00
putw.c Fix RCSID's 1997-07-13 20:15:17 +00:00
refill.c Fix RCSID's 1997-07-13 20:15:17 +00:00
remove.3 Add an Xref to rmdir(2). 1997-06-03 22:28:25 +00:00
remove.c Partly backing out last change, only leaving lstat() instead of stat(). 1997-10-07 00:02:44 +00:00
rewind.c Fix RCSID's 1997-07-13 20:15:17 +00:00
rget.c Fix RCSID's 1997-07-13 20:15:17 +00:00
scanf.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
scanf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
setbuf.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
setbuf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
setbuffer.c Fix RCSID's 1997-07-13 20:15:17 +00:00
setvbuf.c Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
snprintf.c Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
sprintf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
sscanf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
stdio.3 typo: DV -> Dv 1996-05-05 19:21:20 +00:00
stdio.c Fix RCSID's 1997-07-13 20:15:17 +00:00
tempnam.c __warn_references and __indr_reference semicolon fixups. From 1997-11-04 23:52:05 +00:00
tmpfile.c Fix RCSID's 1997-07-13 20:15:17 +00:00
tmpnam.3 * clarify that tempnam and tmpnam still have problems 1997-03-24 11:39:10 +00:00
tmpnam.c __warn_references and __indr_reference semicolon fixups. From 1997-11-04 23:52:05 +00:00
ungetc.3 Merged with 4.4lite. 1995-02-02 01:15:33 +00:00
ungetc.c Fix RCSID's 1997-07-13 20:15:17 +00:00
vfprintf.c Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
vfscanf.c Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
vprintf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
vscanf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
vsnprintf.c Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
vsprintf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
vsscanf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
wbuf.c Fix RCSID's 1997-07-13 20:15:17 +00:00
wsetup.c Fix RCSID's 1997-07-13 20:15:17 +00:00