This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ANNOUNCEMENT] Updated: mingw-runtime-3.13-1


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

Changes since mingw-runtime-3.12-4:

2007-07-23 Keith Marshall <keithmarshall@users.sourceforge.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@users.sourceforge.net>

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

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

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

2007-06-23 Danny Smith <dannysmith@users.sourceforge.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@users.sourceforge.net>

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

2007-06-22 Danny Smith <dannysmith@users.sourceforge.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@users.sourceforge.net>

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

2007-06-18 Danny Smith <dannysmith@users.sourceforge.net>

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

2007-06-16 Danny Smith <dannysmith@users.sourceforge.net>

* CRTfmode.c: Nit-pick comment fix.

2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>

* CRTfmode.c: Fix nested comment.

2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>

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

2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>

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

2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>

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

2007-06-13 Danny Smith <dannysmith@users.sourceforge.net>

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

2007-06-13 Danny Smith <dannysmith@users.sourceforge.net>

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

2007-06-13 Danny Smith <dannysmith@users.sourceforge.net>

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

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

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

2007-05-08 Danny Smith <dannysmith@users.sourceforge.net>

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

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

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

2007-04-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]