Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more | Sven Strickroth | 2016-03-30 | 1 | -1/+1 |
* | compat/snprintf: don't look at va_list twicejk/maint-snprintf-va-copy | Jeff King | 2011-12-12 | 1 | -2/+7 |
* | Test for WIN32 instead of __MINGW32_ | Frank Li | 2009-09-18 | 1 | -4/+6 |
* | compat/snprintf.c: clarify SNPRINTF_SIZE_CORR | Junio C Hamano | 2009-08-21 | 1 | -1/+2 |
* | MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore | Johannes Schindelin | 2009-06-01 | 1 | -0/+4 |
* | compat/snprintf.c: handle snprintf's that always return the # chars transmitted | Brandon Casey | 2008-08-21 | 1 | -0/+4 |
* | Add target architecture MinGW. | Johannes Sixt | 2008-06-22 | 1 | -3/+16 |
* | Add compat/snprintf.c for systems that return bogus | Michal Rokos | 2008-03-05 | 1 | -0/+40 |