summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Cherrypick [87d1313df3] from trunk: jan.nijtmans2013-09-271-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.nijtmans2013-09-231-3/+66
| | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
* Bump to 8.5.15 for release.dgp2013-08-291-1/+1
|
* Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵jan.nijtmans2013-05-171-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.nijtmans2013-05-171-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.nijtmans2013-05-161-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.nijtmans2013-05-161-0/+3
| | | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
| * Update dde to version 1.3.3. jan.nijtmans2013-04-251-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.dgp2013-03-211-1/+1
| |
* | Improve some comments and quoting, no change in functionalityjan.nijtmans2013-02-141-1/+2
|\ \ | |/
| * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-121-18/+19
| |
* | autoconf-2.59dgp2012-11-051-1/+1
| |
* | merge 8.5dgp2012-07-241-4/+4
|\ \
| * | autoconf-2.59jan.nijtmans2012-07-191-4/+4
| | |
* | | Release candidate branch for Tcl 8.5.12.dgp2012-07-101-1/+1
|/ /
* | 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 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-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-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
| * [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
| |
* | 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_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.
* | 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)
| * Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-311-15/+18
| | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6
| * * README: Bump version number to 8.4.19dgp2008-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release.
| * *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18dgp2008-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release.
| * * README: Bump version number to 8.4.17dgp2007-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * README: Bump version number to 8.4.16dgp2007-05-301-10/+29
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * README: Bump version number to 8.4.15dgp2006-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * README: Bump version number to 8.4.14dgp2006-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * Revert attempted backport of dde 1.3 to the core-8-4-branch.dgp2006-04-051-2/+2
| |
| * * library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD.dgp2006-04-051-2/+2
| | | | | | | | | | | | | | * win/tclWinDde.c: * win/Makefile.in: * win/configure.in: * win/configure: autoconf 2.13
| * * win/configure, win/tcl.m4: define MACHINE for gcc builds as well.hobbs2006-03-281-17/+18
| | | | | | | | Needed by Tk for manifest generation.