summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfprintf.c
AgeCommit message (Expand)Author
1995-05-02The C Standard says that printf's format string is a multi-bytejtc
1995-03-22Added "long long" support %ll{d,x,o,i}.jtc
1995-02-25when you have a pointer and want to assign to a quad, you must cast itcgd
1995-01-25Fixed bug with '+' or ' ' flags and precision.jtc
1994-10-20Fix zero padding when using the # format modifier.jtc
1994-09-30The decimal point character is locale specific.jtc
1994-09-19Move FLOATING_POINT definition into Makefile.inc.mycroft
1994-05-22_VA_LIST_ -> _BSD_VA_LIST_cgd
1993-11-04Corrected and simplified floating point formatting.jtc
1993-11-03Trailing zeros should be printed with all floating point formatsjtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-07-12Make declarations match prototypes.mycroft
1993-07-09update for better FP routines, from AT&T & elsewherecgd
1993-04-18Fix error in last patch.mycroft
1993-04-18Make arguments match prototypes.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd