aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/mingwex
AgeCommit message (Expand)AuthorFilesLines
2012-11-07* mingw: Delete obsolete directory.Christopher Faylor326-27485/+0
2012-08-082012-08-08 Kai Tietz <ktietz@redhat.com>Earnie Boyd1-4/+4
2012-08-06 * mingwex/membarrier.c: New file.Earnie Boyd2-2/+21
2012-08-03 * include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,Earnie Boyd1-11/+15
2012-05-08Remove references to nonexistent files.Keith Marshall1-1/+1
2012-02-01More performance enhancements and POSIX compliance corrections.Keith Marshall1-221/+234
2011-11-26Clean up DIRENT errno handling; make it more POSIX conformant.Keith Marshall1-94/+94
2011-10-01Rationalise structure layout; add dirent.d_type field.Keith Marshall1-55/+115
2011-08-27Don't expose implementation detail for opaque DIRENT structures.Keith Marshall1-0/+54
2011-05-31Correct checking for short option matches in getopt_long_only().Keith Marshall1-4/+70
2011-05-232011-05-22 Antoine LECA <antoinel@users.sourceforge.net>Chris Sutcliffe1-8/+8
2011-05-232011-05-22 Antoine LECA <antoinel@users.sourceforge.net>Chris Sutcliffe1-1/+1
2011-01-07Correct hexadecimal formatting of double and long double values.Keith Marshall1-72/+23
2010-05-192010-04-27 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe1-2/+8
2009-11-282009-11-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe1-1/+35
2009-10-29Honor DESTDIR for winsup/mingw and winsup/w32apiCharles Wilson1-3/+15
2009-09-29Make MinGW printf() "%p" format compatible with MSVCRT scanf().Keith Marshall1-2/+15
2009-07-29Correct disposition of wchar_t output in printf().Keith Marshall1-4/+3
2009-07-282009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe1-2/+1
2009-07-27Convert to monolithic configuration procedure.Keith Marshall4-4018/+24
2009-07-242009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>Chris Sutcliffe1-1/+1
2009-07-182009-07-18 Jeff Lu <jll544@yahoo.com>Chris Sutcliffe1-1/+1
2009-07-182009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe9-300/+300
2009-07-122009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe1-3/+5
2009-07-122009-06-28 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe27-1431/+1321
2009-02-08MinGW-Feature-Request [2222263]: Make getopt() GNU / BSD compatibile.Keith Marshall1-6/+31
2009-01-04Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).Keith Marshall1-2/+28
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-10-12* Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor3-1069/+1828
2008-10-03Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.Keith Marshall1-26/+44
2008-09-19Fix MinGW-Bug [2119504].Keith Marshall1-2/+2
2008-08-31Reimplement getopt.c to add getopt_long_only() function.Keith Marshall1-0/+649
2008-08-31Erase all file content, preparatory to rewrite.Keith Marshall1-507/+0
2008-08-27Avoid access violations, passing NULL to printf( "...%s..." ).Keith Marshall1-2/+6
2008-08-14Add missing dependencies for building libmingwex.a.Keith Marshall1-2/+8
2008-08-11Add replacements for remaining members of printf() family.Keith Marshall7-2/+402
2008-07-28Replace __mingw_snprintf() with new generic family implementation; likewise, ...Keith Marshall6-1268/+2722
2008-06-03Avoid precision errors in round(), lround() and llround() functions.Keith Marshall13-150/+294
2008-05-22Committed as obvious.Danny Smith1-1/+1
2008-05-072008-05-06 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe1-3/+0
2008-05-042008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2-0/+42
2008-05-032008-04-02 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe1-0/+3
2008-04-262008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe1-21/+4
2008-03-202008-02-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2-6/+15
2007-11-272007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe10-97/+97
2007-10-032007-10-03 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe1-5/+5
2007-09-23Committed as obvious:Danny Smith1-1/+2
2007-08-25Make snprintf() and vsnprintf() conform to C99.Keith Marshall4-24/+14
2007-06-29 * mingwex/gdtoa/mingw_snprintf.c: New file.Danny Smith2-3/+1245