| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -2/+2 |
|\ |
|
| * | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -2/+2 |
| |\
| |/
|/| |
|
| * | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| |\
| |/
|/| |
|
| * | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -2/+0 |
| |\ |
|
| * | | Update win/tcl.m4, for use with C++ | jan.nijtmans | 2019-12-12 | 1 | -3/+12 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -25/+3 |
| |\ \ |
|
| | * \ | Merge 8.6 | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
| | |\ \ |
|
| * | \ \ | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -0/+4 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2019-12-14 | 1 | -3/+12 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet) | jan.nijtmans | 2019-12-14 | 1 | -3/+12 |
| | |_|/
| |/| | |
|
| * | | | Merge 8.5 | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
| |\ \ \ |
|
| | * | | | Don't bother paths of 64-bit SDK any more: This was Visual Studio 2008-specif... | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -25/+3 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
* | | | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -2/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from... | jan.nijtmans | 2019-10-28 | 1 | -0/+4 |
|/ / / |
|
* | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr... | jan.nijtmans | 2019-02-09 | 1 | -1/+1 |
|
|
* | | | avoid additional in-between path-segment "." in zip, some zip-programs (inclu... | sebres | 2019-01-21 | 1 | -2/+2 |
|
|
* | | | make/configure review: normalizes the latest fixes across unix/win | sebres | 2018-11-23 | 1 | -2/+2 |
|
|
* | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"... | jan.nijtmans | 2018-10-12 | 1 | -39/+28 |
|
|
* | | | Add support for wine. So windows test-cases can now be run on Linux/Mac/whate... | jan.nijtmans | 2018-09-29 | 1 | -0/+1 |
|
|
* | | | merge 8.7 | dgp | 2018-05-24 | 1 | -36/+0 |
|\ \ \ |
|
| * | | | Merge 8.7 | jan.nijtmans | 2018-04-17 | 1 | -36/+0 |
|
|
* | | | | Pulling changes from core-8-branch | hypnotoad | 2017-12-13 | 1 | -104/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | TIP #487: Stop support for Pre-XP Windows | jan.nijtmans | 2017-12-07 | 1 | -104/+2 |
| |\ \ \ |
|
| | * | | | Remove more pre-XP stuff. | jan.nijtmans | 2017-11-23 | 1 | -105/+3 |
| |/ / / |
|
* | | | | Added an implementation of tinydir.h, and spliced it into minizip to allow | hypnotoad | 2017-11-21 | 1 | -2/+2 |
|
|
* | | | | Typo fixes for minizip | hypnotoad | 2017-11-21 | 1 | -2/+2 |
|
|
* | | | | Fixing the quoting for arguments to minizip | hypnotoad | 2017-11-20 | 1 | -1/+1 |
|
|
* | | | | Updating tcl.m4 in windows to fix a typo | hypnotoad | 2017-11-20 | 1 | -1/+1 |
|
|
* | | | | Modifications to allow the Tcl build system to exploit either a native zip | hypnotoad | 2017-11-20 | 1 | -41/+71 |
|
|
* | | | | First pass on the Msys style windows build. Moving Zipfs features closer toge... | hypnotoad | 2017-11-17 | 1 | -0/+108 |
|/ / / |
|
* | | | Merge core-8-6-branch. | jan.nijtmans | 2017-01-11 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Fix signed-unsigned-compare warning (reported by François Vogel on Windows, ... | jan.nijtmans | 2016-03-22 | 1 | -1/+1 |
|
|
* | | | Bump trunk to 8.7a0 to accept new feature development. | dgp | 2016-03-03 | 1 | -4/+4 |
|/ / |
|
* | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp... | jan.nijtmans | 2015-12-02 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp... | jan.nijtmans | 2015-12-02 | 1 | -5/+2 |
|
|
* | | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Double '[' and ']', otherwise re-generating "configure" doesn't give the expe... | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Double '[' and ']', otherwise re-generating "configure" doesn't give the expe... | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|
|
* | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway... | jan.nijtmans | 2015-10-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway... | jan.nijtmans | 2015-10-05 | 1 | -1/+1 |
|
|
* | | Don't limit Universal runtime support VisualStudio version 14 only, future ve... | jan.nijtmans | 2015-09-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Don't limit Universal runtime support VisualStudio version 14 only, future ve... | jan.nijtmans | 2015-09-30 | 1 | -2/+2 |
|
|
* | | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0... | jan.nijtmans | 2015-08-28 | 1 | -2/+18 |
|\ \
| |/ |
|
| * | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0... | jan.nijtmans | 2015-08-28 | 1 | -2/+18 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | | Some formatting | jan.nijtmans | 2013-11-19 | 1 | -1/+1 |
|
|
* | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -3/+5 |
|\ \
| |/ |
|