Mailing-List: contact cygwin-announce-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner AT cygwin DOT com Delivered-To: mailing list cygwin-announce AT cygwin DOT com Delivered-To: moderator for cygwin-announce AT cygwin DOT com Message-ID: <3D618348.9F090606@yahoo.com> Date: Mon, 19 Aug 2002 19:46:16 -0400 From: Earnie Boyd Reply-To: cygwin AT cygwin DOT com, earnie AT sources DOT redhat DOT com X-Accept-Language: en MIME-Version: 1.0 To: cygwin-announce AT cygwin DOT com Subject: Updated: mingw-runtime-2.1-1 Content-Type: multipart/mixed; boundary="------------714B8C7811844E4D65984537" This is a multi-part message in MIME format. --------------714B8C7811844E4D65984537 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've made a new version of the mingw-runtime headers and libraries available for download. A list of the changes is attached. NOTE: This version of the library is required for the MinGW version of GCC 3.2. (Possibly even for the -mno-cygwin switch of the Cygwin version of GCC 3.2, I don't know for sure.) NOTE: This version of the library includes C99 extensions that are stored in the libmingwex.a library. If you use GCC versions less than 3.1 you will need to include -lmingwex in your link step. Earnie. -----Installation Instructions----- 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. 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. Note that we do not allow downloads from sources.redhat.com (aka cygwin.com) due to bandwidth limitations. This means that you will need to find a mirror which has this update. In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is a reliable high bandwidth connection. In Germany, ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is usually pretty good. In the UK, http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/ is usually up-to-date within 48 hours. If one of the above doesn't have the latest version of this package then you can either wait for the site to be updated or find another mirror. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin AT cygwin DOT com . I would appreciate it if you would use this mailing list rather than emailing me directly. This includes ideas and comments about the setup utility or Cygwin in general. Really. No kidding. Email cygwin stuff to cygwin AT cygwin DOT com. If you want to make a point or ask a question, the Cygwin mailing list is the appropriate place. Did I mention that I'd prefer that all cygwin questions should go to cygwin AT cygwin DOT com? I can't remember... *** 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. I implore you to READ this information before sending email about how you "tried everything" to unsubscribe. In 100% of the cases where people were unable to unsubscribe, the problem was that they hadn't actually read and comprehended the unsubscribe instructions. If you need to unsubscribe from cygwin-announce or any other mailing list, reading the instructions at the above URL is guaranteed to provide you with the info that you need. Christopher Faylor Red Hat, Inc. --------------714B8C7811844E4D65984537 Content-Type: text/plain; charset=us-ascii; name="Changes.mingw" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Changes.mingw" 2002-08-14 Earnie Boyd * include/unistd.h: Add include of process.h. 2002-08-03 Danny Smith * include/stdio.h (_fcloseall): Add prototype. 2002-07-29 Danny Smith * include/tchar.h (_tfdopen): Correct typo. 2002-07-29 Danny Smith * moldname.def.in (chgsign,scalb,finite,fpclass,logb, nextafter): Add non-underscored stubs. * moldname-msvcrt.def: Regenerate. * moldname-crtdll.def: Regenerate. * mingwex/math: New directory. * mingwex/rint.c: Move to mingwex/math. * mingwex/rintf.c: Ditto. * mingwex/rintl.c: Ditto. * mingwex/round.c: Ditto. * mingwex/roundf.c: Ditto. * mingwex/roundl.c: Ditto. * mingwex/rint.c: Ditto. * mingwex/rintf.c: Ditto. * mingwex/rintl.c: Ditto. * mingwex/trunc.c: Ditto. * mingwex/truncf.c: Ditto. * mingwex/truncl.c: Ditto. * mingwex/signbit.c: Ditto. * mingwex/signbitf.c: Ditto. * mingwex/signbitl.c: Ditto. * mingwex/copysignl.S: Ditto. * mingwex/fdim.c: Ditto. * mingwex/fdimf.c: Ditto. * mingwex/fdiml.c: Ditto. * mingwex/fmin.c: Ditto. * mingwex/fminf.c: Ditto. * mingwex/fminl.c: Ditto. * mingwex/fmax.c: Ditto. * mingwex/fmaxf.c: Ditto. * mingwex/fmaxl.c: Ditto. * mingwex/fma.c: Ditto. * mingwex/fmaf.c: Ditto. * mingwex/fmal.c: Ditto. * mingwex/fpclassify.c: Ditto. * mingwex/fpclassifyl.c: Ditto. * mingwex/fpclassifyl.c: Ditto. * mingwex/isnan.c: Ditto. * mingwex/isnanf.c: Ditto. * mingwex/isnanl.c: Ditto. * mingwex/fucom.c: Ditto. * mingwex/fp_consts.c: Ditto. Split out float and long double definitions. * mingwex/math_stubs.c: Remove. * mingwex/log2.c: Remove. Replaced by math/log2.S * mingwex/log2f.c: Remove. Replaced by math/log2f.S * mingwex/log2l.c: Remove. Replaced by math/log2l.S * mingwex/math/acosf.c : New file. * mingwex/math/acosl.c: New file. * mingwex/math/asinf.c: New file. * mingwex/math/asinl.c: New file. * mingwex/math/atan2f.c: New file. * mingwex/math/atan2l.c: New file. * mingwex/math/atanf.c: New file. * mingwex/math/atanl.c: New file. * mingwex/math/cbrt.c: New file. * mingwex/math/cbrtf.c: New file. * mingwex/math/cbrtl.c: New file. * mingwex/math/ceilf.S: New file. * mingwex/math/ceill.S: New file. * mingwex/math/cephes_ld.h: New file. * mingwex/math/copysign.S: New file. * mingwex/math/copysignf.S: New file. * mingwex/math/cosf.S: New file. * mingwex/math/coshf.c: New file. * mingwex/math/coshl.c: New file. * mingwex/math/cosl.S: New file. * mingwex/math/exp2.S: New file. * mingwex/math/exp2f.S: New file. * mingwex/math/exp2l.S: New file. * mingwex/math/expf.c: New file. * mingwex/math/expl.c: New file. * mingwex/math/fabs.c: New file. * mingwex/math/fabsf.c: New file. * mingwex/math/fabsl.c: New file. * mingwex/math/floorf.S: New file. * mingwex/math/floorl.S: New file. * mingwex/math/fmodf.c: New file. * mingwex/math/fmodl.c: New file. * mingwex/math/fp_consts.h: Ditto. * mingwex/math/fp_constsf.c: Ditto. * mingwex/math/fp_constsl.c: Ditto. * mingwex/math/frexpf.c: New file. * mingwex/math/frexpl.S: New file. * mingwex/math/hypotf.c: New file. * mingwex/math/hypotl.c: New file. * mingwex/math/ilogb.S: New file. * mingwex/math/ilogbf.S: New file. * mingwex/math/ilogbl.S: New file. * mingwex/math/ldexpf.c: New file. * mingwex/math/ldexpl.c: New file. * mingwex/math/llrint.c: New file. * mingwex/math/llrintf.c: New file. * mingwex/math/llrintl.c: New file. * mingwex/math/llround.c: New file. * mingwex/math/llroundf.c: New file. * mingwex/math/llroundl.c: New file. * mingwex/math/log10f.S: New file. * mingwex/math/log10l.S: New file. * mingwex/math/log1p.S: New file. * mingwex/math/log1pf.S: New file. * mingwex/math/log1pl.S: New file. * mingwex/math/log2.S: New file. * mingwex/math/log2f.S: New file. * mingwex/math/log2l.S: New file. * mingwex/math/logb.c: New file. * mingwex/math/logbf.c: New file. * mingwex/math/logbl.c: New file. * mingwex/math/logf.S: New file. * mingwex/math/logl.S: New file. * mingwex/math/lrint.c: New file. * mingwex/math/lrintf.c: New file. * mingwex/math/lrintl.c: New file. * mingwex/math/lround.c: New file. * mingwex/math/lroundf.c: New file. * mingwex/math/lroundl.c: New file. * mingwex/math/modff.c: New file. * mingwex/math/modfl.c: New file. * mingwex/math/nearbyint.S: New file. * mingwex/math/nearbyintf.S: New file. * mingwex/math/nearbyintl.S: New file. * mingwex/math/nextafterf.c: New file. * mingwex/math/powf.c: New file. * mingwex/math/powl.c: New file. * mingwex/math/powil.c: New file. * mingwex/math/remainder.S: New file. * mingwex/math/remainderf.S: New file. * mingwex/math/remainderl.S: New file. * mingwex/math/remquo.S: New file. * mingwex/math/remquof.S: New file. * mingwex/math/remquol.S: New file. * mingwex/math/scalbn.S: New file. * mingwex/math/scalbnf.S: New file. * mingwex/math/scalbnl.S: New file. * mingwex/math/sinf.S: New file. * mingwex/math/sinhf.c: New file. * mingwex/math/sinhl.c: New file. * mingwex/math/sinl.S: New file. * mingwex/math/sqrt.c: New file. * mingwex/math/sqrtf.c: New file. * mingwex/math/sqrtl.c: New file. * mingwex/math/tanf.S: New file. * mingwex/math/tanhf.c: New file. * mingwex/math/tanhl.c: New file. * mingwex/math/tanl.S: New file. * mingwex/Makefile.in: Adjust VPATH for source files in mingwex/math. Adjust MATH_OBJS. Add MATH_DISTFILES and use it to build source distro. * include/ math.h: Add protypes for new functions and reorganise to reflect ANSI,C99 status. 2002-06-19 Danny Smith * include/tchar.h (_getts): Define as _getws for _UNICODE. (_putts): Define as _putws for _UNICODE. Thanks to: Tomasz Pona for report. 2002-06-18 Danny Smith * include/float.h: #include_next before header guard. 2002-06-18 Casper S. Hornstrup * include/_mingw.h (__MINGW_IMPORT): Check for prior definition before defining. * include/excpt.h (): Include windef.h not windows.h. * include/fcntl.h (_O_SHORT_LIVED): Add define. (_chmod): Add prototype. (_creat): Correct prototype. (SH_DENY*): Rename defines to _SH_DENY*. (SH_DENY*): Add Non-ANSI names for _SH_DENY*. include/stdio.h (_IOMYBUF, _IOEOF, _IOERR, _IOSTRG, _IOAPPEND): Add defines. (_wfindfirst): Correct prototype. (_wfdopen): Add prototype. * include/stdlib.h (_rotl, _rotr, _lrotl, _lrotr): Add prototypes. * include/string.h (_mbschr, _mbstok, _mbsncat): Remove prototypes. (_wcsdup): Correct prototype. * include/mbstring.h: Remove comments about _mbschr, _mbstok, _mbsncat being in string.h. * include/wchar.h (_wfindfirst): Correct prototype. * include/tchar.h (_tfdopen): Add _UNICODE mappings. --------------714B8C7811844E4D65984537--