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-02-08MinGW-Feature-Request [2222263]: Make getopt() GNU / BSD compatibile.Keith Marshall
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-10-18Fix MinGW-Bug [2136252]: Remove extraneous radix point in printf( "%.0f", v )...Keith Marshall
2008-10-13* Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor
2008-10-04Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.Keith Marshall
2008-09-20Fix MinGW-Bug [2119504].Keith Marshall
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-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-06-03Avoid precision errors in round(), lround() and llround() functions.Keith Marshall
2008-05-22Committed as obvious.Danny Smith
2008-05-072008-05-06 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe
2008-05-042008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe
2008-05-032008-04-02 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe
2008-04-262008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2008-03-202008-02-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2007-11-272007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2007-10-042007-10-03 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2007-09-24Committed as obvious:Danny Smith
2007-08-25Make snprintf() and vsnprintf() conform to C99.Keith Marshall
2007-06-29 * mingwex/gdtoa/mingw_snprintf.c: New file.Danny Smith
2007-06-22 * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.Danny Smith
2007-06-22 Add POSIX binary tree search API.Danny Smith
2007-03-09Make basename and dirname functions work with path namesKeith Marshall
2007-03-05 * mingwex/fesetround.c (fesetround): Use unsigned int as operandDanny Smith
2007-02-15 * Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES.Danny Smith
2006-12-31* include/libgen.h: New file; required by...Keith Marshall
2006-11-21 * Makefile.in: Add aclocal.m4:to source release.Danny Smith
2006-09-19 * mingwex/mb_wc_common.h (get_codepage): Get itDanny Smith
2006-09-18 * mingwex/gdtoa/g_xfmt.c (g_xfmt): Fix representation of infinity. Use fpcla...Danny Smith
2006-09-16 * mingwex/gdtoa/strtopx.c (strtopx): Fix (sic) infinity.Danny Smith
2006-09-07 * mingwex/gdtoa/misc.c (pow5mult): Restore original code.Danny Smith
2006-09-01 Import David Gay's gdtoa library.Danny Smith
2006-08-03 * include/ctype.h (_BLANK): Expand comment.Danny Smith
2006-07-04 * mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.Danny Smith
2006-07-03 Support SSE float environment in fenv.h functions.Danny Smith
2006-06-26 * mingwex/math/tgamma.c (SQTPI): Add braces.Danny Smith
2006-06-26 * mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko.Danny Smith
2006-06-18 * mingwex/dirent.c (_tGetFileAttributes): New helper function.Danny Smith
2006-06-18 * include/sys/time.h: Add header guard. Add extern "C" bracketingDanny Smith
2006-06-13 * mingwex/wcrtomb.c (wcrtomb_cp): Correct typo.Danny Smith
2006-05-24update to newer autoconfChristopher Faylor
2006-05-17 * mingwex/wcrtomb.c (wcrtomb_cp): Test (wc > 255) only if C locale.Danny Smith
2005-10-12 * mingwex/complex/csqrt.c (csqrt): The sign of real partDanny Smith
2005-10-08 * mingwex/fegetenv.c (fegetenv): Restore exception masks.Danny Smith
2005-08-25 * mingwex/fe*.c: Revert previous changes.Danny Smith