Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-16This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.gdb_7_0_1-2009-12-22-releasegdb_7_0-2009-10-06-releasegdb_7_0-2009-09-16-branchpointgdb_7_0-branchcvs2svn
2009-09-02Avoid multiple link time definitions of _printf() for C++Keith Marshall
2009-08-152009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-08-082009-08-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2009-07-30Fix formatting issue with last entryChris Sutcliffe
2009-07-29Correct disposition of wchar_t output in printf().Keith Marshall
2009-07-282009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-28Convert to monolithic configuration procedure.Keith Marshall
2009-07-242009-07-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-242009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Jeff Lu <jll544@yahoo.com>Chris Sutcliffe
2009-07-182009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-132009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-132009-06-28 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe
2009-06-182009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-04-112009-04-11 Danny Smith <dannsymith@users.sourceforge.net>Chris Sutcliffe
2009-03-052009-03-05 Kai Tietz <kai.tietz@onevision.com>Chris Sutcliffe
2009-02-08MinGW-Feature-Request [2222263]: Make getopt() GNU / BSD compatibile.Keith Marshall
2009-01-102009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-01-04Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).Keith Marshall
2008-12-31Correct mishandling of invalid characters in printf() format specs.Keith Marshall
2008-12-202008-12-16 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2008-12-09Committed as obvious.Danny Smith
2008-10-29Correct some binary distribution packaging defects.Keith Marshall
2008-10-18Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v )...Keith Marshall
2008-10-14Fix MinGW-Bug [2160227]: Eliminate conflicting declarations and implementatio...Keith Marshall
2008-10-13* Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor
2008-10-12Use de-facto standard Makefile goals to invoke test suite.Keith Marshall
2008-10-12Make strtod() inline definition C89 compliant.Keith Marshall
2008-10-052008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2008-10-04Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.Keith Marshall
2008-10-04Improve package identification in configure script.Keith Marshall
2008-09-26Fix MinGW-Bug [2125708].Keith Marshall
2008-09-242008-09-23 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2008-09-20Fix MinGW-Bug [2119504].Keith Marshall
2008-09-20Fix MinGW-Bug [2117379].Keith Marshall
2008-09-082008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2008-09-072008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2008-09-01Reimplement getopt.c to add getopt_long_only() function.Keith Marshall
2008-09-01Erase all file content, preparatory to rewrite.Keith Marshall
2008-08-30Implement conditional replacement for printf() family functions.Keith Marshall
2008-08-28Avoid access violations, passing NULL to printf( "...%s..." ).Keith Marshall
2008-08-14Add missing dependencies for building libmingwex.a.Keith Marshall
2008-08-12Add replacements for remaining members of printf() family.Keith Marshall
2008-07-29Replace __mingw_snprintf() with new generic family implementation; likewise, ...Keith Marshall
2008-07-29 Lay foundations for new printf() function family implementation.Keith Marshall