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 (Collapse)Author
2012-11-07* mingw: Delete obsolete directory.Christopher Faylor
* w32api: Ditto.
2012-08-092012-08-08 Kai Tietz <ktietz@redhat.com>Earnie Boyd
* mingwex/gdtoa/gd_qnan.h: Make Nan constants positive valued.
2012-08-06 * mingwex/membarrier.c: New file.Earnie Boyd
* mingwex/Makefile.in (DISTFILES): Add membarrier.c. (REPLACE_OBJS): Add membarrier.o.
2012-08-04 * include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,Earnie Boyd
*pthreadlocinfo, *pthreadmbcinfo, _locale_tstruct, *_locale_t): Declare.
2012-05-08Remove references to nonexistent files.Keith Marshall
2012-02-02More performance enhancements and POSIX compliance corrections.Keith Marshall
2011-11-27Clean up DIRENT errno handling; make it more POSIX conformant.Keith Marshall
2011-10-02Rationalise structure layout; add dirent.d_type field.Keith Marshall
2011-08-28Don't expose implementation detail for opaque DIRENT structures.Keith Marshall
2011-06-01Correct checking for short option matches in getopt_long_only().Keith Marshall
2011-05-232011-05-22 Antoine LECA <antoinel@users.sourceforge.net>Chris Sutcliffe
* mingwex/mingw-fseek.c: The anonymous union feature for LARGE_INTEGER is not always available, go the long way and use the explicit named union members, which are also declared in winnt.h.
2011-05-232011-05-22 Antoine LECA <antoinel@users.sourceforge.net>Chris Sutcliffe
* mingwex/isblank.c: Fix typo in declaration.
2011-01-08Correct hexadecimal formatting of double and long double values.Keith Marshall
2010-05-192010-04-27 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
* mingwex/mb_wc_common.h (get_codepage): Revert change of 2006-09-19.
2009-11-282009-11-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* mingwex/gdtoa/misc.c: Fix security vulnerability in gdtoa: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0689
2009-10-30Honor DESTDIR for winsup/mingw and winsup/w32apiCharles Wilson
2009-09-30Make MinGW printf() "%p" format compatible with MSVCRT scanf().Keith Marshall
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
* mingwex/stdio/pformat.c: Implement better fix for type punned warning.
2009-07-28Convert to monolithic configuration procedure.Keith Marshall
2009-07-242009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>Chris Sutcliffe
* mingwex/math/fminf.c: switch to using __isnanf() as opposed to _isnan().
2009-07-182009-07-18 Jeff Lu <jll544@yahoo.com>Chris Sutcliffe
* mingwex/usleep.c: round up to next ms
2009-07-182009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* mingwex/math/cephes_mconf.h mingwex/math/erfl.c mingwex/math/lgamma.c mingwex/math/lgammal.c mingwex/math/powl.c mingwex/math/sinhl.c mingwex/math/tanhl.c mingwex/math/tgamma.c mingwex/math/tgammal.c: Based on the fixes from the mingw-w64 code tree, fixed strict-aliasing issues.
2009-07-132009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* mingwex/stdio/pformat.c: Fix compiler warnings with GCC 4.4.0.
2009-07-132009-06-28 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe
* mingwex/gdtoa/README.mingw mingwex/gdtoa/gdtoa_fltrnds.h: New files. * mingwex/gdtoa/README mingwex/gdtoa/dmisc.c mingwex/gdtoa/dtoa.c mingwex/gdtoa/g__fmt.c mingwex/gdtoa/g_dfmt.c mingwex/gdtoa/g_ffmt.c mingwex/gdtoa/g_xfmt.c mingwex/gdtoa/gd_arith.h mingwex/gdtoa/gd_qnan.h mingwex/gdtoa/gdtoa.c mingwex/gdtoa/gdtoa.h mingwex/gdtoa/gdtoaimp.h mingwex/gdtoa/gethex.c mingwex/gdtoa/gmisc.c mingwex/gdtoa/hd_init.c mingwex/gdtoa/hexnan.c mingwex/gdtoa/misc.c mingwex/gdtoa/qnan.c mingwex/gdtoa/smisc.c mingwex/gdtoa/strtodg.c mingwex/gdtoa/strtodnrp.c mingwex/gdtoa/strtof.c mingwex/gdtoa/strtopx.c mingwex/gdtoa/sum.c mingwex/gdtoa/ulp.c: Update the gdtoa library to match the netlib.org sources as of Apr. 20, 2009. Update further to match the sources in the mingw-w64 tree as of June 28, 2009, by removing IBM, CRAY and VAX code, removing KR_headers, ANSI, Void and Char ifdefs, renaming the double/ulong union from U to dbl_union for better grepping and white- space tidy-ups.
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
) for v < 0.5
2008-10-13* Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor
environment. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto. * configure.in: Record mingw front-end for building under Cygwin. * mingwex/configure.in: Ditto. * profile/configure.in: Ditto. * configure: Regenerate. * mingwex/configure: Ditto. * profile/configure: Ditto.
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
replace __mingw_vsnprintf().
2008-06-03Avoid precision errors in round(), lround() and llround() functions.Keith Marshall
2008-05-22Committed as obvious.Danny Smith
2008-05-22 Danny Smith <dannysmith@users.sourceforge.net> [ mingw-Bugs-1961893 ] * mingwex/gdtoa/mingw_snprint.c (x_sprintf): Always set __ldtoa mode to 2 for E format.
2008-05-072008-05-06 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe
* mingwex/gdtoa/strtodnrp.c: Remove alias from strtod to __strtod. * include/stdlib.h: Define strtod to __strtod when __NO_ISOCEXT is not set.
2008-05-042008-05-04 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe
* include/sys/time.h (useconds_t): typedef. * include/unistd.h (usleep): Add prototype. * mingwex/usleep.c: New file. * mingwex/makefile.in: Add usleep source and object.
2008-05-032008-04-02 Ramiro Polla <ramiro@lisha.ufsc.br>Chris Sutcliffe
Make strtod() conform to C99. * include/stdlib.h (strtod): Declare this mingwex function, and... (_strtod): rename this MSVCRT counterpart. * mingwex/gdtoa/strtodnrp.c (strtod): Alias to __strtod.
2008-04-262008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
* include/wchar.h (fwide): Return success code rather than failure in inline definition. * mingwex/fwide.c (fwide): ANSI-fy. Get rid of Q8 comments. Return success code rather than failure.
2008-03-202008-02-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
* mingwex/gdtoa/gdtoaimp.h (USE_LOCALE): Define. * mingwex/gdtoa/mingw_snprintf.c: [USE_LOCALE] Include locale.h. (x_sprintf): [USE_LOCALE] Use *localeconv()->decimal_point.
2007-11-272007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* Makefile.in: Add libmsvcr90.a and libmsvcr90d.a targets. * msvcrt.def.in: Add support for __msvcr90__ and __msvcr90d__ defines. * mingwex/math/log10f.S: Correct issue with comments. * mingwex/math/log10l.S: Ditto. * mingwex/math/log1p.S: Ditto. * mingwex/math/log1pf.S: Ditto. * mingwex/math/log1pl.S: Ditto. * mingwex/math/log2.S: Ditto. * mingwex/math/log2f.S: Ditto. * mingwex/math/log2l.S: Ditto. * mingwex/math/logf.S: Ditto. * mingwex/math/logl.S: Ditto.
2007-10-042007-10-03 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
* mingwex/gdtoa/mingw_snprintf.c: fixed warning during compile.
2007-09-24Committed as obvious:Danny Smith
2007-09-24 David C. Daeschler <daveregs@rsaisp.com> * mingwex/gdtoa/mingw_snprintf.c (x_sprintf): Correct LEN_L typo in 'l' case. Add missing break in 's'/LEN_S case.
2007-08-25Make snprintf() and vsnprintf() conform to C99.Keith Marshall
2007-06-29 * mingwex/gdtoa/mingw_snprintf.c: New file.Danny Smith
* mingwex/Makefile.in (GDTOA_DISTFILES): Add mingw_snprintf.c. (GDTOA_OBJS): Add mingw_snprintf.O.