This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

[PATCH] tcl/tk update on 6.6 branch


Hi,

As promised, I am trying tonight to do the 6.6 release. Turns out all the goofy problems I was seeing on cygwin (or at least those preventing me from building it) were a result of some missing configury updates.

For the record, I've merged CVS HEAD with the branch in tcl/ and tk/. The changes committed are listed below.

With these in, I will do a clean checkout of the branch on linux and cygwin, rebuild, do some smoke tests, and then follow the release process. With any luck, by sometime tomorrow morning the 6.6 release should be done.

Keith

tcl:
2006-12-01  Corinna Vinschen  <corinna@vinschen.de>

        * win/tclWin32Dll.c (TclWinInit): Set native cwd to Cygwin's cwd.
        * win/tclWinFile.c (TclpObjChdir): Keep native and Cygwin's cwd
        synched.

2006-11-30 Christopher Faylor <cgf@timesys.com>

* cygwin/configure.in (LIB_AC_PROG_CC): Upgrade macro to accommodate
newer version of autoconf.
* cygwin/configure: Regenerate.
* win/tcl.m4: Upgrade to avoid use of obsolete ac_cv_cygwin variable.
* win/configure: Regenerate.


2006-11-30 Christopher Faylor <cgf@timesys.com>

* win/tclWinPipe.c (TclpCreateProcess): Call cygwin-specific routine to
set up windows environment.


tk:
2006-11-30  Christopher Faylor  <cgf@timesys.com>

        * tk/win/tcl.m4 (LIB_AC_PROG_CC): Upgrade to avoid use of obsolete
        ac_cv_cygwin variable.
        * tk/win/configure: Regenerate.


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