summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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").
| * 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").
* | re-generate "configure", both for unix and winjan.nijtmans2015-10-251-4/+4
|\ \ | |/
| * re-generate "configure", both for unix and winjan.nijtmans2015-10-251-4/+4
| |
* | Fix [b42a851475]: file normalize ~user returns wrong directory on Windowsjan.nijtmans2015-10-061-2/+2
|\ \ | |/
* | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵jan.nijtmans2015-10-051-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.nijtmans2015-10-051-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.nijtmans2015-09-301-2/+2
|\ \ | |/ | | | | versions will probably have it as well.
| * Don't limit Universal runtime support VisualStudio version 14 only, future ↵jan.nijtmans2015-09-301-2/+2
| | | | | | | | versions will probably have it as well.
* | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵jan.nijtmans2015-08-281-2/+18
|\ \ | |/ | | | | 14.0. Now for the configure/makefile build.
| * Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵jan.nijtmans2015-08-281-2/+18
| | | | | | | | 14.0. Now for the configure/makefile build.
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| |
| * Bump to 8.5.17dgp2014-10-101-1/+1
| |
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| |
* | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵jan.nijtmans2015-04-101-3/+3
| | | | | | | | compilation on windows with msys and VS2013 fails
* | autoconf-2.59dgp2015-02-261-1/+1
| |
* | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-141-1/+1
| |