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.12-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.11-1:

2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* Include/_mingw.h: Increment version to 3.12.

2007-03-22 Brian Ripley <ripleybd@users.sourceforge.net>

* include/_mingw.h (__CRT_INLINE): Make conditional on __GNUC_STDC_INLINE__.

2003-03-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* Makefile.in: Tweak srcdist to fix build issue.

2007-03-20 Keith Marshall <keithmarshall@users.sourceforge.net>

Add --enable-mingw-manpage-transform configure option.

	* aclocal.m4 (MINGW_AC_MANPAGE_TRANSFORM): New macro.
	* configure.in, Makefile.in: Use it.
	* configure: Regenerated.

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

* include/_mingw.h (__CRT_INLINE): Use __gnu_inline__ for gcc 4.2.x too.

2007-03-10 Keith Marshall <keithmarshall@users.sourceforge.net>

Add manpages for dirname and basename functions.

	* man: New directory.
	* man/dirname.man: New file; it sources both manpages.
	* Makefile.in: Add provisional rules to distribute them.

2007-03-08 Keith Marshall <keithmarshall@users.sourceforge.net>

	* mingwex/basename.c: Make it work with path names containing
	multibyte character strings.
	* mingwex/dirname.c: Likewise.

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

	* include/io.h (__mingw_access): New static inline wrapper to restore
	pre-Vista 'access (fname, X_OK)'  behaviour.
	(__USE_MINGW_ACCESS): Use to map access() to __mingw_access().

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

	* mingwex/fesetround.c (fesetround): Use unsigned int as operand
	to  stmxcsr.
	Thanks to Alexey Kuznetsov  <ring0_mipt at users dot sf dot net>

2007-02-27 Thorsten Dahlheimer <tdahlheim@gmx.net>

* include/stdio.h (_unlink, unlink): Add prototypes.

2007-02-18 Aurimas Cernius <aurisc4@gmail.com>

* include/excpt.h: Replace "_try1" in comments with "__try1".

2007-02-15 Danny Smith <dannysmith@users.sourceforge.net>

	* Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES.
	(ALL_CXXFLAGS): Likewise.
	* mingwex/Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES.
	(ALL_CXXFLAGS): Likewise.
	* profile/Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES.
	(ALL_CXXFLAGS): Likewise.

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

* include/io.h (X_OK): Revert 2007-01-24 change, but leave comment.

2007-01-27 Danny Smith <dannysmith@users.sourceforge.net>

	Expose some more msvcr80.dll functions.
	* include/stdio.h (_fseek_nolock. _ftell_nolock, _fseeki64,
	_ftelli64, _fseeki64_nolock, _ftelli64_nolock) Add prototypes
	* msvcrt.def.in (_fseek_nolock. _ftell_nolock, _fseeki64,
	_ftelli64, _fseeki64_nolock, _ftelli64_nolock) Add stubs.

2007-01-26 Danny Smith <dannysmith@users.sourceforge.net>

	Expose some msvcr80.dll functions.
	* include/stdlib.h (_set_abort_behavior): Add prototype.
	(_WRITE_ABORT_MSG, _CALL_REPORTFAULT): Add defines for
	_set_abort_behavior mask argument.
	(_invalid_parameter_handler): Add typedef.
	(_set_invalid_parameter_handler): Add prototype.
	* include/stdio.h (_get_printf_count_output): Add prototype.
	(_set_printf_count_output): Add prototype.
	* msvcrt.def.in (_get_printf_count_output,_set_printf_count_output,
	_set_abort_behavior, _set_invalid_parameter_handler): Add stubs.

2007-01-26 Danny Smith <dannysmith@users.sourceforge.net>

* include/_mingw.h (CRT_INLINE): Correct typo.

2007-01-24 Danny Smith <dannysmith@users.sourceforge.net>

* include/io.h (X_OK): Define to F_OK.

2007-01-19 Danny Smith <dannysmith@users.sourceforge.net>

	* include/stdio.h (SEEK_SET, SEEK_CUR, SEEK_END): Define
	unconditionally.  Change comment.
	* include/unistd.h (SEEK_SET, SEEK_CUR, SEEK_END): Define
	here too.
	* include/io.h (rename): Declare.
	(remove): Declare.

2006-12-31 Keith Marshall <keithmarshall@users.sourceforge.net>

	* include/libgen.h: New file; required by...
	* mingwex/basename.c, mingwex/dirname.c: New files.
	* mingwex/Makefile.in (DISTFILES): Add them...
	(POSIX_OBJS): ...with corresponding basename.o, dirname.o
	(Dependencies): Typo; s/Dependancies/Dependencies/

2006-11-25 Keith Marshall <keithmarshall@users.sourceforge.net>

* Makefile.in (VERSION): Let configure define it.

	* aclocal.m4 (MINGW_AC_CONFIG_SRCDIR): New macro.
	* configure.in: Use it.
	Correct quoting of autoconf macro arguments throughout.
	(AC_INIT, AC_OUTPUT): Update to autoconf 2.5x preferred syntax.
	(AR, AS, RANLIB, LD, DLLTOOL, DLLWRAP): Don't need AC_SUBST.
	(AC_ALLOCA): Invalid after GCC_NO_EXECUTABLES; removed.
	(AC_CONFIG_FILES): Add, to generate Makefile.

* configure: Regenerated.

2006-11-21 Danny Smith <dannysmith@users.sourceforge.net>

	* Makefile.in: Add aclocal.m4 to source release.
	* mingwex/Makefile.in: Ditto.
	* profile/Makefile.in: Ditto.

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