Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 1 | -1/+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. | ||||
* | 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 | ||||
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -2/+6 |
| | |||||
* | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 1 | -24/+22 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | 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. | ||||
* | close fork | sebres | 2019-07-12 | 1 | -3172/+2925 |
|\ | |||||
| * | 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. | ||||
* | | 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) | ||||
* | | 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 |
|\ | |||||
| * | 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 |
| | | |||||
* | | autoconf-2.59 | dgp | 2015-10-23 | 1 | -5/+5 |
|/ | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Add support for Windows 8.1: See ↵ | jan.nijtmans | 2013-11-21 | 1 | -2/+18 |
| | | | | [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 | -4/+7 |
| | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
* | Cherrypick [87d1313df3] from trunk: | jan.nijtmans | 2013-09-27 | 1 | -65/+1 |
| | | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway. | ||||
* | workaround for mingw bug ↵ | jan.nijtmans | 2013-09-23 | 1 | -3/+66 |
| | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
* | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵ | jan.nijtmans | 2013-05-17 | 1 | -5/+0 |
|\ | | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers. | ||||
| * | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵ | jan.nijtmans | 2013-05-17 | 1 | -3/+0 |
| | | | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers. | ||||
* | | Add support for the latest mingw-4.0-rc1. See: ↵ | jan.nijtmans | 2013-05-16 | 1 | -0/+5 |
|\ \ | |/ | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS] | ||||
| * | Add support for the latest mingw-4.0-rc1. See: ↵ | jan.nijtmans | 2013-05-16 | 1 | -0/+3 |
| | | | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS] | ||||
| * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 1 | -4/+4 |
| | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) | ||||
* | | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -1/+1 |
| | | |||||
* | | Improve some comments and quoting, no change in functionality | jan.nijtmans | 2013-02-14 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -18/+19 |
| | | |||||
* | | autoconf-2.59 | dgp | 2012-11-05 | 1 | -1/+1 |
| | | |||||
* | | merge 8.5 | dgp | 2012-07-24 | 1 | -4/+4 |
|\ \ | |||||
| * | | autoconf-2.59 | jan.nijtmans | 2012-07-19 | 1 | -4/+4 |
| | | | |||||
* | | | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
|/ / | |||||
* | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -7/+1 |
|\ \ | |/ | | | | | applications (or Tcl with TIP #106) could generate that. | ||||
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -14/+18 |
|\ \ | |/ | |||||
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -17/+21 |
| | | |||||
| * | Only check for cygwin with $GCC | jan.nijtmans | 2012-03-29 | 1 | -43/+46 |
| | | |||||
| * | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 1 | -364/+435 |
| |\ | | | | | | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler | ||||
| | * | now ready for further field tests | jan.nijtmans | 2012-03-29 | 1 | -80/+79 |
| | | | |||||
| | * | some better checks | jan.nijtmans | 2012-03-28 | 1 | -60/+98 |
| | | | |||||
| | * | extra checks whether we are really dealing with cygwin or not | jan.nijtmans | 2012-03-28 | 1 | -62/+60 |
| | | |