Mail Archives: cygwin/2006/11/18/20:17:20
I've made a new version of the mingw-runtime available for download.
For a list of changes see below.
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions.
If you have questions or comments, please send them to the Cygwin
mailing list at: cygwin AT cygwin DOT com .
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:
cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com
If you need more information on unsubscribing, start reading here:
http://sources.redhat.com/lists.html#unsubscribe-simple
Please read *all* of the information on unsubscribing that is
available starting at this URL.
Changes since mingw-runtime-3.10-1:
2006-11-18 Chris Sutcliffe <ir0nh34d AT users DOT sourceforge DOT net>
* Include/_mingw.h: Increment version to 3.11.
* Makefile.in: Ditto.
2006-11-09 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
[ mingw-Bugs-1590623 ]
* include/_mingw.h (__CRT_INLINE): Use __gnu_inline__ attribute
in C99 mode.
2006-10-04 Corinna Vinschen <corinna AT vinschen DOT de>
* Makefile.in: Semi-revert semi-reversion of 2006-08-30 change, now
correctly parenthesized.
2006-09-19 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* mingwex/mb_wc_common.h (get_codepage): Get it
from __lc_codepage.
2006-09-18 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* mingwex/gdtoa/g_xfmt.c (g_xfmt): Fix representation of infinity.
Use fpclassify.
* mingwex/gdtoa/strtopx (__strtopx): Avoid cast of long double* to
void*.
* mingwex/gdtoa/gdtoa.h (__g_fmt): Make declaration consistent with
others.
2006-09-16 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* mingwex/gdtoa/strtopx.c (strtopx): Fix long double representation
of infinity.
2006-09-11 Christopher Faylor <cgf AT timesys DOT com>
* Makefile.in: Semi-revert 2006-08-30 change.
2006-09-10 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* include/_mingw.h (__MINGW_ATTRIB_DEPRECATED): Define.
(__MINGW_IMPORT): Ansify.
* include/stdlib.h (_sleep, _beep, _seterrormode): Add
__MINGW_ATTRIB_DEPRECATED.
2006-09-10 Keith Marshall <keithmarshall AT users DOT sourceforge DOT net>
* aclocal.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CXX):
Redundant macros; deleted.
* configure.in (LIB_AC_PROG_CC): Replaced by...
(AC_PROG_CC): ...this.
* configure: Regenerated.
2006-09-06 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* mingwex/gdtoa/misc.c (pow5mult): Restore original code.
* mingwex/gdtoa/gdtoa.h. Add comment that files have been modified.
* mingwex/gdtoa/gdtoaimp.h: Include system headers with <> brackets.
2006-09-01 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* mingwex/gdtoa/(arithchk.c, dmisc.c, dtoa.c, g__fmt.c, g_dfmt.c,
g_ffmt.c, g_xfmt.c, gd_arith.h, gd_qnan.h, gdtoa.c, gdtoa.h,
gdtoaimp.h, gethex.c, gmisc.c, hd_init.c, hexnan.c, misc.c, qnan.c,
README, smisc.c, strtodg.c, strtodnrp.c, strtof.c, strtopx.c, sum.c,
ulp.c): New files.
* mingwex/(strtof.c, strtold.c, ldtoa.c): Remove files.
* mingwex/math/(cephes-emath.c, cephes-emath.h): Remove files.
* mingwex/mb_wc_common.h (get_cp_from_locale); Rename to get_codepage().
* mingwex/(btowc.c, wctob.c, mbrtowc.c, wcrtomb.c): Adjust
call to get_codepage().
* mingwex/wcstold.c: Avoid using strtold internals.
* mingwex/wcstof.c: Rewrite.
* mingwex/Makefile.in (GDTOA_DISTFILES): Add to distribution.
(GDTOA_OBJS): Add to library.
(DISTFILES): Remove strtof.c strtold.c ldtoa.c cephes-emath.c cephes-emath.h.
(STDLIB_OBJS): Remove.
(STDLIB_STUB_OBJS): Remove strtof.o wcstof,o.
(Q8_OBJS): Add wcstof.o wcstold.o.
* include/stdlib.h (strtof): Remove inline definition.
(wcstof): Likewise.
* include/wchar.h (wcstof): Remove inline definition.
2006-08-30 Corinna Vinschen <corinna AT vinschen DOT de>
* Makefile.in: Add with_cross_host to allow more granular checks.
Set installation directories accordingly. Override CC setting only
if building a Cygwin target.
* aclocal.m4: Regenerate.
* configure.in: Move AC_CANONICAL_SYSTEM check up. Add
GCC_NO_EXECUTABLES. Substitute with_cross_host in depending files.
Test AC_ALLOCA only if building on a native system.
* configure: Regenerate.
2006-08-27 Chris Sutcliffe <ir0nh34d AT users DOT sourceforge DOT net>
* include/ctype.h: Fix typo.
2006-08-25 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* include/ctype.h: Expose iswblank if __cplusplus.
* include/wctype.h: Expose iswblank if __cplusplus.
2006-08-03 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* include/ctype.h: Remove stray ')';
2006-08-03 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* include/ctype.h (_BLANK): Expand comment.
(isblank): Add prototype and inline definition.
(iswblank): Add prototype and inline definition.
* include/wctype.h (iswblank): Add prototype and inline definition.
* mingwex/isblank.c: New file.
* mingwex/iswblank.c: New file.
* mingwex/Makefile.in: Add isblank, iswblank to libmingwex.a
2006-07-06 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* include/math.h (__INFF,__INFL): Remove '#'.
2006-07-04 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
* mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.
2006-07-03 Danny Smith <dannysmith AT users DOT sourceforge DOT net>
Support SSE float environment in fenv.h functions.
* cpu_features.c: New file.
* cpu_features.h: New file.
* crt1.c: Include "cpu_features.h".
(__mingw_CRTStartup): Call cpu_features_init().
* Makefile.in (MING_OBJS): Add cpu_features.c.
(SRCDIST_FILES): Add cpu_features.c, cpu_features.h.
* include/fenv,h ( fenv_t;): Append __mxcsr field.
(__MXCSR_EXCEPT_FLAG_SHIFT): New define.
(__MXCSR_EXCEPT_MASK_SHIFT): New define.
(__MXCSR_ROUND_FLAG_SHIFT): New define.
* mingwex/feclearexcept.c: Include "cpu_features.h".
Handle SSE environment.
* mingwex/fegetenv.c: Likewise.
* mingwex/feholdexcept.c: Likewise.
* mingwex/fesetenv.c: Likewise.
* mingwex/fesetexceptflag.c: Likewise.
* mingwex/fesetround.c: Likewise.
* mingwex/fetestexcept.c: Likewise.
* mingwex/feupdateenv.c: Likewise.
* mingwex/fegetround.c: Add comment.
--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.org
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -