aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw
AgeCommit message (Expand)AuthorFilesLines
2009-09-29Make MinGW printf() "%p" format compatible with MSVCRT scanf().Keith Marshall2-2/+28
2009-09-01Avoid multiple link time definitions of _printf() for C++Keith Marshall2-1/+9
2009-08-152009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-3/+7
2009-08-082009-08-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe6-3/+32
2009-07-30Fix formatting issue with last entryChris Sutcliffe1-1/+1
2009-07-29Correct disposition of wchar_t output in printf().Keith Marshall2-4/+11
2009-07-282009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-2/+5
2009-07-27Convert to monolithic configuration procedure.Keith Marshall12-8342/+215
2009-07-242009-07-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-0/+7
2009-07-242009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>Chris Sutcliffe2-1/+5
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe8-5/+58
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe3-0/+13
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe3-2/+8
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe2-12/+54
2009-07-182009-07-18 Jeff Lu <jll544@yahoo.com>Chris Sutcliffe2-1/+5
2009-07-182009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe10-300/+307
2009-07-122009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-3/+9
2009-07-122009-06-28 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe28-1431/+1339
2009-06-172009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-0/+5
2009-04-112009-04-11 Danny Smith <dannsymith@users.sourceforge.net>Chris Sutcliffe2-7/+13
2009-03-052009-03-05 Kai Tietz <kai.tietz@onevision.com>Chris Sutcliffe2-18/+156
2009-02-08MinGW-Feature-Request [2222263]: Make getopt() GNU / BSD compatibile.Keith Marshall2-6/+39
2009-01-102009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-3/+6
2009-01-04Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).Keith Marshall3-2/+51
2008-12-31Correct mishandling of invalid characters in printf() format specs.Keith Marshall2-4/+22
2008-12-202008-12-16 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2-25/+44
2008-12-09Committed as obvious.Danny Smith2-1/+5
2008-10-28Correct some binary distribution packaging defects.Keith Marshall2-18/+37
2008-10-18Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v )...Keith Marshall2-32/+41
2008-10-13Fix MinGW-Bug [2160227]: Eliminate conflicting declarations and implementatio...Keith Marshall3-1/+20
2008-10-12* Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor10-3993/+6379
2008-10-11Use de-facto standard Makefile goals to invoke test suite.Keith Marshall2-5/+19
2008-10-11Make strtod() inline definition C89 compliant.Keith Marshall2-2/+14
2008-10-042008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-1/+7
2008-10-03Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.Keith Marshall2-26/+55
2008-10-03Improve package identification in configure script.Keith Marshall4-19/+37
2008-09-25Fix MinGW-Bug [2125708].Keith Marshall2-25/+39
2008-09-242008-09-23 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2-1/+5
2008-09-19Fix MinGW-Bug [2119504].Keith Marshall2-2/+12
2008-09-19Fix MinGW-Bug [2117379].Keith Marshall2-15/+25
2008-09-072008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-2/+6
2008-09-072008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-4/+28
2008-08-31Reimplement getopt.c to add getopt_long_only() function.Keith Marshall4-5/+768
2008-08-31Erase all file content, preparatory to rewrite.Keith Marshall2-591/+0
2008-08-30Implement conditional replacement for printf() family functions.Keith Marshall3-24/+214
2008-08-27Avoid access violations, passing NULL to printf( "...%s..." ).Keith Marshall2-2/+15
2008-08-14Add missing dependencies for building libmingwex.a.Keith Marshall2-2/+16
2008-08-11Add replacements for remaining members of printf() family.Keith Marshall8-2/+416
2008-07-28Replace __mingw_snprintf() with new generic family implementation; likewise, ...Keith Marshall7-1268/+2739
2008-07-28 Lay foundations for new printf() function family implementation.Keith Marshall5-9/+268