..
asprintf.c
Make sure we free the buffer in all error cases.
1998-10-15 07:36:09 +00:00
clrerr.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
fclose.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
fclose.c
Backed out previous fclose(NULL) change.
1998-10-18 23:48:18 +00:00
fdopen.c
Need an internal name for fdopen().
1998-10-13 14:07:04 +00:00
feof.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
ferror.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
ferror.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
fflush.3
first pass at fixing up capitalization of function names and
1998-08-29 08:32:32 +00:00
fflush.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
fgetc.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
fgetln.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
fgetln.c
Need an internal name for fgetln().
1998-10-16 12:39:54 +00:00
fgetpos.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
fgets.3
Implement a new manual page category ``SECURITY CONSIDERATIONS''
1998-06-08 12:41:41 +00:00
fgets.c
Sloppy stdio stream lock tracking.
1998-09-07 14:31:57 +00:00
fileno.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
findfp.c
Replace use of getdtablesize() with (the non-deprecated) sysconf(), hence no
1998-10-18 13:56:21 +00:00
flags.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
floatio.h
fopen.3
fix mdoc references and other mistakes
1998-04-28 20:58:00 +00:00
fopen.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
fprintf.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
fpurge.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
fputc.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
fputs.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
fputs.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
fread.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
fread.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
freopen.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
fscanf.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
fseek.3
Make the fseek() return value description match XSH5 (again).
1998-09-09 20:17:27 +00:00
fseek.c
Sloppy stdio stream lock tracking.
1998-09-06 16:37:27 +00:00
fsetpos.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
ftell.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
funopen.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
funopen.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
fvwrite.c
Allocate space exponentially, not linearly.
1998-10-15 07:10:38 +00:00
fvwrite.h
s/c_plusplus/__cplusplus/
1998-09-08 15:10:12 +00:00
fwalk.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
fwrite.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
getc.3
fix mdoc references and other mistakes
1998-04-28 20:58:00 +00:00
getc.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
getchar.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
gets.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
gettemp.c
Add a mktempdir(), like mkstemp(), but it creates a directory.
1998-07-27 16:05:07 +00:00
getw.c
Fix RCSID's
1997-07-13 20:14:49 +00:00
glue.h
local.h
Add a mktempdir(), like mkstemp(), but it creates a directory.
1998-07-27 16:05:07 +00:00
makebuf.c
Need an internal name for isatty().
1998-10-13 15:05:02 +00:00
Makefile.inc
make sure asprintf and vasprintf get MLINKS to printf.3
1998-08-30 23:29:18 +00:00
mkdtemp.c
Actually, FreeBSD calls this mkdtemp(). No point in creating a new name.
1998-07-27 16:12:01 +00:00
mkstemp.c
Add a mktempdir(), like mkstemp(), but it creates a directory.
1998-07-27 16:05:07 +00:00
mktemp.3
Update the date on this man page.
1998-07-28 17:11:12 +00:00
mktemp.c
Mention mkdtemp() in the warnings.
1998-07-27 16:39:11 +00:00
perror.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
perror.c
Since perror() must be reentrant, change the storage class of the buffer used
1998-09-09 12:15:55 +00:00
printf.3
Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PR
1998-09-14 21:10:18 +00:00
printf.c
Fix RCSID's
1997-07-13 20:15:17 +00:00
putc.3
first pass at fixing up capitalization of function names and
1998-08-29 08:32:32 +00:00
putc.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
putchar.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-19 07:38:41 +00:00
puts.c
Deploy stdio stream locking as necessary.
1998-09-07 14:37:13 +00:00
putw.c
Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio
1998-01-22 06:35:01 +00:00
refill.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
remove.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
remove.c
Minor KNF nit.
1998-09-07 14:22:30 +00:00
rewind.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
rget.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
scanf.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
scanf.c
Fix RCSID's
1997-07-13 20:15:17 +00:00
setbuf.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
setbuf.c
Fix RCSID's
1997-07-13 20:15:17 +00:00
setbuffer.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
setvbuf.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
snprintf.c
Need internal names for snprintf() and vsnprintf().
1998-10-13 14:19:21 +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
fix mdoc references and other mistakes
1998-04-28 20:58:00 +00:00
stdio.c
Need "namespace.h".
1998-10-14 11:56:28 +00:00
tempnam.c
Need internal names for snprintf() and vsnprintf().
1998-10-13 14:19:21 +00:00
tmpfile.c
Need an internal name for fdopen().
1998-10-13 14:07:04 +00:00
tmpnam.3
Implement a new manual page category ``SECURITY CONSIDERATIONS''
1998-06-08 12:41:41 +00:00
tmpnam.c
Need internal names for snprintf() and vsnprintf().
1998-10-13 14:19:21 +00:00
ungetc.3
add LIBRARY section to man page
1998-02-05 18:45:17 +00:00
ungetc.c
Deploy stdio stream locking as necessary.
1998-09-07 14:37:13 +00:00
vasprintf.c
Make sure we free the buffer in all error cases.
1998-10-15 07:36:09 +00:00
vfprintf.c
Need internal names for isinf() and isnan().
1998-10-13 14:43:36 +00:00
vfscanf.c
Don't return immediately if EOF encountered while matching format string white
1998-10-25 18:25:43 +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
Need internal names for snprintf() and vsnprintf().
1998-10-13 14:19:21 +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
remove obsolete register declarations
1998-02-03 18:38:12 +00:00
wsetup.c
remove obsolete register declarations
1998-02-03 18:38:12 +00:00