summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfprintf.c
AgeCommit message (Expand)Author
2000-07-08Attach __format__ attributes to local __sbprintf functionsommerfeld
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15This is ugly. There is a const castaway inside the print macro, so we cannotchristos
1998-10-13Need internal names for isinf() and isnan().kleink
1998-09-09Perform stdio stream locking as appropriate.kleink
1998-07-27Delint (partially).mycroft
1998-07-26Minor nit.mycroft
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-02-03remove obsolete register declarationsperry
1997-12-19Change several functions to return -1 instead of EOF, which was semanticallykleink
1997-08-29Remove the flag test when seeing if _double is zero or not. Wephil
1997-07-13Fix RCSID'schristos
1997-05-03Upon an attempt to write to a stream that can't be written to, set errnokleink
1997-04-02RCSid policekleink
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