aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwprintf.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-2/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* libc: Implement N2680.Dag-Erling Smørgrav2023-09-071-0/+44
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-281-0/+13
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-2/+2
* Don't check for __SERR which may stick from one of any previous stdioAndrey A. Chernov2016-08-251-0/+6
* Adjust errno on failed prepwrite.Pedro F. Giffuni2014-07-201-1/+3
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1David Schultz2012-04-211-0/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-34/+46
* In __mbsconv(), if prec was zero, nconv could have been usedGarrett Wollman2009-11-251-1/+1
* Replace a dozen lines of code with a call to strnlen() / wcsnlen().David Schultz2009-02-281-17/+1
* Make sure %zd treats negative arguments properly on 32-bit platforms.David Schultz2009-02-281-1/+1
* Add support for multibyte thousands_sep encodings, e.g., U+066C.David Schultz2009-01-221-62/+116
* Add support for multibyte decimal_point encodings, e.g., U+066B.David Schultz2009-01-191-16/+26
* When f[w]printf() is called on an unbuffered file like stdout, itDavid Schultz2009-01-171-7/+11
* Reduce code duplication by moving functions that are identical in bothDavid Schultz2009-01-151-214/+0
* Convert the insidious macros that handle printf()'s buffering intoDavid Schultz2009-01-151-38/+58
* Consolidate some variable initializations. No substantive change.David Schultz2008-12-111-6/+6
* Initialize "nconv" to a reasonable value in all code paths. Prior toColin Percival2008-08-041-1/+3
* Correctly handle malloc() failure. While here, reduce the code size aDavid Schultz2008-06-291-3/+9
* Reduce the level of duplication between vfprintf() and vfwprintf()David Schultz2008-06-291-488/+3
* Begin de-spaghettifying the code that handles positional arguments.David Schultz2008-06-291-94/+153
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-1/+2
* Catch up with vfprintf.c,v 1.77.David Schultz2007-12-181-0/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Use correct type in va_arg argument.Alexander Kabaev2006-09-211-1/+1
* Add missing #if's for NO_FLOATING_POINTPoul-Henning Kamp2006-04-011-2/+4
* Be bug-for-bug compatible with the C standard with respect toDavid Schultz2005-04-161-2/+8
* Don't forget to va_end() the va_list we get from va_copy().Dag-Erling Smørgrav2004-08-261-0/+1
* The third operand of the conditional operator should have type void too.Stefan Farfeleder2004-06-081-1/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-081-1/+1
* Fix damaged FBSDID.David E. O'Brien2004-05-021-3/+1
* Merge vfprintf.c, v1.65:David Schultz2004-05-021-24/+17
* Use the correct size to allocate, copy and clear argument type tablesTim J. Robbins2004-04-221-6/+9
* Prepare to handle trivial state-dependent encodings. Full support forTim J. Robbins2004-04-071-3/+10
* Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()David Schultz2004-01-231-19/+25
* 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