summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwprintf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The printf format string component %n is a nearly turning-complete gadget.deraadt2020-10-271-2/+41
* Add error checking to some calls to __find_arguments(). Matches similartb2017-11-161-6/+16
* fmt0 is a wchar_t *, so use %ls to reportderaadt2017-08-151-3/+3
* % is escaped with more %, not backslash.tedu2016-08-171-3/+3
* Generate syslog warnings for %s fmt strings NULL to "(null)" conversions.deraadt2016-08-171-3/+20
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-281-15/+5
* Delete the final, inscrutable NOSTRICT and VARARGS lint commentsguenther2015-09-291-2/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Show the sign for NaN as per POSIX; from Elliott Hughes.daniel2014-12-211-4/+3
* Remove assigned but unused local variables and macro from vfwprintf().stsp2014-06-041-7/+1
* Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, wederaadt2014-05-031-1/+5
* It's still safe to assumed 'signed' existsguenther2014-03-191-3/+3
* a __fputwc_unlock() prototype was available in fvwrite.h, so use thatderaadt2013-11-121-3/+1
* Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyguenther2013-11-011-3/+2
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-1/+3
* Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point inmatthew2012-06-261-2/+5
* Always free the multibyte->wchar conversion buffer allocated in __mbsconv().stsp2011-05-091-1/+3
* Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.stsp2011-04-281-0/+1519
* Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.stsp2011-04-241-1519/+0
* Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.stsp2011-04-241-0/+1519