summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-061-2/+1
* Use __sfvwrite() instead of __sputc() via __fputwc() to write to fakeTim J. Robbins2003-11-121-1/+30
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-051-5/+2
* %E-like %g and %G conversions should remove trailing zeroes unlessDavid Schultz2003-04-191-0/+7
* Merge in vfprintf.c rev. 1.58.Tim J. Robbins2003-04-141-9/+11
* Catch up with recent vfprintf.c changes.Tim J. Robbins2003-04-071-175/+215
* Add missing #include to unbreak previous commit.David Schultz2003-04-051-0/+1
* Correct some buffer sizes.David Schultz2003-04-051-9/+15
* Merge vfprintf.c revision 1.52.Tim J. Robbins2003-03-141-2/+2
* Unexpand RCS tag.Tim J. Robbins2003-03-141-1/+1
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'sTim J. Robbins2003-03-131-11/+10
* Set the error bit on the stream if an encoding error occurs. ImproveTim J. Robbins2002-10-161-1/+3
* Add support for the XSI %C and %S formats, which are the same as %lcTim J. Robbins2002-10-161-0/+12
* Use the new va_copy macro to copy variable argument lists instead ofTim J. Robbins2002-09-241-1/+1
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+1538