aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/mingwex/stdio
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Correct mishandling of invalid characters in printf() format specs.Keith Marshall1-4/+12
2008-10-18Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v )...Keith Marshall1-32/+33
2008-08-27Avoid access violations, passing NULL to printf( "...%s..." ).Keith Marshall1-2/+6
2008-08-11Add replacements for remaining members of printf() family.Keith Marshall6-0/+398
2008-07-28Replace __mingw_snprintf() with new generic family implementation; likewise, ...Keith Marshall4-0/+2700
2007-08-25Make snprintf() and vsnprintf() conform to C99.Keith Marshall2-18/+0
2005-08-25 * mingwex/stdio/fseeko64.c (fseeko64): Flush stream beforeDanny Smith1-2/+5
2004-08-15 * mingwex/fopen64.c: Move.Danny Smith4-0/+53
2004-08-09* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.Christopher Faylor1-0/+1
2004-07-27 * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith2-2/+2
2004-07-26 * include/_mingw.h: Use only two underscores to uglifyDanny Smith2-2/+2
2003-03-022003-03-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith10-0/+220