.. |
Makefile.inc
|
RCSid police
|
1997-04-02 12:50:23 +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
|
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
|
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
|
pull in local.h for prototypes. first arg to __sflags() is const char *
|
1996-12-20 20:26:00 +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
|
alternate -> alternative, per PR 2643
|
1997-03-08 13:36:38 +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
|
xref lseek(2) instead of seek(2); PR lib/2750
|
1997-01-23 08:10:04 +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
|
* clarify that tempnam and tmpnam still have problems
|
1997-03-24 11:39:10 +00:00 |
mktemp.c
|
use lstat() instead of stat() when checking for existance.
|
1997-04-08 06:14:39 +00:00 |
perror.3
|
Remove trailing comma from cross reference list.
|
1995-07-03 22:49:10 +00:00 |
perror.c
|
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
|
1997-01-23 14:01:45 +00:00 |
printf.3
|
alternate -> alternative, per PR 2643
|
1997-03-08 13:36:38 +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
|
add warn_refs for mktemp(), tempnam(), and tmpnam() since most code
|
1997-03-16 05:00:38 +00:00 |
tmpfile.c
|
Merged with 4.4lite.
|
1995-02-02 02:09:03 +00:00 |
tmpnam.3
|
* clarify that tempnam and tmpnam still have problems
|
1997-03-24 11:39:10 +00:00 |
tmpnam.c
|
add warn_refs for mktemp(), tempnam(), and tmpnam() since most code
|
1997-03-16 05:00:38 +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
|
RCSid police
|
1997-04-02 12:50:23 +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 |