This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e903e46b14
NetBSD
/
lib
/
libc
/
stdio
History
cbiere
8544bfafc4
Fix for issue reported in PR lib/35401 as well as related overflow bugs.
2007-01-26 00:37:30 +00:00
..
Makefile.inc
Add signal-safe versions of snprintf and vsnprintf
2006-10-27 19:59:58 +00:00
_fileno.c
…
_fseeko.c
…
_ftello.c
…
asprintf.c
* Consider all negative return values as error, not just -1.
2007-01-26 00:27:54 +00:00
clrerr.c
…
fclose.3
…
fclose.c
…
fdopen.c
…
feof.c
…
ferror.3
…
ferror.c
…
fflush.3
…
fflush.c
…
fgetc.c
…
fgetln.3
…
fgetln.c
…
fgetpos.c
…
fgets.3
…
fgets.c
…
fgetstr.c
fix spelling of accommodate; from Zapher.
2006-11-24 19:46:58 +00:00
fgetwc.c
SUSv3 said, if an encoding error occurs, the error indicator
2006-07-03 17:06:36 +00:00
fgetwln.3
…
fgetwln.c
…
fgetws.3
…
fgetws.c
SUSv3 said, if an encoding error occurs, the error indicator
2006-07-03 17:06:36 +00:00
fileext.h
…
fileno.c
…
findfp.c
Grr, adjust last so that it works with our busted lint(1).
2006-10-07 21:40:46 +00:00
flags.c
…
floatio.h
…
flockfile.3
…
flockfile.c
…
fopen.3
…
fopen.c
…
fparseln.3
…
fparseln.c
…
fprintf.c
…
fpurge.c
…
fputc.c
…
fputs.3
…
fputs.c
…
fputwc.c
…
fputws.3
…
fputws.c
…
fread.3
…
fread.c
…
freopen.c
…
fscanf.c
…
fseek.3
…
fseek.c
…
fseeko.c
remove bogus (void)&var; From Anon Ymous
2006-12-18 00:40:14 +00:00
fsetpos.c
…
ftell.c
…
ftello.c
…
funopen.3
…
funopen.c
…
fvwrite.c
Add signal-safe versions of snprintf and vsnprintf
2006-10-27 19:59:58 +00:00
fvwrite.h
…
fwalk.c
…
fwide.3
…
fwide.c
…
fwprintf.c
…
fwrite.c
…
fwscanf.c
…
getc.3
…
getc.c
…
getchar.c
…
gets.c
…
gettemp.c
…
getw.c
…
getwc.3
…
getwc.c
…
getwchar.c
…
glue.h
…
local.h
…
makebuf.c
…
mkdtemp.c
…
mkstemp.c
…
mktemp.3
Remove inappropriate comma.
2006-08-04 20:55:45 +00:00
mktemp.c
…
perror.c
…
printf.3
As suggested by Johan Veenhuizen in PR 32981, reword slightly to avoid
2006-09-25 08:55:33 +00:00
printf.c
…
putc.3
…
putc.c
…
putchar.c
…
puts.c
…
putw.c
…
putwc.3
…
putwc.c
…
putwchar.c
…
refill.c
…
remove.3
…
remove.c
…
rewind.c
…
rget.c
…
scanf.3
…
scanf.c
…
setbuf.3
…
setbuf.c
…
setbuffer.c
…
setvbuf.c
…
snprintf.c
…
snprintf_ss.c
Don't expose _ss functions for 4.0. Requested by core.
2006-11-22 17:23:24 +00:00
sprintf.c
…
sscanf.c
…
stdio.3
…
stdio.c
…
swprintf.c
…
swscanf.c
…
tempnam.c
…
tmpfile.c
…
tmpnam.3
…
tmpnam.c
…
ungetc.3
…
ungetc.c
…
ungetwc.3
…
ungetwc.c
…
vasprintf.c
…
vfprintf.c
Fix for issue reported in PR lib/35401 as well as related overflow bugs.
2007-01-26 00:37:30 +00:00
vfscanf.c
…
vfwprintf.c
fwprintf(stderr) may coredump, when LC_CTYPE locale is set none C/POSIX.
2006-10-01 10:29:21 +00:00
vfwscanf.c
…
vprintf.c
…
vscanf.c
…
vsnprintf.c
…
vsnprintf_ss.c
Don't expose _ss functions for 4.0. Requested by core.
2006-11-22 17:23:24 +00:00
vsprintf.c
…
vsscanf.c
…
vswprintf.c
…
vswscanf.c
…
vwprintf.c
…
vwscanf.c
…
wbuf.c
…
wcio.h
…
wprintf.3
…
wprintf.c
…
wscanf.3
…
wscanf.c
…
wsetup.c
…