From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18245 invoked by alias); 7 Dec 2001 23:11:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 18191 invoked from network); 7 Dec 2001 23:11:25 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (207.175.42.154) by sources.redhat.com with SMTP; 7 Dec 2001 23:11:25 -0000 Received: from redhat.com (cgf.cipe.redhat.com [10.0.1.172]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id fB7NBOh23267 for ; Fri, 7 Dec 2001 18:11:24 -0500 Received: (from cgf@localhost) by redhat.com (8.11.6/8.8.7) id fB7NBeH25535 for cygwin@cygwin.com; Fri, 7 Dec 2001 18:11:40 -0500 Date: Fri, 07 Dec 2001 15:13:00 -0000 Message-Id: <200112072311.fB7NBeH25535@redhat.com> From: Earnie Boyd To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Updates mingw-runtime-1.2-1 Reply-To: cygwin@cygwin.com X-SW-Source: 2001-12/txt/msg00448.txt.bz2 This is a multi-part message in MIME format. --------------2711B6E3D027A784FA3D1C60 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've made a new version of the MinGW Runtime headers and import libraries. I've attached the portion of the ChangeLog between 1.1 and 1.2. 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. The setup.exe program will figure out what needs to be updated on your system and will install newer packages automatically. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin@cygwin.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. If you want to make a point or ask a question, the Cygwin mailing list is the appropriate place. *** 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.com@cygwin.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. Earnie Boyd MinGW-runtime maintainer --------------2711B6E3D027A784FA3D1C60 Content-Type: text/plain; charset=us-ascii; name="Changes-2001.12.07" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Changes-2001.12.07" 2001-12-05 Earnie Boyd * include/strings.h: New File. 2001-12-02 Danny Smith Apply patches from: 2001-06-21 Mumit Khan * include/math.h (_FPCLASS* ): Add defines from float.h. (IEEE recommended functions): Add declarations from float.h. * include/float.h (_FPCLASS* ): Protect against redefinition. 2001-11-29 Wu Yongwei * include/_mingw.h,assert.h,conio.h,ctype.h,dir.h,direct.h dirent.h,dos.h,errno.h,excpt.h,fcntl.h,float.h,io.h, limits.h,locale.h,malloc.h,math.h,process.h,setjmp.h, share.h,signal.h,stdarg.h,stddef.h,stdint.h,stdio.h, stdlib.h,string.h,tchar.h,time.h,varargs.h,wchar.h, wctype.h,sys/stat.h,sys/timeb.h,sys/types.h,sys/utime.h: Correct spelling of "disclaimed" in comments. * include/excpt.h: Another spelling correction. 2001-11-08 Robert Collins * include/errno.h: Fix "errno is not a prototype" warning. 2001-11-07 Danny Smith * include/ctype.h (tolower, toupper,_tolower,_toupper): Comment differences between ANSI and non-ANSI versions. (_ctype[],_pctype): Declare vars. (__ISCTYPE): New helper macro using _pctype. (is* ctype functions): Use __ISCTYPE to define inline versions. (_toupper, _tolower, __isascii, __toascii, __iscsym, __iscsymf): Inline definitions. (isw* ctype functions): Inline definitions. * include/wctype.h (_ctype[],_pctype): Declare vars. (isw* ctype functions): Inline definitions. 2001-11-06 Danny Smith * include/float.h (_clearfp, _statusfp, _fpreset, fpreset, __fpecode): Use __STDC__ prototypes. 2001-11-06 Thomas Pfaff * mthr_stub.c (__mingwthr_remove_key_dtor) New. * mthr_init.c (DllMain) Run dtors if a process terminates. * mthr.c (__mingwthr_add_key_dtor) Removed. (___mingwthr_add_key_dtor) New. (___mingwthr_remove_key_dtor) New. (__mingwthr_run_key_dtors) Complete rewrite. (__mingwthr_remove_key_dtor) New. 2001-11-05 Egor Duda * Makefile.in: Delete unused executable after creating base-files. 2001-11-06 Danny Smith * include/errno.h (_errno): Use __STDC__ prototype. Thanks to: Jim Barton. 2001-11-04 "stefan" * include/sys/locking.h (_LK_UNLCK, LK_UNLCK): Correct names. 2001-10-30 Danny Smith * include/io.h (_commit): Add declaration. Thanks to: "stefan" 2001-10-30 Danny Smith * include/sys/stat.h: Make S_IS* macros safer. 2001-10-27 Danny Smith * include/stdlib.h (EXIT_FAILURE): Change value to 1. 2001-10-12 Danny Smith * include/stdlib.h (__p__environ, __p__wenviron): Use __STDC__ prototypes. 2001-09-19 Earnie Boyd * Makefile.in: Remove the /usr from the install target. (VERSION): Increment. include/_mingw.h: Ditto. --------------2711B6E3D027A784FA3D1C60-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/