summaryrefslogtreecommitdiffstats
path: root/win/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * * README: Bump version number to 8.4.12dgp2005-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproc: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf * win/configure:
| * * unix/Makefile.in: Subst TCLSH_PROG andmdejong2005-07-251-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD_TCLSH into Makefile. Rework html target so that it depends on the tclsh installed on the system PATH. * unix/configure: Regen. * unix/configure.in: Invoke SC_PROG_TCLSH and SC_BUILD_TCLSH and subst into Makefile. * unix/tcl.m4: Update from Tcl. * win/Makefile.in: Subst TCLSH_PROG and BUILD_TCLSH into Makefile. Rework winhelp target so that it depends on the tclsh installed on the system PATH. * win/configure: Regen. * win/configure.in: Invoke SC_BUILD_TCLSH and subst into Makefile. * win/tcl.m4: Update from Tcl. [Tcl patch 1244153]
| * * README: Bump version number to 8.4.11dgp2005-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproc: * unix/configure.in: * win/configure.in: * unix/configure.in: Updated LOCALES to cover all msgs catalogs. * unix/configure: autoconf * win/configure:
| * * README: Bumped patchlevel to 8.4.10hobbs2005-05-271-1/+1
| | | | | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure, unix/configure.in, unix/tk.spec: * win/configure, win/configure.in:
| * * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-301-31/+34
| | | | | | | | allow msys alone as an alternative.
| * * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-301-20/+23
| | | | | | | | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967]
| * bumped patchlevel to 8.4.9hobbs2004-11-251-1/+1
| |
| * * README: Bumped to patch level 8.4.8dgp2004-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: to prepare for next patch * macosx/Wish.pbproj/project.pbxproj: release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
| * * README, macosx/Wish.pbproj/project.pbxproj: bumped tohobbs2004-07-131-1/+1
| | | | | | | | | | * unix/configure, unix/configure.in, unix/tk.spec: patchlevel 8.4.7 * win/configure, win/configure.in:
| * update to patchlevel 8.4.6hobbs2004-02-131-1/+1
| |
| * * generic/tk.h: Bumped patch level to 8.4.5.1 to distinguishdgp2003-12-031-1/+1
| | | | | | | | | | | | | | | | | | * unix/configure.in: CVS snapshots from the 8.4.5 release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
| * * README: Bumped patch level to 8.4.6 to distinguishdgp2003-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: CVS snapshots from the 8.4.5 release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * macosx/Wish.pbproj/project.pbxproj: * unix/configure: autoconf (2.13) * win/configure:
| * * win/configure:hobbs2003-11-111-8/+16
| | | | | | | | | | | | * win/configure.in: define TK_LIB_FLAG, TK_LIB_SPEC, TK_BUILD_LIB_SPEC, TK_STUB_LIB_SPEC, TK_STUB_LIB_PATH, and TK_BUILD_STUB_LIB_PATH for tkConfig.sh [Bug #826614]
| * * README: Bumped to patch level 8.4.5dgp2003-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: to prepare for next patch * macosx/Wish.pbproj/project.pbxproj: release. * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
| * * README: Bumped patchlevel to 8.4.4 in preparationdgp2003-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: for the Tk 8.4.4 release. * macosx/Wish.pbproj/project.pbxproj: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
| * Bumped version to 8.4.3hobbs2003-05-151-1/+1
| |
| * * win/configure: Regen.mdejong2003-04-031-19/+28
| | | | | | | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4: Update from Tcl to get new LIBFLAGSUFFIX variable.
| * * win/configure: Regen.mdejong2003-04-031-7/+0
| | | | | | | | | | | | | | | | * win/configure.in: Don't set TCL_DLL_FILE, TCL_LIB_FILE, TCL_STUB_LIB_FILE, TCL_STUB_LIB_FLAG, and TCL_BUILD_STUB_LIB_SPEC. These variables are already set in tclConfig.sh. [Bug 691908]