1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libc/stdio
Bill Fenner 261a532a8b The 4.4-lite vfprintf counted the %# hex prefix and the sign in
the precision; ANSI X3J11 is not crystal clear but certainly says
that the precision specifies the number of /digits/, and signs
and "0x" aren't really digits.

NetBSD already has a similar patch.
1996-03-20 18:28:48 +00:00
..
clrerr.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fclose.3
fclose.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fdopen.c
feof.c
ferror.3
ferror.c
fflush.3
fflush.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fgetc.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fgetln.3
fgetln.c
fgetpos.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fgets.3
fgets.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fileno.c
findfp.c Minor cleanup, #include's and unused vars. 1995-10-22 14:52:30 +00:00
flags.c
floatio.h
fopen.3
fopen.c
fprintf.c
fpurge.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fputc.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fputs.3
fputs.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fread.3
fread.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
freopen.c
fscanf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fseek.3
fseek.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
fsetpos.c
ftell.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
funopen.3 Fix a variety of minor typos and cross references in a bunch of 1996-01-20 07:29:11 +00:00
funopen.c
fvwrite.c
fvwrite.h
fwalk.c
fwrite.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
getc.3
getc.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
getchar.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
gets.c Make a link-time warning for the use of gets(). 1995-10-04 18:29:01 +00:00
getw.c
glue.h
local.h
makebuf.c
Makefile.inc
mktemp.3 Added a little NOTES section explaining that passing in a string that 1996-02-15 05:02:16 +00:00
mktemp.c Minor cleanup, #include's and unused vars. 1995-10-22 14:52:30 +00:00
perror.c
printf.3
printf.c
putc.3
putc.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
putchar.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
puts.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
putw.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
refill.c
remove.3
remove.c
rewind.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
rget.c
scanf.3
scanf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
setbuf.3
setbuf.c
setbuffer.c
setvbuf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
snprintf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
sprintf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
sscanf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
stdio.3 Fix even more spelling errors in some more man pages. 1996-01-30 16:34:52 +00:00
stdio.c
tempnam.c
tmpfile.c
tmpnam.3
tmpnam.c
ungetc.3
ungetc.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
vfprintf.c The 4.4-lite vfprintf counted the %# hex prefix and the sign in 1996-03-20 18:28:48 +00:00
vfscanf.c
vprintf.c
vscanf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
vsnprintf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
vsprintf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
vsscanf.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
wbuf.c
wsetup.c