summaryrefslogtreecommitdiffstats
path: root/winsup/mingw
Commit message (Expand)AuthorAgeFilesLines
* 2009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-08-152-3/+7
* 2009-08-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2009-08-086-3/+32
* Fix formatting issue with last entryChris Sutcliffe2009-07-301-1/+1
* Correct disposition of wchar_t output in printf().Keith Marshall2009-07-292-4/+11
* 2009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-07-282-2/+5
* Convert to monolithic configuration procedure.Keith Marshall2009-07-2712-8342/+215
* 2009-07-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-07-242-0/+7
* 2009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>Chris Sutcliffe2009-07-242-1/+5
* 2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe2009-07-188-5/+58
* 2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe2009-07-183-0/+13
* 2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe2009-07-183-2/+8
* 2009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe2009-07-182-12/+54
* 2009-07-18 Jeff Lu <jll544@yahoo.com>Chris Sutcliffe2009-07-182-1/+5
* 2009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-07-1810-300/+307
* 2009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-07-122-3/+9
* 2009-06-28 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe2009-07-1228-1431/+1339
* 2009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-06-172-0/+5
* 2009-04-11 Danny Smith <dannsymith@users.sourceforge.net>Chris Sutcliffe2009-04-112-7/+13
* 2009-03-05 Kai Tietz <kai.tietz@onevision.com>Chris Sutcliffe2009-03-052-18/+156
* MinGW-Feature-Request [2222263]: Make getopt() GNU / BSD compatibile.Keith Marshall2009-02-082-6/+39
* 2009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2009-01-102-3/+6
* Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).Keith Marshall2009-01-043-2/+51
* Correct mishandling of invalid characters in printf() format specs.Keith Marshall2008-12-312-4/+22
* 2008-12-16 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-12-202-25/+44
* Committed as obvious.Danny Smith2008-12-092-1/+5
* Correct some binary distribution packaging defects.Keith Marshall2008-10-282-18/+37
* Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v )...Keith Marshall2008-10-182-32/+41
* Fix MinGW-Bug [2160227]: Eliminate conflicting declarations and implementatio...Keith Marshall2008-10-133-1/+20
* * Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor2008-10-1210-3993/+6379
* Use de-facto standard Makefile goals to invoke test suite.Keith Marshall2008-10-112-5/+19
* Make strtod() inline definition C89 compliant.Keith Marshall2008-10-112-2/+14
* 2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-10-042-1/+7
* Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.Keith Marshall2008-10-032-26/+55
* Improve package identification in configure script.Keith Marshall2008-10-034-19/+37
* Fix MinGW-Bug [2125708].Keith Marshall2008-09-252-25/+39
* 2008-09-23 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2008-09-242-1/+5
* Fix MinGW-Bug [2119504].Keith Marshall2008-09-192-2/+12
* Fix MinGW-Bug [2117379].Keith Marshall2008-09-192-15/+25
* 2008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-09-072-2/+6
* 2008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-09-072-4/+28
* Reimplement getopt.c to add getopt_long_only() function.Keith Marshall2008-08-314-5/+768
* Erase all file content, preparatory to rewrite.Keith Marshall2008-08-312-591/+0
* Implement conditional replacement for printf() family functions.Keith Marshall2008-08-303-24/+214
* Avoid access violations, passing NULL to printf( "...%s..." ).Keith Marshall2008-08-272-2/+15
* Add missing dependencies for building libmingwex.a.Keith Marshall2008-08-142-2/+16
* Add replacements for remaining members of printf() family.Keith Marshall2008-08-118-2/+416
* Replace __mingw_snprintf() with new generic family implementation; likewise, ...Keith Marshall2008-07-287-1268/+2739
* Lay foundations for new printf() function family implementation.Keith Marshall2008-07-285-9/+268
* 2008-07-06 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Danny Smith2008-07-072-3/+8
* * include/stdio.h (swprintf, vswprintf): Guard with #ifndef __STRICT...Danny Smith2008-07-043-5/+17