summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Create Tcl 8.6.0 release branchdgp2012-11-081-1/+1
|
* New import libraries for zlib 1.2.7, usable for all win32/win64 compilersjan.nijtmans2012-09-201-9/+0
|\
| * Experiment: MSVC build now links with 64-bit zlib1.dllmsvc_with_64bit_zlib1_dlljan.nijtmans2012-09-071-9/+0
| |
* | merge trunkdgp2012-08-201-2/+12
|\ \ | |/
| * Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 buildjan.nijtmans2012-08-131-2/+12
| |
* | merge trunkdgp2012-08-081-7/+7
|\ \ | |/
| * sync with TEA, fix some commentsjan.nijtmans2012-07-251-4/+4
| |
| * autoconf-2.59jan.nijtmans2012-07-191-4/+4
| |\
| | * autoconf-2.59jan.nijtmans2012-07-191-4/+4
| | |
* | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-1/+1
|/ /
* | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-2/+2
|\ \
| * | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-111-2/+2
| | | | | | | | | update dde version to 1.4.0
* | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-7/+1
|\ \ \ | |/ / |/| / | |/ applications (or Tcl with TIP #106) could generate that.
| * Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-7/+1
| |\ | | | | | | | | | applications (or Tcl with TIP #106) could generate that.
* | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ferrieux2012-05-101-0/+5
| | | | | | | | | | | | ./configure, to avoid stale configuration.
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-14/+18
|\ \ \ | |/ /
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-14/+18
| |\ \ | | |/
| | * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-17/+21
| | |
| | * Only check for cygwin with $GCCjan.nijtmans2012-03-291-43/+46
| | |
| | * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-291-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 testsbug_3511806jan.nijtmans2012-03-291-80/+79
| | | |
| | | * some better checksjan.nijtmans2012-03-281-60/+98
| | | |
| | | * extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-281-62/+60
| | | |
| | | * bug-3511806 implementationjan.nijtmans2012-03-271-344/+380
| | |/
| | * enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-66/+63
| | |
* | | re-generate configurejan.nijtmans2012-04-021-794/+711
|\ \ \ | |/ /
| * | re-generate configurejan.nijtmans2012-04-011-672/+512
| | |
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-70/+0
|\ \ \ | |/ /
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-70/+0
| |\ \ | | |/
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-71/+29
| | |
| * | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-1/+1
| | |
* | | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-151-5/+5
|\ \ \ | |/ / | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| * | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-151-5/+5
| |\ \ | | |/ | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| | * [Bug 3388350] mingw64 compiler warnings. jan.nijtmans2011-08-151-5/+5
| | | | | | | | | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
| | |
| * | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-1/+1
| | |
* | | Bump version number to 8.6b2.dgp2011-07-181-1/+1
| | |
* | | If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-121-0/+58
|\ \ \ | |/ /
| * | If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-121-0/+58
| |\ \ | | |/
| | * If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-111-16/+47
| | |
* | | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW.jan.nijtmans2011-04-211-0/+69
|\ \ \ | |/ / | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations.
| * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-211-0/+69
| |\ \ | | |/ | | | | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations.
| | * fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW.jan.nijtmans2011-04-211-27/+68
| | | | | | | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations.
* | | typo, (and accidently checked in changes to tclOO.decls, reverted in the ↵jan.nijtmans2011-04-091-1/+1
| | | | | | | | | | | | next commit [d550d19c7c]
* | | fix for [Bug 3280043]: win2k: unresolved DLL importsjan.nijtmans2011-04-081-0/+66
| | |
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-281-0/+5
| | |
* | | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
|\ \ \ | |/ / | | | | | | link.exe included with MSVC, use -debug instead
| * | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
| |\ \ | | |/ | | | | | | link.exe included with MSVC, use -debug instead
| | * The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead
| | * * win/tcl.m4: handle --enable-64bit=ia64 for gcc.jan.nijtmans2011-03-111-109/+228
| | | | | | | | | | | | | | | * win/configure: (autoconf-2.13) * win/tclWin32Dll.c: [Patch 3059922]: fixes for mingw64 - gcc4.5.1 Merged --cherrypick from Tcl8.5 (2011-01-17, 6e410a115b)