summaryrefslogtreecommitdiffstats
path: root/winsup/mingw
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add _get_output_format(), _set_output_format() for MSVCRT >= MSVCR80Keith Marshall2008-07-013-6/+24
* Committed as obvious.Danny Smith2008-06-143-2/+9
* Avoid precision errors in round(), lround() and llround() functions.Keith Marshall2008-06-0314-150/+325
* Committed as obvious.Danny Smith2008-05-222-1/+7
* 2008-05-15 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-152-1/+11
* 2008-05-06 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-073-5/+9
* Fix typo and commit the write headerChris Sutcliffe2008-05-062-1/+5
* 2008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-044-1/+55
* 2008-04-02 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe2008-05-033-1/+14
* 2008-04-26 Chuck Wilson <cwilso11@users.sourceforge.net>Chris Sutcliffe2008-04-262-20/+7
* 2008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-263-55/+72
* 2008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-263-24/+14
* 2008-03-21 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-03-212-0/+22
* 2008-01-19 Danny Smith <dannysmithusers.sourceforge.netChris Sutcliffe2008-03-212-0/+10
* 2008-02-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-03-203-6/+20
* 2008-02-28 Joseph Myers <joseph@codesourcery.com>Chris Sutcliffe2008-03-042-5/+5
* 2008-02-01 Brian Dessent <brian@dessent.net>Chris Sutcliffe2008-02-022-5/+14
* 2007-12-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-12-282-2/+6
* 2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-11-2713-102/+119
* 2007-10-03 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2007-10-032-5/+9
* 2007-10-03 Bernd Becker <hugin@users.sourceforge.net>Chris Sutcliffe2007-10-038-48/+121
* Committed as obvious:Danny Smith2007-09-232-1/+7
* Make snprintf() and vsnprintf() conform to C99.Keith Marshall2007-08-256-26/+41
* 2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-08-032-1/+2
* 2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-08-032-2/+6
* * Makefile.in (SUBDIRS): Delete stray line continuation artifact,Keith Marshall2007-07-232-2/+10
* * include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define forDanny Smith2007-07-192-1/+12
* Changelog typoDanny Smith2007-07-121-2/+3
* * incude/wchar.h (_wsystem) Declare.Danny Smith2007-07-124-13/+39
* * mingwex/gdtoa/mingw_snprintf.c: New file.Danny Smith2007-06-293-3/+1251
* * msvcrt.def.in: Update comment.Danny Smith2007-06-284-7/+24
* *include/wctpe.h: Likewise.Danny Smith2007-06-233-592/+628
* *include/assert.h: Qualify all functions with __MINGW_NOTHROW.Danny Smith2007-06-2327-899/+901
* * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.Danny Smith2007-06-222-0/+6
* Add POSIX binary tree search API.Danny Smith2007-06-227-4/+269
* * include/_mingw.h (__MINGW_NOTHROW): Define.Danny Smith2007-06-222-2/+25
* * include/stdio.h (vsnprintf): Remove inline definition.Danny Smith2007-06-182-6/+10