From: Jeffrey H. <ho...@us...> - 2002-04-12 06:21:54
|
Update of /cvsroot/tcl/tcl/win In directory usw-pr-cvs1:/tmp/cvs-serv23402/win Modified Files: Tag: core-8-3-1-branch configure tcl.m4 Log Message: * tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp |
From: Jeffrey H. <ho...@us...> - 2002-04-12 06:22:51
|
Update of /cvsroot/tcl/tcl/win In directory usw-pr-cvs1:/tmp/cvs-serv23614/win Modified Files: configure tcl.m4 Log Message: * tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp |
From: Jeffrey H. <ho...@us...> - 2002-10-11 03:43:47
|
Update of /cvsroot/tcl/tcl/win In directory usw-pr-cvs1:/tmp/cvs-serv4319/win Modified Files: configure tcl.m4 Log Message: * win/configure: * win/tcl.m4: enable USE_THREAD_ALLOC (new threaded allocator) by default in cygwin configure on Windows. |
From: Jeffrey H. <ho...@us...> - 2002-10-17 05:50:18
|
Update of /cvsroot/tcl/tcl/win In directory usw-pr-cvs1:/tmp/cvs-serv27448/win Modified Files: Tag: core-8-3-1-branch configure tcl.m4 Log Message: * win/configure: add workaround for cygwin windres * win/tcl.m4 (SC_CONFIG_CFLAGS): problem. [Patch #624010] (howell) |
From: Jeffrey H. <ho...@us...> - 2002-10-17 05:51:55
|
Update of /cvsroot/tcl/tcl/win In directory usw-pr-cvs1:/tmp/cvs-serv28044/win Modified Files: configure tcl.m4 Log Message: * win/configure: add workaround for cygwin windres * win/tcl.m4 (SC_CONFIG_CFLAGS): problem. [Patch #624010] (howell) |
From: Mo D. <md...@us...> - 2003-01-13 07:22:57
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1:/tmp/cvs-serv17252/win Modified Files: configure tcl.m4 Log Message: * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Pull in addition of shell32.lib to LIBS_GUI that was added to the Tk tcl.m4 but never made it back into the Tcl version. |
From: Mo D. <md...@us...> - 2003-01-21 08:28:04
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1:/tmp/cvs-serv27885/win Modified Files: configure tcl.m4 Log Message: * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Set SHLIB_SUFFIX so that TCL_SHLIB_SUFFIX will be set to a useful value in the generated tclConfig.sh. Set SHLIB_LD_LIBS to "" or '${LIBS}' based on the --enable-shared flag. This matches the UNIX implementation. |
From: Mo D. <md...@us...> - 2003-08-18 07:35:30
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1:/tmp/cvs-serv5340/win Modified Files: configure tcl.m4 Log Message: * win/configure: Regen. * win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does not work. [Bug 781109] |
From: Jeffrey H. <ho...@us...> - 2003-10-06 19:08:50
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1:/tmp/cvs-serv4248/win Modified Files: configure tcl.m4 Log Message: * win/configure: * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_OPTIMIZED is now defined whenever the user does not build with --enable-symbols. |
From: Jeffrey H. <ho...@us...> - 2004-12-30 01:49:56
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22380/win Modified Files: Tag: core-8-4-branch configure tcl.m4 Log Message: * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] |
From: Jeffrey H. <ho...@us...> - 2004-12-30 02:01:13
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24685/win Modified Files: configure tcl.m4 Log Message: * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] Align LIBS_GUI with Tk head needs. |
From: Jeffrey H. <ho...@us...> - 2005-03-30 06:18:07
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1373/win Modified Files: Tag: core-8-4-branch configure tcl.m4 Log Message: * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative. |
From: Jeffrey H. <ho...@us...> - 2005-03-30 06:25:31
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5874/win Modified Files: configure tcl.m4 Log Message: * win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternative. |
From: Mo D. <md...@us...> - 2005-07-25 00:40:45
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5173/win Modified Files: configure tcl.m4 Log Message: * unix/configure: Regen. * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): * win/configure: Regen. * win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): Split confused search for tclsh on PATH and build and install locations into two macros. SC_PROG_TCLSH searches just the PATH. SC_BUILD_TCLSH determines the name of the tclsh executable in the Tcl build directory. [Tcl bug 1160114] [Tcl patch 1244153] |
From: Mo D. <md...@us...> - 2005-12-10 01:36:53
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9324/win Modified Files: configure tcl.m4 Log Message: * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack of a definition of this variable in the manifest file was causing a runtime error in wish built with gcc. |
From: Jeffrey H. <ho...@us...> - 2006-03-28 22:27:25
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14936/win Modified Files: Tag: core-8-4-branch configure tcl.m4 Log Message: * win/configure, win/tcl.m4: define MACHINE for gcc builds as well. Needed by Tk for manifest generation. |
From: Joe E. <jen...@us...> - 2007-01-11 18:30:29
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16630/win Modified Files: configure tcl.m4 Log Message: * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". This was removed from unix/tcl.m4 2004-07-16 but not from here. * win/configure: Regenerated. |
From: Jeffrey H. <ho...@us...> - 2007-12-04 01:02:36
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23621/win Modified Files: configure tcl.m4 Log Message: * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib |
From: Jeffrey H. <ho...@us...> - 2007-12-05 18:40:20
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28035/win Modified Files: configure tcl.m4 Log Message: * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 -loleaut32 but not msvc for Tk's [send]. [Bug 1844749] |
From: Don P. <dg...@us...> - 2007-12-05 20:24:25
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8768/win Modified Files: Tag: core-stabilizer-branch configure tcl.m4 Log Message: merge updates from HEAD |
From: Kevin B K. <ke...@us...> - 2008-04-06 00:37:15
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8875/win Modified Files: configure tcl.m4 Log Message: * tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the possibility of slow process shutdown on Windows. * win/tcl.m4: Added -D_CRT_SECURE_NO_DEPRECATE and -DCRT_NONSTDC_NO_DEPRECATE to the MSVC compilation flags so that the compilation doesn't barf on perfectly reasonable Posix system calls. * win/configure: Manually patched (don't have the right autoconf to hand). |
From: Kevin B K. <ke...@us...> - 2008-04-06 00:52:05
|
Update of /cvsroot/tcl/tcl/win In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14839/win Modified Files: Tag: core-8-5-branch configure tcl.m4 Log Message: * tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the possibility of slow process shutdown on Windows. * win/tcl.m4: Added -D_CRT_SECURE_NO_DEPRECATE and -DCRT_NONSTDC_NO_DEPRECATE to the MSVC compilation flags so that the compilation doesn't barf on perfectly reasonable Posix system calls. * win/configure: Manually patched (don't have the right autoconf to hand). |
From: Jan N. <nij...@us...> - 2008-11-06 21:49:24
|
Update of /cvsroot/tcl/tcl/win In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14309/win Modified Files: configure tcl.m4 Log Message: add "-Wno-implicit-int" for gcc, as on UNIX eliminate an 'array index out of bounds' warning on HP-UX' |
From: Jan N. <nij...@us...> - 2008-11-11 21:54:11
|
Update of /cvsroot/tcl/tcl/win In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8940/win Modified Files: configure tcl.m4 Log Message: Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) |
From: Jeffrey H. <ho...@us...> - 2009-02-17 18:07:01
|
Update of /cvsroot/tcl/tcl/win In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31509/win Modified Files: Tag: core-8-5-branch configure tcl.m4 Log Message: * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds. |