NetBSD/lib/libc/stdio
tv ff03cd6580 Document %ll[diouxX] as requested by <bgrayson@ece.utexas.edu> in PR
standards/3527.  Also describe the argument to such a format as "quad_t",
not "quad int".
1998-09-14 21:10:18 +00:00
..
Makefile.inc make sure asprintf and vasprintf get MLINKS to printf.3 1998-08-30 23:29:18 +00:00
asprintf.c s/NULL/NUL/ where appropriate. 1998-09-08 14:13:36 +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 remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fdopen.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
feof.c
ferror.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
ferror.c
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 remove obsolete register declarations 1998-02-03 18:38:12 +00:00
fgetpos.c
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
findfp.c remove obsolete register declarations 1998-02-03 18:38:12 +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
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
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
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 add asprintf and vasprintf, originally written by Todd Miller for OpenBSD 1998-08-28 21:33:10 +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
glue.h
local.h Add a mktempdir(), like mkstemp(), but it creates a directory. 1998-07-27 16:05:07 +00:00
makebuf.c remove obsolete register declarations 1998-02-03 18:38:12 +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
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
setbuf.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
setbuf.c
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 Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
sprintf.c
sscanf.c
stdio.3 fix mdoc references and other mistakes 1998-04-28 20:58:00 +00:00
stdio.c remove obsolete register declarations 1998-02-03 18:38:12 +00:00
tempnam.c Mention mkdtemp() in the warnings. 1998-07-27 16:39:11 +00:00
tmpfile.c Need <stdlib.h> for mkstemp() prototype. 1998-06-01 20:19:46 +00:00
tmpnam.3 Implement a new manual page category ``SECURITY CONSIDERATIONS'' 1998-06-08 12:41:41 +00:00
tmpnam.c Mention mkdtemp() in the warnings. 1998-07-27 16:39:11 +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 s/NULL/NUL/ where appropriate. 1998-09-08 14:13:36 +00:00
vfprintf.c Perform stdio stream locking as appropriate. 1998-09-09 12:08:05 +00:00
vfscanf.c Delint (partially). 1998-07-27 14:04:01 +00:00
vprintf.c
vscanf.c
vsnprintf.c Change several functions to return -1 instead of EOF, which was semantically 1997-12-19 14:08:41 +00:00
vsprintf.c
vsscanf.c
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