summaryrefslogtreecommitdiffstats
path: root/win/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵jan.nijtmans2017-04-201-0/+1
| | | | | on unix, even though it should just be empty: TEA extensions might depend on it. FossilOrigin-Name: 14eee2fd5076731bde1cc3fce36571cb406ba0fc
* Start RC branch for Tcl 8.6.6dgp2016-07-121-1/+1
| | | FossilOrigin-Name: e0e954814cf72fd7ff7dd6e9bb1a0ebc88442f7c
* Bump to 8.6.5dgp2016-01-281-1/+1
| | | FossilOrigin-Name: 696f03868d12dabf03334031a2f40eefeb7032d7
* Revise content of generate win/tclConfig.sh: Make sure that all entries use ↵jan.nijtmans2015-10-061-4/+4
|\ | | | | | | | | windows paths with forward slashes. FossilOrigin-Name: 7491c25e44acd5a283e52f5e2293b8d62de7b1c3
| * Revise content of generate win/tclConfig.sh: Make sure that all entries use ↵jan.nijtmans2015-10-061-4/+4
| | | | | | | | | | windows paths with forward slashes. FossilOrigin-Name: 6416871fda217a49e2fd8515c9b0e0342ca10351
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| | | | | | FossilOrigin-Name: e4625e0e050d4af1b9fb49bb1d613a9be9426e48
| * Bump to 8.5.17dgp2014-10-101-1/+1
| | | | | | FossilOrigin-Name: 08c159aa7e0c46f8f649c870b97fa5ee1c2f291e
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| | | | | | FossilOrigin-Name: 94417e5c1d9b2b93d2cbead22f8628ff43135fe6
* | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵jan.nijtmans2015-04-101-3/+3
| | | | | | | | | | compilation on windows with msys and VS2013 fails FossilOrigin-Name: c397433be321e6d93d545b98a4770fd8901d07b7
* | Bump to 8.6.4.dgp2015-02-261-1/+1
| | | | | | FossilOrigin-Name: 0ae41bd701c70770ac2ccb08708fb8a5d7c7a09a
* | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-141-1/+1
| | | | | | FossilOrigin-Name: 481f2d5443d669319eb778aad5cddd517d7bd778
* | Bump to 8.6.2 for release.dgp2014-07-281-1/+1
| | | | | | FossilOrigin-Name: 3b527b00241f0764ba7162bf339d6b700066e335
* | Add support for Windows 8.1: See ↵jan.nijtmans2013-11-211-1/+14
|\ \ | |/ | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] FossilOrigin-Name: f858abe62f39117caa7ce7bc2f16a613434bb154
| * Add support for Windows 8.1: See ↵jan.nijtmans2013-11-211-1/+14
| | | | | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] FossilOrigin-Name: c505b4ac532295683afe4dc882f64823e9c64950
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-0/+1
|\ \ | |/ | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. FossilOrigin-Name: 2acf2a071b0f658d780452f6a259c35707f6e853
| * When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-0/+1
| | | | | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. FossilOrigin-Name: 9b0c0950484ccc0fe15e09eeb07a75fd7c636fd5
| * Bump to 8.5.15 for release.dgp2013-08-291-1/+1
| | | | | | FossilOrigin-Name: c46e5e4d16c3baf7fa8fc7d0b67903b0cb01091c
| * Release branch for Tcl 8.5.14.dgp2013-03-211-1/+1
| | | | | | FossilOrigin-Name: bc1ba19e60acea43a9231cbf83e6894b329e2b95
| * Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| | | | | | FossilOrigin-Name: b4e06ef6498573b813c52c3c852c6d5b9c8e4392
| * Release candidate branch for Tcl 8.5.12.dgp2012-07-101-1/+1
| | | | | | FossilOrigin-Name: 757700fb5a1db6a4e1c1e8b01f5a59364381084b
* | Bump version number to 8.6.1.dgp2013-08-301-1/+1
| | | | | | FossilOrigin-Name: 9824f745ccc48b9a034452f56165000a62822747
* | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵jan.nijtmans2013-06-121-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. FossilOrigin-Name: 4cca2f545531ff5d8972a44973147465d592d0ea
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-1/+0
| | | | | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti FossilOrigin-Name: 47e3976f09b847bb6747cbd61c480ad357657a16
* | Create Tcl 8.6.0 release branchdgp2012-11-081-1/+1
| | | | | | FossilOrigin-Name: 1cb8443cf3f955b37697a504bf6ebbbc4a52637a
* | New import libraries for zlib 1.2.7, usable for all win32/win64 compilersjan.nijtmans2012-09-201-4/+0
|\ \ | | | | | | FossilOrigin-Name: 5b46cb3197600cd37f75b5d195e03bc82d4e0570
| * | Experiment: MSVC build now links with 64-bit zlib1.dlljan.nijtmans2012-09-071-4/+0
| | | | | | | | | FossilOrigin-Name: a63c381a6f9a1b6a417a23bf338970c6b2beb809
* | | merge trunkdgp2012-08-201-2/+6
|\ \ \ | |/ / | | | FossilOrigin-Name: e6892c2563ff5bb703b18ca80e94e740deb9b530
| * | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 buildjan.nijtmans2012-08-131-2/+6
| | | | | | | | | FossilOrigin-Name: 17f050e907abc65da2c6d1f700b9b40fc7ee9e55
* | | merge trunkdgp2012-08-081-1/+1
|\ \ \ | |/ / | | | FossilOrigin-Name: ddf95e5e5d2f817de2c63658a3b3214172e63c90
| * | sync with TEA, fix some commentsjan.nijtmans2012-07-251-1/+1
| | | | | | | | | FossilOrigin-Name: 0728cce9c7e7ee4125d53546246003572a4504ef
* | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-1/+1
|/ / | | | | FossilOrigin-Name: b2b7bb232523c88174647b108d9d2259d07a1b0c
* | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-2/+2
|\ \ | | | | | | FossilOrigin-Name: caff0b1e8741bc09a96e3813536f7bbc8a0a8f77
| * | fix handling of closing '\0' for -binary datajan.nijtmans2012-05-111-2/+2
| | | | | | | | | | | | | | | update dde version to 1.4.0 FossilOrigin-Name: 519913117516ec1a5bdb55f96ba0f12d27c79112
* | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+0
|\ \ \ | |/ / |/| / | |/ | | applications (or Tcl with TIP #106) could generate that. FossilOrigin-Name: 7e5a842ffbbdd00dfc27cde1d5610621519976d0
| * Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+0
| |\ | | | | | | | | | | | | applications (or Tcl with TIP #106) could generate that. FossilOrigin-Name: d18e27ccd9eb818809961a00d6c2f1576fb5e4f9
* | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ferrieux2012-05-101-0/+5
| | | | | | | | | | | | | | | ./configure, to avoid stale configuration. FossilOrigin-Name: de38d43a1e3f218640c39ffdf93ca1925711cae9
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-237/+87
|\ \ \ | |/ / | | | | | | | | | (autoconf still to be run!) FossilOrigin-Name: df5899ee61fbc618aa5d2527eafa1ceeedbb5b5a
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-219/+27
| |\ \ | | |/ | | | | | | | | | (autoconf still to be run!) FossilOrigin-Name: b684c660315446696cd2b5906f58f4df39f2912d
| | * bug-3511806 implementationjan.nijtmans2012-03-271-121/+25
| | | | | | | | | FossilOrigin-Name: 86da646fff186ce923e20ac52b3101cd241534b4
| | * enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-7/+0
| | | | | | | | | FossilOrigin-Name: b5a4dfa5f1a50bdbfd93703c0920f43afa3b13f3
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-20/+0
|\ \ \ | |/ / | | | FossilOrigin-Name: 473eee5c310dba6215b21730c0625cbab8f460bd
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-20/+0
| |\ \ | | |/ | | | FossilOrigin-Name: b87b66b5031208f7077d131df62f229a7b517289
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-20/+0
| | | | | | | | | FossilOrigin-Name: 096d7e242cecf77c2c680476151a1f96d49b45dd
| * | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-1/+1
| | | | | | | | | FossilOrigin-Name: 4a2b31244314f5c2a164176d509023770a37c17b
* | | mingw64 compiler warnings. Revert the detection of struct _stat32i64,jan.nijtmans2011-08-151-7/+7
|\ \ \ | |/ / | | | | | | | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled FossilOrigin-Name: 88771ce2cf97f09da2e83729ce6da429015711e4
| * | mingw64 compiler warnings. Revert the detection of struct _stat32i64,jan.nijtmans2011-08-151-7/+7
| |\ \ | | |/ | | | | | | | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled FossilOrigin-Name: 0abc7c984e4692e5d2ee07a1f652c7439ccb34b0
| | * [Bug 3388350] mingw64 compiler warnings.jan.nijtmans2011-08-151-5/+5
| | | | | | | | | | | | | | | | | | Revert the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled FossilOrigin-Name: 9a0b72fc4a57a55cfebb99110d10bc3872edfd1d
| | * If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-111-5/+9
| | | | | | | | | FossilOrigin-Name: 9a4410040d7273133ef2476f523887e0d140bf45
| * | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-1/+1
| | | | | | | | | FossilOrigin-Name: 73b194bf99bae3f28fb0a76cde7441cd697cb203
* | | Bump version number to 8.6b2.dgp2011-07-181-1/+1
| | | | | | | | | FossilOrigin-Name: e336bd355d9a2a9c45e89420bac11c3d491d6462