summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-11-041-0/+100
|\
| * Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in ↵jan.nijtmans2019-10-281-0/+100
| | | | | | | | | | from tclTomMath.h. Add test in configure scripts for <stdint.h> and <stdbool.h>. Not used by Tcl yet, probably handy for TEA extensions wanting to use that ;-)
* | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵jan.nijtmans2019-09-051-1/+1
|/ | | | Windows) without -Wunused-parameters warnings
* Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-161-11/+11
|
* merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ↵sebres2019-07-121-11/+32
|\ | | | | | | resolved (nothreads not available for 8.7)
| * integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵sebres2019-07-121-3112/+3300
| |\ | | | | | | | | | tcl8.6), conflicts resolved, etc
| | * integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-121-0/+20
| | |\
| | | * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵sebres2019-07-101-0/+20
| | | | | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T)
| * | | Merge 8.5jan.nijtmans2019-07-121-3279/+3112
| |\ \ \
| | * | | Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-121-3172/+2925
| | |/ / | | | | | | | | Revert generated configure script to use original autoconf version.
| * | | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC.dkf2019-07-101-3112/+3279
| |\ \ \ | | |/ /
| | * | Updated win/configure to use current version of autoconfdkf2019-07-071-2925/+3172
| | |/
| | * tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-4/+4
| | |
| | * merge 8.5dgp2015-12-101-8/+4
| | |\
| | * | autoconf-2.59dgp2015-10-231-5/+5
| | | |
| * | | Bump version numbers for 8.6.9 release.dgp2018-10-051-1/+1
| | | |
* | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub ↵jan.nijtmans2019-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | entry for it. Add -Wpointer-arith warning to CFLAGS
* | | | avoid additional in-between path-segment "." in zip, some zip-programs ↵sebres2019-01-211-2/+2
| | | | | | | | | | | | | | | | (inclusive minizip) will insert this if used as path-parameter to compress
* | | | re-generate configure scriptjan.nijtmans2018-11-241-2/+2
| | | |
* | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh ↵jan.nijtmans2018-10-121-42/+27
| | | | | | | | | | | | | | | | install", because tclsh is not compiled with that. Fix minizip.c compilation on systems without open64()
* | | | Add support for wine. So windows test-cases can now be run on ↵jan.nijtmans2018-09-291-0/+38
| | | | | | | | | | | | | | | | Linux/Mac/whatever.
* | | | Merging changes with 8.7hypnotoad2018-08-141-1/+1
|\ \ \ \
| * \ \ \ merge 8.6sebres2018-07-201-1/+1
| |\ \ \ \ | | |/ / /
| | * | | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): ↵sebres2018-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | "$do64bit" may be "amd64|x64|yes", so it could find & copy wrong zlib.dll.
| | * | | Start RC branch for Tcl 8.6.8dgp2017-12-061-1/+2
| | | | |
| | * | | merge 8.6dgp2017-04-211-1/+2
| | |\ \ \
| | * | | | Start RC branch for Tcl 8.6.7dgp2017-03-101-1/+1
| | | | | |
* | | | | | merge 8.7dgp2018-05-241-36/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2018-04-171-36/+0
| | | | | | | | | | | | | | | | | | Move stuff from SC_ENABLE_THREADS to SC_TCL_LINK_LIBS in tcl.m4, so SC_ENABLE_THREADS is no longer needed in configure.ac
* | | | | | Pulling changes from core-8-branchhypnotoad2017-12-131-134/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-071-134/+2
| |\ \ \ \ \
| | * | | | | Remove more pre-XP stuff.jan.nijtmans2017-11-231-135/+3
| |/ / / / /
* | | | | | Added an implementation of tinydir.h, and spliced it into minizip to allowhypnotoad2017-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | minizip to recurse directory structures (and get us out of having to feed `find` via autoconf)
* | | | | | Typo fixes for miniziphypnotoad2017-11-211-2/+2
| | | | | |
* | | | | | Fixing the quoting for arguments to miniziphypnotoad2017-11-201-1/+1
| | | | | |
* | | | | | Updating tcl.m4 in windows to fix a typohypnotoad2017-11-201-1/+1
| | | | | |
* | | | | | Autoconf fixeshypnotoad2017-11-201-1/+107
| | | | | |
* | | | | | Modifications to allow the Tcl build system to exploit either a native ziphypnotoad2017-11-201-78/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | executable in the path or a tclsh that understands the new "install" keyword from the command line Added a new file to /library which is run when the user executes "tclsh install ..." Embedded in installer.tcl is a facility for building zip archives
* | | | | | Rebuilt the configure files without the call to the missing SC_ENABLE_ZIPFS ↵hypnotoad2017-11-171-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | macro
* | | | | | First pass on the Msys style windows build. Moving Zipfs features closer ↵hypnotoad2017-11-171-1/+175
|/ / / / / | | | | | | | | | | | | | | | together in the autoconf
* | | | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-081-1/+1
| | | | |
* | | | | Release candidate branch for Tcl 8.7a1.dgp2017-08-101-1/+1
| | | | |
* | | | | merge core-8-6-branchjan.nijtmans2017-04-201-0/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵jan.nijtmans2017-04-201-1/+2
| |/ / / | | | | | | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it.
* | | | Merge core-8-6-branch. jan.nijtmans2017-01-111-1/+1
|\ \ \ \ | |/ / / | | | | | | | | Do gcc-compiles with the option -Wwrite-strings, so we can detect mis-usage of "const". Make Tcl_AddErrorInfo() and Tcl_AddObjErrorInfo() a macro.
| * | | Start RC branch for Tcl 8.6.6dgp2016-07-121-1/+1
| | | |
* | | | Fix signed-unsigned-compare warning (reported by François Vogel on Windows, ↵jan.nijtmans2016-03-221-1/+1
| | | | | | | | | | | | | | | | but gcc can trigger it as well)
* | | | Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-031-3114/+3281
|/ / /
* | | Bump to 8.6.5dgp2016-01-281-1/+1
| | |
* | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵jan.nijtmans2015-12-021-8/+4
|\ \ \ | | |/ | |/| | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit").