delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-announce/2001/12/07/18:11:02

Mailing-List: contact cygwin-announce-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-announce-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-announce/>
List-Post: <mailto:cygwin-announce AT cygwin DOT com>
List-Help: <mailto:cygwin-announce-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
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: <3C11323F.195D0B38@yahoo.com>
Date: Fri, 07 Dec 2001 16:18:55 -0500
From: Earnie Boyd <earnie_boyd AT yahoo DOT com>
Reply-To: CU List <Cygwin AT cygwin DOT com>
X-Mailer: Mozilla 4.77 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin-announce AT cygwin DOT com
Subject: Updates mingw-runtime-1.2-1

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 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.

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 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.

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  <earnie AT users DOT sf DOT net>

	* include/strings.h: New File.

2001-12-02  Danny Smith  <dannysmith AT users DOT sourceforge DOT net> 

	Apply patches from:
	2001-06-21  Mumit Khan  <khan AT nanotech DOT wisc DOT edu>

	* 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  <adah AT netstd DOT com>
 
	* 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  <rbtcollins AT hotmail DOT com>

	* include/errno.h: Fix "errno is not a prototype" warning.

2001-11-07  Danny Smith  <dannysmith AT users DOT sourceforge DOT net> 

	* 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  <dannysmith AT users DOT sourceforge DOT net>

	* include/float.h (_clearfp, _statusfp, _fpreset, fpreset,
	__fpecode): Use __STDC__ prototypes.
 

2001-11-06 Thomas Pfaff <tpfaff AT gmx DOT net>

 	* 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  <deo AT logos-m DOT ru>

	* Makefile.in: Delete unused executable after creating base-files.

2001-11-06  Danny Smith  <dannysmith AT users DOT sourceforge DOT net>

	* include/errno.h (_errno): Use __STDC__ prototype.
	Thanks to: Jim Barton.

2001-11-04  "stefan" <stefan AT lkcc DOT org>

	* include/sys/locking.h (_LK_UNLCK, LK_UNLCK): Correct names.

2001-10-30  Danny Smith  <dannysmith AT users DOT sourceforge DOT net>

	* include/io.h (_commit): Add declaration.
	Thanks to: "stefan" <stefan AT lkcc DOT org>  

2001-10-30  Danny Smith  <dannysmith AT users DOT sourceforge DOT net>

	* include/sys/stat.h: Make S_IS* macros safer.

2001-10-27  Danny Smith  <dannysmith AT users DOT sourceforge DOT net>

	* include/stdlib.h (EXIT_FAILURE): Change value to 1.

2001-10-12  Danny Smith  <dannysmith AT users DOT sourceforge DOT net>

	* include/stdlib.h (__p__environ, __p__wenviron): Use
	__STDC__ prototypes.
	
2001-09-19  Earnie Boyd  <earnie AT SF DOT net>

	* 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019