#
61180 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
61032 |
| 02-Jun-1993 |
bostic |
Chris Torek's new version; speed up integer output, avoid quad ops |
#
57154 |
| 16-Dec-1992 |
bostic |
Peter McIlroy's version that's integrated with David Gay's work |
#
53810 |
| 02-Jun-1992 |
bostic |
Quad support in printf(3) family |
#
50438 |
| 19-Jul-1991 |
bostic |
delete CSH hacks -- csh no longer needs them |
#
47607 |
| 22-Mar-1991 |
bostic |
use isinf(3) and isnan(3) instead of rolling our own |
#
46646 |
| 24-Feb-1991 |
donn |
Fix __STDC__ version of C-shell printf() to be more like Classic C version. |
#
46611 |
| 24-Feb-1991 |
bostic |
Add include files to get prototype declarations, and fix bugs found. |
#
46442 |
| 16-Feb-1991 |
torek |
csh ugliness needs to pass sprintf on to regular stdio code |
#
46180 |
| 31-Jan-1991 |
torek |
fix up gcc lint |
#
46161 |
| 29-Jan-1991 |
torek |
NaN has a sign too |
#
46126 |
| 22-Jan-1991 |
torek |
reinsert hp300 hack for Inf and NaN; add sparc to the list too |
#
46076 |
| 20-Jan-1991 |
bostic |
new stdio; renamed from doprnt.c. There was a trivial vfprintf.c before, which called the doprnt code. It's in SCCS/S.vfprintf.c. |
#
44426 |
| 28-Jun-1990 |
bostic |
temporary fix to IEEE numbers modf can't handle. /* XXX */ |
#
42631 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
37234 |
| 26-Mar-1989 |
bostic |
embedded assignments are dangerous; Auspex port found this one |
#
36090 |
| 23-Oct-1988 |
bostic |
%h is broken; "printf("%hd %hd\n", (short)1, (short)2);" doesn't behave correctly. If this fix doesn't work, make sure your fix doesn't sign extend on "%hu" and that "printf %hu -1" still works. |
#
34825 |
| 27-Jun-1988 |
bostic |
install approved copyright notice |
#
34672 |
| 08-Jun-1988 |
bostic |
minor optimizations |
#
34669 |
| 07-Jun-1988 |
bostic |
don't allow negative zero; ``printf("%.3f", (double)-0.00005);'' fix "% +5" and "%+ 5" to be identical, rename _cvt to cvt. |
#
34624 |
| 03-Jun-1988 |
bostic |
add D, O, U; completely redo the floating point |
#
34584 |
| 01-Jun-1988 |
bostic |
fix "printf("%4.1f\n", (double)0.0);" |
#
34475 |
| 24-May-1988 |
bostic |
fix %.60g to not add on precision digits |
#
34428 |
| 23-May-1988 |
bostic |
make sure we can write |
#
34427 |
| 23-May-1988 |
bostic |
various padding fixes from Chris |