summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2019-12-141-3/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2019-12-141-3/+12
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet)jan.nijtmans2019-12-141-3/+12
* | | | | | | Merge 8.7jan.nijtmans2019-12-131-2/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.7jan.nijtmans2019-11-151-25/+3
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-2/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-2/+2
| | | |/ / / | | |/| | |
* | | | | | Merge 8.7jan.nijtmans2019-11-271-25/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2019-11-271-25/+3
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Merge 8.5jan.nijtmans2019-11-271-25/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Don't bother paths of 64-bit SDK any more: This was Visual Studio 2008-specif...jan.nijtmans2019-11-271-25/+3
* | | | | Merge 8.7jan.nijtmans2019-10-281-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from...jan.nijtmans2019-10-281-0/+4
| | |_|/ | |/| |
| * | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr...jan.nijtmans2019-02-091-1/+1
* | | | Change TclGetIntForIndex() and TclGetIntForIndexM() to return a size_t value ...jan.nijtmans2019-02-081-1/+1
* | | | merge 8.7sebres2019-01-251-2/+2
|\ \ \ \ | |/ / /
| * | | avoid additional in-between path-segment "." in zip, some zip-programs (inclu...sebres2019-01-211-2/+2
* | | | merge 8.7sebres2018-11-231-2/+2
|\ \ \ \ | |/ / /
| * | | make/configure review: normalizes the latest fixes across unix/winsebres2018-11-231-2/+2
* | | | Merge 8.7jan.nijtmans2018-10-121-39/+28
|\ \ \ \ | |/ / /
| * | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-121-39/+28
* | | | Merge 8.7jan.nijtmans2018-09-291-0/+1
|\ \ \ \ | |/ / /
| * | | Add support for wine. So windows test-cases can now be run on Linux/Mac/whate...jan.nijtmans2018-09-291-0/+1
* | | | Merge 8.7 (TIP #430 implementation)jan.nijtmans2018-09-121-0/+138
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-05-241-36/+0
| |\ \ \
| * \ \ \ Pulling changes from core-8-branchhypnotoad2017-12-131-104/+2
| |\ \ \ \
| * | | | | Added an implementation of tinydir.h, and spliced it into minizip to allowhypnotoad2017-11-211-2/+2
| * | | | | Typo fixes for miniziphypnotoad2017-11-211-2/+2
| * | | | | Fixing the quoting for arguments to miniziphypnotoad2017-11-201-1/+1
| * | | | | Updating tcl.m4 in windows to fix a typohypnotoad2017-11-201-1/+1
| * | | | | Modifications to allow the Tcl build system to exploit either a native ziphypnotoad2017-11-201-41/+71
| * | | | | First pass on the Msys style windows build. Moving Zipfs features closer toge...hypnotoad2017-11-171-0/+108
* | | | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne...jan.nijtmans2018-05-171-36/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 8.7jan.nijtmans2018-04-171-36/+0
| | |/ / / | |/| | |
* | | | | merge 8.7jan.nijtmans2017-12-071-104/+2
|\ \ \ \ \ | |/ / / /
| * | | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-071-104/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove more pre-XP stuff.jan.nijtmans2017-11-231-105/+3
| |/ / /
* | | | Merge core-8-branch. More 8.7 -> 9.0 changes as appropriatejan.nijtmans2017-11-051-4/+4
|/ / /
* | | Merge core-8-6-branch. jan.nijtmans2017-01-111-1/+1
|\ \ \ | |/ /
* | | Fix signed-unsigned-compare warning (reported by François Vogel on Windows, ...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-021-5/+2
|\ \ | |/
| * Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp...jan.nijtmans2015-12-021-5/+2
* | Fix [b42a851475]: file normalize ~user returns wrong directory on Windowsjan.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 VisualStudio version 14 only, future ve...jan.nijtmans2015-09-301-2/+2
|\ \ | |/