Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -2/+6 |
|\ | | | | | 3 new testcases | ||||
| * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -2/+6 |
| | | |||||
* | | Make sure that in tclConfig.sh for Windows ${DBGX} is expanded before ↵ | jan.nijtmans | 2020-07-07 | 1 | -5/+4 |
| | | | | | | | | | | exporting TCL_(SHARED|UNSHARED|EXPORT)_LIB_SUFFIX there. Otherwise extensions removing ${DBGX} from their implementation (see TIP #578) will break on Windows. tclConfig.sh should never contain the macro ${DBGX} any more. (On UNIX this was already correct, on Windows it was forgotten) | ||||
* | | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵ | jan.nijtmans | 2020-04-10 | 1 | -2/+2 |
| | | | | | | | | and at least one of them contains a space. | ||||
* | | Merge 8.5 | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 1 | -24/+22 |
| | | |||||
* | | 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 | -158/+75 |
|\ \ | |/ | |||||
| * | Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵ | jan.nijtmans | 2019-11-27 | 1 | -158/+75 |
| | | | | | | | | 2008-specific and doesn't work with other Visual Studio versions. | ||||
* | | Fix travis build on Windows (tweak to configure script was made on purpose, ↵ | jan.nijtmans | 2019-11-04 | 1 | -10/+12 |
| | | | | | | | | to workaround a bug in autoconf-2.59) | ||||
* | | Updates from `make dist` | dgp | 2019-11-03 | 1 | -12/+10 |
| | | |||||
* | | merge 8.6 | dgp | 2019-09-11 | 1 | -3278/+3112 |
|\ \ | |||||
| * \ | Merge 8.5 | jan.nijtmans | 2019-09-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Final touch to make everything work for 8.5: | jan.nijtmans | 2019-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - Don't use AS_ECHO macro, because autoconf-2.59 doesn't have it. - -D_BUILD_tcl should be -DBUILD_tcl - Missing back-slashes at the end of the line. | ||||
| * | | merge 8.5 (no functional changes on tclProc, it was already fixed there - ↵ | sebres | 2019-09-06 | 1 | -10/+12 |
| |\ \ | | |/ | | | | | | | only test cases) | ||||
| | * | Fix configure script (re-generated with a modified autoconf-2.59, in which ↵ | jan.nijtmans | 2019-09-06 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | the AC_PROG_MAKE_SET macro is replaced with the one from autoconf-2.69) :-) Re-enable native travis build on Windows, showing that the build now works. | ||||
| * | | Merge 8.5. Add (still unused) runstatedir in Makefile.in. Re-generate ↵ | jan.nijtmans | 2019-09-02 | 1 | -3289/+3121 |
| |\ \ | | |/ | | | | | | | win/unix configure scripts. | ||||
| | * | close fork | sebres | 2019-07-12 | 1 | -3172/+2925 |
| | |\ | |||||
* | | \ | merge 8.6 | dgp | 2019-07-15 | 1 | -3112/+3300 |
|\ \ \ \ | |/ / / | |||||
| * | | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵ | sebres | 2019-07-12 | 1 | -3112/+3300 |
| |\ \ \ | | |/ / | | | | | | | | | tcl8.6), conflicts resolved, etc | ||||
| | * | | integrate branch bug-4718b41c56, closes [4718b41c56] | sebres | 2019-07-12 | 1 | -0/+20 |
| | |\ \ | |||||
| | | * | | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵ | sebres | 2019-07-10 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T) | ||||
| * | | | | Merge 8.5 | jan.nijtmans | 2019-07-12 | 1 | -3279/+3112 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Leave out travis tests for MSVC, until test-cases are fixed. | jan.nijtmans | 2019-07-12 | 1 | -3172/+2925 |
| | |/ / | | | | | | | | | Revert generated configure script to use original autoconf version. | ||||
| * | | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC. | dkf | 2019-07-10 | 1 | -3112/+3279 |
| |\ \ \ | | |/ / | |||||
| | * | | Updated win/configure to use current version of autoconf | dkf | 2019-07-07 | 1 | -2925/+3172 |
| | |/ | |||||
| | * | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 1 | -4/+4 |
| | | | |||||
| | * | merge 8.5 | dgp | 2015-12-10 | 1 | -8/+4 |
| | |\ | |||||
| | * | | autoconf-2.59 | dgp | 2015-10-23 | 1 | -5/+5 |
| | | | | |||||
* | | | | Bump version numbers for 8.6.10 release. | dgp | 2019-06-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | Bump version numbers for 8.6.9 release. | dgp | 2018-10-05 | 1 | -1/+1 |
| | | | |||||
* | | | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): ↵ | sebres | 2018-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | "$do64bit" may be "amd64|x64|yes", so it could find & copy wrong zlib.dll. | ||||
* | | | Start RC branch for Tcl 8.6.8 | dgp | 2017-12-06 | 1 | -1/+2 |
| | | | |||||
* | | | merge 8.6 | dgp | 2017-04-21 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵ | jan.nijtmans | 2017-04-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it. | ||||
* | | | | Start RC branch for Tcl 8.6.7 | dgp | 2017-03-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -1/+1 |
| | | | |||||
* | | | Bump to 8.6.5 | dgp | 2016-01-28 | 1 | -1/+1 |
| | | | |||||
* | | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-02 | 1 | -8/+4 |
|\ \ \ | | |/ | |/| | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). | ||||
| * | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-02 | 1 | -8/+4 |
| | | | | | | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). | ||||
* | | | re-generate "configure", both for unix and win | jan.nijtmans | 2015-10-25 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | re-generate "configure", both for unix and win | jan.nijtmans | 2015-10-25 | 1 | -4/+4 |
| |/ | |||||
* | | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
* | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵ | jan.nijtmans | 2015-10-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway | ||||
| * | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵ | jan.nijtmans | 2015-10-05 | 1 | -1/+1 |
| | | | | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway | ||||
* | | Don't limit Universal runtime support VisualStudio version 14 only, future ↵ | jan.nijtmans | 2015-09-30 | 1 | -2/+2 |
|\ \ | |/ | | | | | versions will probably have it as well. | ||||
| * | Don't limit Universal runtime support VisualStudio version 14 only, future ↵ | jan.nijtmans | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | | versions will probably have it as well. | ||||
* | | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵ | jan.nijtmans | 2015-08-28 | 1 | -2/+18 |
|\ \ | |/ | | | | | 14.0. Now for the configure/makefile build. | ||||
| * | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵ | jan.nijtmans | 2015-08-28 | 1 | -2/+18 |
| | | | | | | | | 14.0. Now for the configure/makefile build. | ||||
| * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -1/+1 |
| | |