summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 8.5.17dgp2014-10-131-1/+1
|
* Bump to 8.5.16 for release.dgp2014-07-231-1/+1
|
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-041-4/+7
| | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* Cherrypick [132bf978f2] 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-301-1/+1
|
* merge release to 8.5; revert features not included in releasedgp2013-04-031-26/+1
|
* Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-281-0/+6
|
* Same change as [9bc120ced2] for UNIX, but for Windows as well.jan.nijtmans2013-03-271-0/+19
|
* Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-141-7/+12
|\ | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality.
| * Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-141-46/+50
| | | | | | | | Cygwin shell.
| * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-121-77/+152
| |
* | More flexible search for win32 tclConfig.sh, backported from TEA.jan.nijtmans2013-01-141-25/+99
| |
* | Release branch for Tk 8.5.13.dgp2012-11-051-1/+1
| |
* | merge 8.5dgp2012-07-241-3/+3
|\ \
| * \ autoconf-2.59jan.nijtmans2012-07-191-3/+3
| |\ \ | | |/
| | * sync tcl.m4 with Tcl versionjan.nijtmans2012-06-231-44/+41
| | | | | | | | | autoconf-2.13
* | | Release candidate branch for Tk 8.5.12.dgp2012-07-101-1/+1
|/ /
* | sync tcl.m4 with Tcl versionjan.nijtmans2012-05-021-7/+0
| |
* | disallow colors like xellowjan.nijtmans2012-04-121-111/+121
|\ \ | |/ | | | | cleanup tkInt.decls configure changes for cygwin
| * sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6jan.nijtmans2012-04-111-149/+159
| |
* | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-8/+12
|\ \ | |/ | | format tk.decls like tcl8.5/8.6
| * Only check for cygwin with $GCCjan.nijtmans2012-03-291-46/+49
| |
| * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-291-91/+342
| |\ | | | | | | | | | | | | | | | 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.
| | * implementation ready for further field-testsbug_3511806jan.nijtmans2012-03-291-89/+344
| | |
| * | enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-261-35/+39
| |/
| * workaround for _strtoi64 determination on win64 (autoconf-2.13 issue)jan.nijtmans2012-03-151-10/+12
| |
* | re-generate configurejan.nijtmans2012-04-011-97/+441
| |
* | Provide fallback for _strtoi64jan.nijtmans2012-02-261-0/+67
|\ \ | |/
| * Provide fallback for _strtoi64jan.nijtmans2012-02-261-8/+46
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| |
* | Release candidate branch for Tk 8.5.11dgp2011-10-261-1/+1
| |
* | merge to RCdgp2011-06-201-0/+58
|\ \
| * \ Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-0/+58
| |\ \ | | |/
| | * Sync with win/tcl.m4 from Tcljan.nijtmans2011-06-161-17/+47
| | |
* | | Release candidate branch for Tk 8.5.10dgp2011-05-261-1/+1
|/ /
* | 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
| * SC_EMBED_MANIFEST macrojan.nijtmans2011-03-111-102/+279
| | | | | | Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
| * Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-311-20/+23
| | | | | | | | | | | | | | | | 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-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release.
| * *** 8.4.18 TAGGED FOR RELEASE ***dgp2008-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tk.h: * unix/configure.in: * unix/tk.spec: * 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/tk.h: * unix/configure.in: Removed "es_ES" entry in LOCALES * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * README: Bump version number to 8.4.16dgp2007-05-301-10/+29
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * README: Bump version number to 8.4.15dgp2006-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
| * * README: Bump version number to 8.4.14dgp2006-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure:
| * * win/configure, win/tcl.m4: define MACHINE for gcc builds as well.hobbs2006-03-281-21/+22
| | | | | | | | Needed by Tk for manifest generation.
| * * READNE: Bump version number to 8.4.13 and updatedgp2006-03-071-1/+1
| | | | | | | | | | | | | | | | * changes: changes to start prep for an 8.4.13 release. * generic/tk.h: * unix/configure{.in}: * unix/tk.spec: * win/configure{.in}:
| * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-36/+64
| | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] * win/configure.in: * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct.