summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Use correct type in va_arg argument.kan2006-09-211-1/+1
* Add missing #if's for NO_FLOATING_POINTphk2006-04-011-2/+4
* Be bug-for-bug compatible with the C standard with respect todas2005-04-161-2/+8
* Don't forget to va_end() the va_list we get from va_copy().des2004-08-261-0/+1
* The third operand of the conditional operator should have type void too.stefanf2004-06-081-1/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-081-1/+1
* Fix damaged FBSDID.obrien2004-05-021-3/+1
* Merge vfprintf.c, v1.65:das2004-05-021-24/+17
* Use the correct size to allocate, copy and clear argument type tablestjr2004-04-221-6/+9
* Prepare to handle trivial state-dependent encodings. Full support fortjr2004-04-071-3/+10
* Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()das2004-01-231-19/+25
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-061-2/+1
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to faketjr2003-11-121-1/+30
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-051-5/+2
* %E-like %g and %G conversions should remove trailing zeroes unlessdas2003-04-191-0/+7
* Merge in vfprintf.c rev. 1.58.tjr2003-04-141-9/+11
* Catch up with recent vfprintf.c changes.tjr2003-04-071-175/+215
* Add missing #include to unbreak previous commit.das2003-04-051-0/+1
* Correct some buffer sizes.das2003-04-051-9/+15
* Merge vfprintf.c revision 1.52.tjr2003-03-141-2/+2
* Unexpand RCS tag.tjr2003-03-141-1/+1
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'stjr2003-03-131-11/+10
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-161-1/+3
* Add support for the XSI %C and %S formats, which are the same as %lctjr2002-10-161-0/+12
* Use the new va_copy macro to copy variable argument lists instead oftjr2002-09-241-1/+1
* Add implementations of the wprintf() family of functions, which performtjr2002-09-211-0/+1538
OpenPOWER on IntegriCloud