Date: Mon, 21 Mar 2005 08:01:09 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.1 printf.c Message-ID: <200503210801.j2L819aU020017@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-03-21 08:01:09 UTC
FreeBSD src repository
Modified files:
usr.bin/printf printf.1 printf.c
Log:
Support the L modifier for floating-point values as an extension.
When L is omitted, double precision is used, so printf(1) gives
reproducable results. When L is specified, long double precision is
used, which may improve precision, depending on the machine.
Revision Changes Path
1.32 +10 -0 src/usr.bin/printf/printf.1
1.30 +34 -6 src/usr.bin/printf/printf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503210801.j2L819aU020017>
