Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 ↵ | jan.nijtmans | 2021-01-05 | 1 | -13/+13 |
|\ \ | |/ | | | | | to make that change | ||||
| * | Convert AC_TRY_COMPILE (which is obsolete now) to ↵ | jan.nijtmans | 2020-12-24 | 1 | -4/+3 |
| | | | | | | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too. | ||||
| * | More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet! | jan.nijtmans | 2020-12-23 | 1 | -6/+8 |
| | | |||||
| * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 1 | -1/+1 |
| | | | | | | | | everything still generated with (modified) autoconf-2.59 | ||||
* | | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵ | jan.nijtmans | 2021-01-05 | 1 | -23/+20 |
| | | | | | | | | the same */configure scripts with autoconf-2.59. | ||||
* | | AC_HELP_STRING -> AS_HELP_STRING | jan.nijtmans | 2021-01-04 | 1 | -1/+1 |
| | | |||||
* | | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵ | jan.nijtmans | 2021-01-04 | 1 | -4/+6 |
| | | | | | | | | generated configure scripts | ||||
* | | merge 8.6 | dgp | 2020-10-29 | 1 | -1/+5 |
|\ \ | |||||
| * \ | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -1/+5 |
| |\ \ | | |/ | | | | 3 new testcases | ||||
| | * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -1/+5 |
| | | | |||||
* | | | 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.6 | dgp | 2019-07-15 | 1 | -0/+14 |
|\ \ | |||||
| * \ | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵ | sebres | 2019-07-12 | 1 | -0/+14 |
| |\ \ | | |/ | | | | | | | tcl8.6), conflicts resolved, etc | ||||
| | * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵ | sebres | 2019-07-10 | 1 | -0/+14 |
| | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T) | ||||
| | * | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 1 | -2/+2 |
| | | | |||||
| | * | Backport "registry" version 1.3.3, so all active branches now have the same ↵ | jan.nijtmans | 2018-10-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already) | ||||
| | * | Bump to release number 8.5.19 | dgp | 2015-10-23 | 1 | -1/+1 |
| | | | |||||
* | | | 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/+1 |
| | | |||||
* | | merge 8.6 | dgp | 2017-04-21 | 1 | -0/+1 |
|\ \ | |||||
| * | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵ | jan.nijtmans | 2017-04-20 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 |
| | | |||||
* | | Revise content of generate win/tclConfig.sh: Make sure that all entries use ↵ | jan.nijtmans | 2015-10-06 | 1 | -4/+4 |
|\ \ | |/ | | | | | windows paths with forward slashes. | ||||
| * | Revise content of generate win/tclConfig.sh: Make sure that all entries use ↵ | jan.nijtmans | 2015-10-06 | 1 | -4/+4 |
| | | | | | | | | windows paths with forward slashes. | ||||
| * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 |
| | | |||||
* | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵ | jan.nijtmans | 2015-04-10 | 1 | -3/+3 |
| | | | | | | | | compilation on windows with msys and VS2013 fails | ||||
* | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 |
| | | |||||
* | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -1/+1 |
| | | |||||
* | | Add support for Windows 8.1: See ↵ | jan.nijtmans | 2013-11-21 | 1 | -1/+14 |
|\ \ | |/ | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
| * | Add support for Windows 8.1: See ↵ | jan.nijtmans | 2013-11-21 | 1 | -1/+14 |
| | | | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
* | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -0/+1 |
|\ \ | |/ | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -0/+1 |
| | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
| | | |||||
| * | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -1/+1 |
| | | |||||
| * | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 |
| | | |||||
| * | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
| | | |||||
* | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
| | | |||||
* | | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵ | jan.nijtmans | 2013-06-12 | 1 | -1/+5 |
| | | | | | | | | produced by Microsoft tools) doesn't import the zlib symbols correctly, so use "libz.dll.a" produced with mingw-w64 tools in stead. |