aboutsummaryrefslogtreecommitdiffstats
path: root/compat/snprintf.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreSven Strickroth1-1/+1
2011-12-12compat/snprintf: don't look at va_list twiceJeff King1-2/+7
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li1-4/+6
2009-08-21compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano1-1/+2
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin1-0/+4
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey1-0/+4
2008-06-22Add target architecture MinGW.Johannes Sixt1-3/+16
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos1-0/+40