delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2007/08/07/20:48:31

X-Spam-Check-By: sourceware.org
Message-Id: <announce.2bf229d30708071658k1a8ef591kbe488bf4e3e67aaf@mail.gmail.com>
Date: Tue, 7 Aug 2007 19:58:07 -0400
From: "Chris Sutcliffe" <ir0nh34d AT gmail DOT com>
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: mingw-runtime-3.13-1
MIME-Version: 1.0
Reply-To: cygwin AT cygwin DOT com
X-Mailer: Perl5 Mail::Internet v1.74
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

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.12-4:

2007-07-23 Keith Marshall <keithmarshall AT users DOT sourceforge DOT net>

* Makefile.in (SUBDIRS): Delete stray line continuation artifact,
resulting from incomplete removal of enclosing `for ...; do ...; done'
loop from compound command; (reported by Greg Chicares).

2007-07-19 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define for
Vista.

2007-07-12 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

[mingw-Bugs-1734142]
* include/wchar.h (_wsystem) Declare.
(_wputenv) Declare.
(_wgetenv): Declare.
(_wsearchenv): Declare.
(_wmakepath): Declare.
(_wsplitpath): Declare.
(_wfullpath): Declare.
* include/stdlib.h (_wsystem) Declare.
(_wputenv, _wgetenv, _wsearchenv, _wmakepath, _wsplitpath,
_wfullpath): Move into _WSTDLIB_DEFINED guard.
* include/tchar.h (_tsystem): New UNICODE mapping define.

2007-06-29 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* mingwex/gdtoa/mingw_snprintf.c: New file.
* mingwex/Makefile.in (GDTOA_DISTFILES): Add mingw_snprintf.c.
(GDTOA_OBJS): Add mingw_snprintf.o.

2007-06-28 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* msvcrt.def.in: Update comment.
Exclude _ctype stub if using msvcr71.dll or newer.
* include/ctype.h: Don't declare _ctype if using msvcr71.dll or newer.
* include/wctype.h: Likewise.

2007-06-23 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

*include/wctype.h: Qualify all functions with __MINGW_NOTHROW.
*include/dirent.h: Likewise.

2007-06-23 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/assert.h: Qualify all functions with __MINGW_NOTHROW.
* include/conio.h: Likewise.
* include/ctype.h: Likewise.
* include/direct.h: Likewise.
* include/dos.h: Likewise.
* include/errno.h: Likewise.
* include/fenv.h: Likewise.
* include/float.h: Likewise.
* include/inttypes.h: Likewise.
* include/io.h: Likewise.
* include/libgen.h: Likewise.
* include/locale.h: Likewise.
* include/malloc.h: Likewise.
* include/mbctype.h: Likewise.
* include/mbstring.h: Likewise.
* include/process.h: Likewise.
* include/search.h: Likewise.
* include/setjmp.h: Likewise.
* include/signal.h: Likewise.
* include/stdio.h: Likewise.
* include/stdlib.h: Likewise.
* include/string.h: Likewise.
* include/time.h: Likewise.
* include/wchar.h: Likewise.
* include/sys/stat.h: Likewise.
* include/sys/time.h: Likewise.
* include/sys/timeb.h: Likewise.
* include/sys/utime.h: Likewise.

2007-06-22 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.

2007-06-22 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

Add POSIX binary tree search API.

* mingwex/tfind.c: New file.
* mingwex/tdelete.c: New file.
* mingwex/tsearch.c: New file.
* mingwex/twalk.c: New file.
* mingwex/Makefile.in (DISTFILES): Add tsearch.c twalk.c tdelete.c tfind.c.
* mingwex/Makefile.in (POSIX_OBJS): Add tsearch.o twalk.o tdelete.o tfind.o.
* include/search.h (tfind): Declare.
(tdelete): Declare.
(tsearch): Declare.
(twalk): Declare.
(ENTRY): Define.
(ACTION): Define.
(VISIT): Define.
(node_t): Define, on condition of _SEARCH_PRIVATE.

2007-06-22 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/_mingw.h (__MINGW_NOTHROW): Define.

2007-06-18 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/stdio.h (vsnprintf): Remove inline definition.
Add prototype.

2007-06-16 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* CRTfmode.c: Nit-pick comment fix.

2007-06-16 Christopher Faylor <me+cygwin AT cgf DOT cx>

* CRTfmode.c: Fix nested comment.

2007-06-16 Christopher Faylor <me+cygwin AT cgf DOT cx>

* include/string.h (strcasecmp): Fix typo in declaration prototype.

2007-06-14 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/io.h (lseek64) : Add prototype.

2007-06-14 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/string.h (strcasecmp): Add prototype.
(strncasecmp): Add prototype.

2007-06-13 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* Makefile.in (CRT0S): Revert last change.
* CRTfmode.c. Correct comment.

2007-06-13 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* Makefile.in (CRT0S): Add back CRTfmode.o.

2007-06-13 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/stdlib.h: Don't include stdint.h. Conditionally define intptr_t.
* include/io.h: Likewise.

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

* crt1.c (__mingw_CRTStartup): Add explicit call to gcc's __main.

2007-05-08 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/stdint.h (intptr_t): Fix typo.
Thanks to Charles Wilson for report.

2007-05-07 Danny Smith <dannysmith AT users DOT sourceforge DOT net>

* include/stdint.h (intptr_t): Protect with _INTPTR_T_DEFINED.
Condition on _WIN64.
(uintptr_t): Protect with _UINTPTR_T_DEFINED. Condition on _WIN64.
(INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX): Condition on _WIN64.
(PTRDIFF_MIN): Define as INTPTR_MIN.
(PTRDIFF_MAX): Define as INTPTR_MAX.
(SIG_ATOMIC_MIN): Define as INTPTR_MIN.
(SIG_ATOMIC_MAX): Define as INTPTR_MAX.

2007-04-07 Chris Sutcliffe <ir0nh34d AT users DOT sourceforge DOT net>

* Makefile.in: Removed mansuffix variable. Changed mansection to support
Cygwin man page location.

2007-04-05 Chris Sutcliffe <ir0nh34d AT users DOT sourceforge DOT net>

* Makefile.in: Added mansection and mansuffix variables. Changed mandir to
support Cygwin man page location.

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


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