public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updates mingw-runtime-1.2-1
@ 2001-12-07 15:13 Earnie Boyd
  2001-12-07 15:16 ` ALERT Possible W32.Eira.A@mm support
  0 siblings, 1 reply; 2+ messages in thread
From: Earnie Boyd @ 2001-12-07 15:13 UTC (permalink / raw)
  To: cygwin

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  <earnie@users.sf.net>

	* include/strings.h: New File.

2001-12-02  Danny Smith  <dannysmith@users.sourceforge.net> 

	Apply patches from:
	2001-06-21  Mumit Khan  <khan@nanotech.wisc.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@netstd.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@hotmail.com>

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

2001-11-07  Danny Smith  <dannysmith@users.sourceforge.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@users.sourceforge.net>

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

2001-11-06 Thomas Pfaff <tpfaff@gmx.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@logos-m.ru>

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

2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>

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

2001-11-04  "stefan" <stefan@lkcc.org>

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

2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>

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

2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>

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

2001-10-27  Danny Smith  <dannysmith@users.sourceforge.net>

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

2001-10-12  Danny Smith  <dannysmith@users.sourceforge.net>

	* include/stdlib.h (__p__environ, __p__wenviron): Use
	__STDC__ prototypes.
	
2001-09-19  Earnie Boyd  <earnie@SF.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


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* ALERT Possible W32.Eira.A@mm
  2001-12-07 15:13 [ANNOUNCEMENT] Updates mingw-runtime-1.2-1 Earnie Boyd
@ 2001-12-07 15:16 ` support
  0 siblings, 0 replies; 2+ messages in thread
From: support @ 2001-12-07 15:16 UTC (permalink / raw)
  To: cygwin

This is a computer generated message. The mail servers at netfront.net
have received an e-mail with the following header lines.


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-07 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-07 15:13 [ANNOUNCEMENT] Updates mingw-runtime-1.2-1 Earnie Boyd
2001-12-07 15:16 ` ALERT Possible W32.Eira.A@mm support

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).