summaryrefslogtreecommitdiffstats
path: root/compat/snprintf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreSven Strickroth2016-03-301-1/+1
* compat/snprintf: don't look at va_list twiceJeff King2011-12-121-2/+7
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-181-4/+6
* compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano2009-08-211-1/+2
* MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin2009-06-011-0/+4
* compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey2008-08-211-0/+4
* Add target architecture MinGW.Johannes Sixt2008-06-221-3/+16
* Add compat/snprintf.c for systems that return bogusMichal Rokos2008-03-051-0/+40