summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* Compile with -Wwrite-strings, as does Tcl. In pkgIndex files, allow "8.6-" to...jan.nijtmans2017-01-201-1/+1
* sync tcl.m4 (both win and unix) with Tcl's version.jan.nijtmans2016-03-221-1/+1
* Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-031-4/+4
* Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp...jan.nijtmans2015-12-031-5/+2
|\
| * Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp...jan.nijtmans2015-12-031-5/+2
* | Link with userenv.lib, because it is now needed by Tcl.jan.nijtmans2015-10-061-2/+2
* | Double '[' and ']', otherwise re-generating "configure" doesn't give the expe...jan.nijtmans2015-10-061-2/+2
|\ \ | |/
| * Double '[' and ']', otherwise re-generating "configure" doesn't give the expe...jan.nijtmans2015-10-061-2/+2
* | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway...jan.nijtmans2015-10-051-1/+1
|\ \ | |/
| * Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway...jan.nijtmans2015-10-051-1/+1
* | Don't limit Universal runtime support to VisualStudio version 14 only, future...jan.nijtmans2015-09-301-2/+2
|\ \ | |/
| * Don't limit Universal runtime support to VisualStudio version 14 only, future...jan.nijtmans2015-09-301-2/+2
* | Completing [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a...jan.nijtmans2015-08-281-2/+18
|\ \ | |/
| * Completing [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a...jan.nijtmans2015-08-281-2/+18
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as i...jan.nijtmans2013-11-191-1/+1
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-3/+5
|\ \ | |/
| * When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-3/+5
| * Cherrypick [132bf978f2] from trunk: jan.nijtmans2013-09-271-17/+1
* | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. jan.nijtmans2013-09-271-2/+1
* | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-231-3/+3
|\ \ | |/
| * workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-231-3/+18
* | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-141-12/+19
|\ \ | |/
| * Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-141-12/+19
| |\
| | * Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-141-0/+8
| | * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-121-59/+199
| | * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-231-3/+0
* | | More flexible search for win32 tclConfig.sh, backported from TEA. jan.nijtmans2013-01-151-42/+186
|\ \ \ | |/ /
| * | More flexible search for win32 tclConfig.sh, backported from TEA.jan.nijtmans2013-01-141-42/+186
* | | better formatting of "configure --help"jan.nijtmans2012-07-181-6/+6
|\ \ \ | |/ /
| * | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
* | | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-4/+0
|\ \ \ | |/ /
| * | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-4/+0
* | | minor clean-up of tkInt.declsjan.nijtmans2012-04-121-4/+7
|\ \ \ | |/ /
| * | disallow colors like xellowjan.nijtmans2012-04-121-4/+7
| |\ \ | | |/
| | * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-4/+7
* | | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-8/+12
|\ \ \ | |/ /
| * | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-8/+12
| |\ \ | | |/
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-8/+12
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-021-55/+168
|\ \ \ | |/ /
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-18/+147
| |\ \ | | |/
| | * Only check for cygwin with $GCCjan.nijtmans2012-03-291-3/+6
| | * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-291-22/+144
| | |\
| | | * implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-291-20/+146
| | * | enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-13/+17
| | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
* | | Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+15
|\ \ \ | |/ /
| * | Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+15
| |\ \ | | |/
| | * Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+15
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-0/+1