Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 1 | -12/+19 |
|\ | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality. | ||||
| * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 1 | -12/+19 |
| |\ | | | | | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality. | ||||
| | * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 1 | -0/+8 |
| | | | | | | | | | | | | Cygwin shell. | ||||
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -59/+199 |
| | | | |||||
| | * | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-06-23 | 1 | -3/+0 |
| | | | | | | | | | autoconf-2.13 | ||||
* | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-15 | 1 | -42/+186 |
|\ \ \ | |/ / | | | | | | | | | | Don't use deprecated "case" any more. Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release. | ||||
| * | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-14 | 1 | -42/+186 |
| | | | |||||
* | | | better formatting of "configure --help" | jan.nijtmans | 2012-07-18 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | better formatting of "configure --help" | jan.nijtmans | 2012-07-18 | 1 | -4/+4 |
| | | | |||||
* | | | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-05-02 | 1 | -4/+0 |
|\ \ \ | |/ / | |||||
| * | | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-05-02 | 1 | -4/+0 |
| | | | |||||
* | | | minor clean-up of tkInt.decls | jan.nijtmans | 2012-04-12 | 1 | -4/+7 |
|\ \ \ | |/ / | | | | | | | disallow colors like xellow configure changes for cygwin | ||||
| * | | disallow colors like xellow | jan.nijtmans | 2012-04-12 | 1 | -4/+7 |
| |\ \ | | |/ | | | | | | | cleanup tkInt.decls configure changes for cygwin | ||||
| | * | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 1 | -4/+7 |
| | | | |||||
* | | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -8/+12 |
|\ \ \ | |/ / | | | | format tk.decls | ||||
| * | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -8/+12 |
| |\ \ | | |/ | | | | format tk.decls like tcl8.5/8.6 | ||||
| | * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -8/+12 |
| | | | |||||
* | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-04-02 | 1 | -55/+168 |
|\ \ \ | |/ / | | | | (autoconf still to be run!) | ||||
| * | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 1 | -18/+147 |
| |\ \ | | |/ | | | | (autoconf still to be run!) | ||||
| | * | Only check for cygwin with $GCC | jan.nijtmans | 2012-03-29 | 1 | -3/+6 |
| | | | |||||
| | * | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 1 | -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. | ||||
| | | * | implementation ready for further field-testsbug_3511806 | jan.nijtmans | 2012-03-29 | 1 | -20/+146 |
| | | | | |||||
| | * | | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 1 | -13/+17 |
| | |/ | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| | | | |||||
* | | | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 1 | -0/+15 |
|\ \ \ | |/ / | |||||
| * | | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 1 | -0/+15 |
| |\ \ | | |/ | |||||
| | * | Sync with win/tcl.m4 from Tcl | jan.nijtmans | 2011-06-16 | 1 | -0/+15 |
| | | | |||||
* | | | set default MODULE_SCOPE=extern, in case no other value is determined | jan.nijtmans | 2011-03-28 | 1 | -0/+1 |
| | | | |||||
* | | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| * | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| | * | SC_EMBED_MANIFEST macro | jan.nijtmans | 2011-03-11 | 1 | -22/+178 |
| | | | | | | | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f) | ||||
| | * | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵ | nijtmans | 2010-10-31 | 1 | -13/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | ||||
| | * | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
| | * | * win/configure, win/tcl.m4: define MACHINE for gcc builds as well. | hobbs | 2006-03-28 | 1 | -3/+4 |
| | | | | | | | | | | | | Needed by Tk for manifest generation. | ||||
| | * | []-quote ac_defun functions | hobbs | 2006-03-02 | 1 | -11/+11 |
| | | | |||||
| | * | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 1 | -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] * win/configure.in: * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct. | ||||
| | * | * unix/Makefile.in: Subst TCLSH_PROG and | mdejong | 2005-07-25 | 1 | -17/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD_TCLSH into Makefile. Rework html target so that it depends on the tclsh installed on the system PATH. * unix/configure: Regen. * unix/configure.in: Invoke SC_PROG_TCLSH and SC_BUILD_TCLSH and subst into Makefile. * unix/tcl.m4: Update from Tcl. * win/Makefile.in: Subst TCLSH_PROG and BUILD_TCLSH into Makefile. Rework winhelp target so that it depends on the tclsh installed on the system PATH. * win/configure: Regen. * win/configure.in: Invoke SC_BUILD_TCLSH and subst into Makefile. * win/tcl.m4: Update from Tcl. [Tcl patch 1244153] | ||||
| | * | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 1 | -17/+20 |
| | | | | | | | | | | | | allow msys alone as an alternative. | ||||
| | * | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 1 | -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. | mdejong | 2003-04-03 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4: Update from Tcl to get new LIBFLAGSUFFIX variable. | ||||
| * | | handle --enable-64bit=ia64 for gcc. BACKPORT. | nijtmans | 2011-01-17 | 1 | -18/+25 |
| | | | |||||
| * | | Cross-compile support for Win and UNIX (backported) | nijtmans | 2010-12-13 | 1 | -5/+5 |
| | | | |||||
| * | | Allow cross-compilation by default (backported) | nijtmans | 2010-11-19 | 1 | -23/+15 |
| | | | | | | | | | | | | Use -pipe for gcc on win32 (backported) | ||||
| * | | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | manifest handling on Win64. * win/configure: Regenerated. | ||||
| * | | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): | hobbs | 2010-08-27 | 1 | -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 to | hobbs | 2009-02-17 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds. | ||||
* | | | handle --enable-64bit=ia64 for gcc | nijtmans | 2011-01-12 | 1 | -18/+24 |
| | | | |||||
* | | | Fix manifest-generation for 64-bit gcc (mingw-w64) | nijtmans | 2010-12-10 | 1 | -2/+5 |
| | | | |||||
* | | | [Patch #3116490] cross-compile Tk mingw32 on unix. | nijtmans | 2010-12-03 | 1 | -3/+0 |
| | | | | | | | | | | | | This makes it possible to cross-compile Tcl/Tk for Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 build tools. |