| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add error checking to some calls to __find_arguments(). Matches similar |  tb | 2017-11-16 | 1 | -6/+16 |
| * | fmt0 is a wchar_t *, so use %ls to report |  deraadt | 2017-08-15 | 1 | -3/+3 |
| * | % is escaped with more %, not backslash. |  tedu | 2016-08-17 | 1 | -3/+3 |
| * | Generate syslog warnings for %s fmt strings NULL to "(null)" conversions. |  deraadt | 2016-08-17 | 1 | -3/+20 |
| * | Remove NULL-checks before free() and a few related dead assignments. |  mmcc | 2015-12-28 | 1 | -15/+5 |
| * | Delete the final, inscrutable NOSTRICT and VARARGS lint comments |  guenther | 2015-09-29 | 1 | -2/+1 |
| * | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 1 | -1/+2 |
| * | Show the sign for NaN as per POSIX; from Elliott Hughes. |  daniel | 2014-12-21 | 1 | -4/+3 |
| * | Remove assigned but unused local variables and macro from vfwprintf(). |  stsp | 2014-06-04 | 1 | -7/+1 |
| * | Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we |  deraadt | 2014-05-03 | 1 | -1/+5 |
| * | It's still safe to assumed 'signed' exists |  guenther | 2014-03-19 | 1 | -3/+3 |
| * | a __fputwc_unlock() prototype was available in fvwrite.h, so use that |  deraadt | 2013-11-12 | 1 | -3/+1 |
| * | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly |  guenther | 2013-11-01 | 1 | -3/+2 |
| * | add some prototypes, casts, includes, parenthesis, and whatnot to |  tedu | 2013-04-17 | 1 | -1/+3 |
| * | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in |  matthew | 2012-06-26 | 1 | -2/+5 |
| * | Always free the multibyte->wchar conversion buffer allocated in __mbsconv(). |  stsp | 2011-05-09 | 1 | -1/+3 |
| * | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. |  stsp | 2011-04-28 | 1 | -0/+1519 |
| * | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. |  stsp | 2011-04-24 | 1 | -1519/+0 |
| * | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. |  stsp | 2011-04-24 | 1 | -0/+1519 |