summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-12/+15
|\
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-11/+15
| |
* | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-18/+147
|\ \ | |/ | | (autoconf still to be run!)
| * Only check for cygwin with $GCCjan.nijtmans2012-03-291-3/+6
| |
| * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-291-22/+144
| |\ | | | | | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler
| | * now ready for further field testsbug_3511806jan.nijtmans2012-03-291-41/+40
| | |
| | * some better checksjan.nijtmans2012-03-281-28/+45
| | |
| | * extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-281-58/+54
| | |
| | * bug-3511806 implementationjan.nijtmans2012-03-271-2/+112
| |/
| * enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-12/+16
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-3/+3
| |
* | If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-121-0/+15
|\ \ | |/
| * If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-111-0/+15
| |
* | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
|\ \ | |/ | | | | link.exe included with MSVC, use -debug instead
| * The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
| | | | | | | | link.exe included with MSVC, use -debug instead
| * * win/tcl.m4: handle --enable-64bit=ia64 for gcc.jan.nijtmans2011-03-111-21/+178
| | | | | | | | | | * win/configure: (autoconf-2.13) * win/tclWin32Dll.c: [Patch 3059922]: fixes for mingw64 - gcc4.5.1 Merged --cherrypick from Tcl8.5 (2011-01-17, 6e410a115b)
| * Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-311-13/+16
| | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6
| * * win/configure, win/tcl.m4: define MACHINE for gcc builds as well.hobbs2006-03-281-3/+4
| | | | | | | | Needed by Tk for manifest generation.
| * []-quote ac_defun functionshobbs2006-03-021-11/+11
| |
| * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-19/+34
| | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597]
| * * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):mdejong2005-07-251-17/+38
| | | | | | | | | | | | | | | | | | | | | | * 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]
| * * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-301-17/+20
| | | | | | | | allow msys alone as an alternative.
| * * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-301-6/+9
| | | | | | | | | | | | -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]
| * * win/configure: Regen.mdejong2003-04-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4 (SC_CONFIG_CFLAGS): Set new LIBFLAGSUFFIX that works like LIBSUFFIX, it is used when creating library names. The previous implementation would generate -ltclstub85 instead of -ltclstub85s when configured with --disable-shared.
* | handle --enable-64bit=ia64 for gcc. BACKPORT.nijtmans2011-01-171-18/+25
| | | | | | | | [Patch 3059922]: fixes for mingw64 - gcc4.5.1
* | Cross-compile support for Win and UNIX (backported)nijtmans2010-12-131-5/+5
| |
* | Allow cross-compilation by default (backported)nijtmans2010-11-191-23/+15
| | | | | | | | Use -pipe for gcc on win32 (backported)
* | * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-311-2/+4
| | | | | | | | | | manifest handling on Win64. * win/configure: Regenerated.
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-0/+50
| | | | | | | | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-171-3/+7
| | | | | | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds.
* | * tests/chanio.test (chan-io-53.9):Kevin B Kenny2008-04-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | * 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).
* | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32hobbs2007-12-051-1/+2
| | | | | | | | -loleaut32 but not msvc for Tk's [send]. [Bug 1844749]
* | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.libhobbs2007-12-031-2/+2
| |
* | * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build.hobbs2007-11-301-3/+3
| | | | | | | | | | * win/tclWinSock.c: remove dyn loading of winsock, assume that it is always available now.
* | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion".jenglish2007-01-111-1/+1
| | | | | | | | | | This was removed from unix/tcl.m4 2004-07-16 but not from here. * win/configure: Regenerated.
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions.hobbs2006-03-281-12/+12
| |
* | * win/configure: Regen.mdejong2005-12-101-0/+3
| | | | | | | | | | | | | | * 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.
* | * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build supporthobbs2005-12-081-23/+147
| | | | | | | | * win/tcl.m4, win/configure: CE still requires C code fixes.
* | radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-3/+0
| |
* | * unix/configure: Regen.mdejong2005-07-251-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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]
* | * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-301-17/+20
| | | | | | | | allow msys alone as an alternative.
* | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-301-8/+11
| | | | | | | | | | | | | | -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.
* | Version 5 of [Patch 976496]Joe Mistachkin2004-06-241-0/+3
| |
* | * win/configure:hobbs2003-10-061-25/+1
| | | | | | | | | | | | * 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.
* | * win/configure: Regen.mdejong2003-08-181-1/+1
| | | | | | | | | | * win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does not work. [Bug 781109]
* | * win/Makefile.in: Haven't heard back from David for a week.andreas_kupries2003-06-161-0/+59
| | | | | | | | | | | | | | | | | | * win/configure: Now committing the remaining changes. * win/configure.in: Note: In active contact with Helmut Giese * win/makefile.vc: about the borland relatedchanges. This part * win/rules.vc: will see future updates. * win/tcl.m4: * win/makefile.bc:
* | * win/configure: Regen.mdejong2003-04-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4 (SC_CONFIG_CFLAGS): Set new LIBFLAGSUFFIX that works like LIBSUFFIX, it is used when creating library names. The previous implementation would generate -ltclstub85 instead of -ltclstub85s when configured with --disable-shared.
* | * win/tcl.m4 (SC_WITH_TCL): Port version numbermdejong2003-03-131-4/+4
| | | | | | | | fix that was made in tk instead of tcl sources.
* | * README: Bumped version number ofdgp2003-03-041-10/+10
|/ | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: Tcl to 8.5a0. * library.init.tcl: * mac/README: * macosx/Tcl.pbproj/project.pbxproc: * tests/basic.test: * tools/configure.in: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/tcl.m4: * tools/configure: autoconf * unix/configure: * win/configure:
* * win/configure: Regen.mdejong2003-01-211-1/+6
| | | | | | | | | * 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.