Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use LTO for any stub libraries: It's asking for trouble when an ↵ | jan.nijtmans | 2021-01-20 | 1 | -1/+63 |
| | | | | extension is compiled with different CFLAGS as the stub library. | ||||
* | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 1 | -1/+1 |
| | | |||||
* | | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵ | jan.nijtmans | 2021-01-04 | 1 | -11/+25 |
| | | | | | | | | generated configure scripts | ||||
* | | re-generate win/configure | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | re-generate win/configure | jan.nijtmans | 2021-01-04 | 1 | -0/+1 |
| | | |||||
| * | Convert AC_TRY_COMPILE (which is obsolete now) to ↵ | jan.nijtmans | 2020-12-24 | 1 | -14/+28 |
| | | | | | | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too. | ||||
* | | merge 8.6 | dgp | 2020-12-07 | 1 | -8/+0 |
|\ \ | |||||
| * \ | Merge 8.5 | jan.nijtmans | 2020-12-02 | 1 | -8/+0 |
| |\ \ | | |/ | |||||
| | * | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵ | jan.nijtmans | 2020-12-01 | 1 | -8/+0 |
| | | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script | ||||
* | | | merge 8.6 | dgp | 2020-10-29 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | |||||
* | | | merge 8.6 | dgp | 2020-07-07 | 1 | -5/+4 |
|\ \ \ | |/ / | |||||
| * | | 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) | ||||
* | | | Bump to 8.6.11 for release. | dgp | 2020-07-06 | 1 | -1/+1 |
|/ / | |||||
* | | 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 |
| | | |