summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-04-101-2/+2
|\
| * Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-2/+2
| |\
| | * Merge trunkjan.nijtmans2020-02-261-1/+1
| | |\ | | |/ | |/|
| | * Merge trunkjan.nijtmans2020-02-071-1/+1
| | |\ | | |/ | |/|
| | * Merge 8.7jan.nijtmans2020-02-061-1/+1
| | |\ | | |/ | |/|
| | * Merge 8.7. More WIP.jan.nijtmans2019-12-161-3/+12
| | |\ | | |/ | |/|
* | | Remove (almost all remaining) traces of DBGX for Windows build.jan.nijtmans2020-02-111-23/+11
|/ /
* | Merge 8.6jan.nijtmans2019-12-161-3/+12
|\ \ | |/ |/|
| * Sync tcl.m4 with version in Tcljan.nijtmans2019-12-161-3/+12
* | Sync tcl.m4 (for windows and UNIX) with version provided by Tcl 8.7jan.nijtmans2019-11-271-25/+3
|\ \ | |/
| * Sync tcl.m4 with the vesion provided by Tcl 8.6jan.nijtmans2019-11-271-25/+3
| |\
| | * Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-271-25/+3
* | | Add test for <stdbool.h> in configure script. Not used by Tk yet.jan.nijtmans2019-10-311-0/+2
* | | sync rules.vc and tcl.m4 (both win and unix) with Tcl versionjan.nijtmans2019-05-151-3/+3
* | | sync tcl.m4 with Tcl versionjan.nijtmans2018-11-241-2/+2
* | | Merge tcl.m4 with Tcl version. Add zipfs hooks to tkAppInit.c and winMain.c, ...jan.nijtmans2018-10-121-0/+128
* | | Sync various configure-related changes from Tcl (from core-8-branch)jan.nijtmans2018-05-311-36/+0
* | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-071-104/+2
|\ \ \
| * | | Remove pre-XP supportjan.nijtmans2017-11-231-105/+3
|/ / /
* | | merge core-8-6-branchjan.nijtmans2017-05-181-1/+1
|\ \ \ | |/ /
* | | 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
|\ \ \ | |/ /