NetBSD/lib/libc/stdio
rillig b108f9c1fe mktemp.3: mkdtemp is no longer nonstandard
Reported by Aleksey Cheusov on tech-userlevel.
2024-05-04 05:50:49 +00:00
..
Makefile.inc Catch up with all the lint warnings since exit on warning was disabled. 2024-01-20 14:52:45 +00:00
clrerr.c
dprintf.c
fclose.3
fclose.c
fdopen.c Add O_REGULAR to enforce opening of only regular files 2017-11-09 20:30:01 +00:00
feof.c
ferror.3
ferror.c
fflush.3 Document history 2019-09-07 11:53:27 +00:00
fflush.c revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate 2021-07-22 17:08:15 +00:00
fgetc.c
fgetln.3 Indent. 2018-07-04 07:38:38 +00:00
fgetln.c Don't use "NULL" to talk about null-terminated strings. 2017-06-08 15:59:45 +00:00
fgetpos.c
fgets.3
fgets.c
fgetstr.c Don't use "NULL" to talk about null-terminated strings. 2017-06-08 15:59:45 +00:00
fgetwc.c
fgetwln.3
fgetwln.c Improvements to fgetwln(3) from Andrey Chernov: 2016-08-27 13:15:48 +00:00
fgetws.3
fgetws.c
fileext.h lib: remove CONSTCOND comment 2022-04-19 20:32:14 +00:00
fileno.c
findfp.c
flags.c Add O_REGULAR to enforce opening of only regular files 2017-11-09 20:30:01 +00:00
floatio.h
flockfile.3
flockfile.c
fmemopen.3 English grammar nit: there's only one function described in this man page 2015-09-06 03:10:50 +00:00
fmemopen.c
fopen.3 Start documenting history 2019-09-02 00:30:58 +00:00
fopen.c Revert to commits as they broke few rump tests 2018-01-17 01:24:29 +00:00
fparseln.3 Kill unneeded paragraph macro. 2014-01-07 13:34:11 +00:00
fparseln.c
fprintf.c remove diag assert - the compiler demands fp is non NULL now. 2019-01-23 00:05:47 +00:00
fpurge.c
fputc.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
fputs.3 Bump date for previous. 2017-07-30 23:13:24 +00:00
fputs.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
fputwc.c
fputws.3
fputws.c
fread.3 for fread(3) and fwrite(3) check for (size * nmemb) size_t overflow, and 2021-02-01 17:50:53 +00:00
fread.c Catch up with all the lint warnings since exit on warning was disabled. 2024-01-20 14:52:45 +00:00
freopen.c Revert to commits as they broke few rump tests 2018-01-17 01:24:29 +00:00
fscanf.c
fseek.3 fseek.3: fix grammar 2021-09-11 18:46:22 +00:00
fseek.c Don't try to extend the offset range on 32 bit machines by treating negative 2014-11-16 20:32:52 +00:00
fseeko.c add linted comment 2017-01-10 17:44:28 +00:00
fsetpos.c
ftell.c
ftello.c
funopen.3 Minor markup and wording fixes. 2019-03-21 21:13:45 +00:00
funopen.c PR/51572: calling funopen on each printw call is a tad excessive, but this 2016-10-23 21:01:52 +00:00
fvwrite.c From enh at google dot com in tech-userlevel. Don't limit writes to BUFSIZ, 2024-03-29 22:39:41 +00:00
fvwrite.h
fwalk.c
fwide.3
fwide.c
fwprintf.c
fwrite.c for fread(3) and fwrite(3) check for (size * nmemb) size_t overflow, and 2021-02-01 17:50:53 +00:00
fwscanf.c
getc.3 Start documenting history 2019-09-02 00:30:58 +00:00
getc.c
getchar.c
getdelim.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getdelim.c Don't use "NULL" to talk about null-terminated strings. 2017-06-08 15:59:45 +00:00
getline.c
gets.c
gettemp.c Catch up with all the lint warnings since exit on warning was disabled. 2024-01-20 14:52:45 +00:00
gettemp.h add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
getw.c
getwc.3 Remove comma after last Nm entry 2017-10-25 17:03:30 +00:00
getwc.c
getwchar.c
glue.h
local.h add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
makebuf.c Fix typo in the function comment. 2018-12-14 03:29:54 +00:00
mkdtemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkostemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkostemps.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkstemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mkstemps.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
mktemp.3 mktemp.3: mkdtemp is no longer nonstandard 2024-05-04 05:50:49 +00:00
mktemp.c add mkostemp, mkostemps, mkstemps from FreeBSD. 2014-06-18 17:47:58 +00:00
open_memstream.3 fix typos in word "operation(s)". 2021-12-12 08:49:57 +00:00
open_memstream.c handle sizeof(off_t) > sizeof(size_t) 2024-01-23 15:32:54 +00:00
open_wmemstream.c handle sizeof(off_t) > sizeof(size_t) 2024-01-23 15:32:54 +00:00
perror.c
printf.3 Improve wording to avoid confusion about the return value of {v,}asprintf(3) 2022-04-03 14:17:53 +00:00
printf.c
printf_l.3 Mention stdarg.h for va_list. 2016-12-29 20:29:30 +00:00
putc.3 putc & putw were in v1 2019-09-02 00:48:16 +00:00
putc.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
putchar.c
puts.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
putw.c
putwc.3
putwc.c
putwchar.c
refill.c
remove.3
remove.c
rewind.c
rget.c
scanf.3
scanf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
scanf_l.3 Add printf/scanf man pages from FreeBSD 2015-12-29 17:55:23 +00:00
setbuf.3 Don't leave a subordinate clause out in the cold. 2018-12-14 03:43:22 +00:00
setbuf.c
setbuffer.c
setvbuf.c
snprintf_ss.c
sscanf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
stdio.3 stdio(3): fix typos in the manual page 2020-08-29 15:25:57 +00:00
stdio.c
swprintf.c
swscanf.c
tempnam.c
tmpfile.c
tmpnam.3 Refer to "w+" as "mode" as that's what fopen(3) calls it. 2019-09-01 01:23:14 +00:00
tmpnam.c
ungetc.3
ungetc.c
ungetwc.3
ungetwc.c
vasprintf.c
vdprintf.c Allow vdprintf to work on non-blocking non-regular files (Rob Newberry) 2020-08-28 22:02:24 +00:00
vfprintf.c
vfscanf.c fix various typos in comments, docs and log messages. 2022-05-24 06:27:59 +00:00
vfwprintf.c Catch up with all the lint warnings since exit on warning was disabled. 2024-01-20 14:52:45 +00:00
vfwscanf.c lib: remove CONSTCOND comment 2022-04-19 20:32:14 +00:00
vprintf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
vscanf.c fixes for GCC 6: 2018-02-04 01:13:45 +00:00
vsnprintf.c undo SSP damage from -Wsystem-headers 2017-01-12 18:16:52 +00:00
vsnprintf_ss.c lib: remove CONSTCOND comment 2022-04-19 20:32:14 +00:00
vsprintf.c
vsscanf.c
vswprintf.c
vswscanf.c
vwprintf.c
vwscanf.c
wbuf.c
wcio.h lib: remove CONSTCOND comment 2022-04-19 20:32:14 +00:00
wprintf.3 Correct floating-point terminology. 2021-02-16 14:44:25 +00:00
wprintf.c
wscanf.3
wscanf.c
wsetup.c