Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completing ↵ | jan.nijtmans | 2015-08-28 | 1 | -18/+7 |
| | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure/makefile build. | ||||
* | Fix ↵ | jan.nijtmans | 2015-08-20 | 1 | -2/+22 |
| | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0 | ||||
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -1028/+1028 |
| | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 1 | -1/+1 |
| | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
* | [Bug 3568760]: Tk documentation fails to build | jan.nijtmans | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Remove unused variable. | jan.nijtmans | 2013-04-03 | 1 | -1/+0 |
| | | | Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it. | ||||
* | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 1 | -0/+1 |
| | |||||
* | Same change as [9bc120ced2] for UNIX, but for Windows as well. | jan.nijtmans | 2013-03-27 | 1 | -1/+0 |
| | |||||
* | Avoid setting TK_LIBRARY to a relative pathname. | dgp | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | Backport some more improvements from Tcl 8.6 | jan.nijtmans | 2012-08-15 | 1 | -62/+127 |
| | |||||
* | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
|\ | |||||
| * | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 1 | -4/+3 |
| | | |||||
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| | | |||||
* | | Synchronize rules.vc with the version in the tcl source tree. | patthoyts | 2011-04-21 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
|\ \ | |/ | | | | | link.exe included with MSVC, use -debug instead | ||||
| * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 1 | -1/+1 |
| | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| * | Fix for AMD64 symbols builds | patthoyts | 2007-09-11 | 1 | -14/+16 |
| | | |||||
| * | * win/makefile.vc: Support MSVC8 and AMD64 target. Also try using | patthoyts | 2006-09-26 | 1 | -5/+22 |
| | | | | | | | | | | * win/rules.vc: sed to generate the manifest (cross-compile cannot * win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe. | ||||
| * | * generic/tkConsole.c: Complete reversal of the changes of Sep 22. | andreas_kupries | 2006-09-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: For compat reason the Tcl core will not change * generic/tkWindow.c: the registered version to include the patchlevel, * library/tk.tcl: making the changes to Tk unnecessary. * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
| * | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
| * | Sync with tcl to enable building with VC8 (VS2005 C compiler) | patthoyts | 2006-06-14 | 1 | -39/+28 |
| | | |||||
| * | Avoid pipe problems on Win98 | patthoyts | 2006-03-28 | 1 | -2/+3 |
| | | |||||
| * | simplified makefile.vc a little bit | Kevin B Kenny | 2005-12-01 | 1 | -13/+5 |
| | | |||||
| * | restored the ability to build from makefile.vc | Kevin B Kenny | 2005-12-01 | 1 | -14/+34 |
| | | |||||
| * | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | * 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. | ||||
| * | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -14/+18 |
| | | | | | | | | from MSVC or the Platform SDK. | ||||
| * | * win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5 | patthoyts | 2004-10-29 | 1 | -2/+2 |
| | | |||||
| * | * win/makefile.vc: Backport to the most recent | davygrvy | 2004-10-27 | 1 | -6/+20 |
| | | | | | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c: | ||||
| * | Apply fix from tcl bug #950049 for make docs. | patthoyts | 2004-05-10 | 1 | -2/+2 |
| | | |||||
| * | * win/makefile.vc: Restored consistency of pkgIndex.tcl file | dgp | 2003-11-17 | 1 | -7/+3 |
| | | | | | | | | with that generated by Makefile. | ||||
| * | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 1 | -3/+7 |
| | | |||||
| * | Corrected several problems that prevented OPTS=symbols from building | Kevin B Kenny | 2003-03-23 | 1 | -5/+13 |
| | | | | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes. | ||||
| * | Backed the version to 8.4 on the 8.4 branch. | Kevin B Kenny | 2003-03-13 | 1 | -2/+2 |
| | | | | | | | | (I just loathe sticky tags). | ||||
| * | Backported the code that makes the makefile build pkgIndex.tcl as part | Kevin B Kenny | 2003-03-11 | 1 | -2/+9 |
| | | | | | | | | of the install step. | ||||
* | | * generic/tkConsole.c: Relax the runtime version requirements on Tcl | dgp | 2009-10-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: | ||||
* | | * unix/Makefile.in: Relax constraints in index script so that | dgp | 2008-10-10 | 1 | -2/+2 |
| | | | | | | | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438]. | ||||
* | | Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007]. | jenglish | 2008-03-18 | 1 | -4/+3 |
| | | |||||
* | | Support compilation with MSVC9 on AMD64 | patthoyts | 2007-12-14 | 1 | -1/+3 |
| | | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | (bug 1835052) Fix tidy target to remove tktest rather than tcltest | patthoyts | 2007-11-28 | 1 | -3/+3 |
| | | |||||
* | | Fix the environment to run only our built version | patthoyts | 2007-11-17 | 1 | -21/+42 |
| | | |||||
* | | * bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as these | davygrvy | 2007-10-17 | 1 | -2/+3 |
| | | | | | | | | | | | | are really text files, not binaries. * win/makefile.vc: Added $(BITMAPDIR) to the search path for the depend target. | ||||
* | | * win/makefile.vc: depend target now works and builds a generated | davygrvy | 2007-10-16 | 1 | -86/+23 |
| | | | | | | | | dependency list with $(TCLTOOLSDIR)/mkdepend.tcl | ||||
* | | Hush. | patthoyts | 2007-10-12 | 1 | -3/+3 |
| | | |||||
* | | Fixed install of tk broken with last commit | patthoyts | 2007-10-12 | 1 | -8/+3 |
| | | |||||
* | | Mine all version information from headers. Sync tcl and tk and bring | patthoyts | 2007-10-12 | 1 | -64/+49 |
| | | | | | | | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile. | ||||
* | | * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs() | dgp | 2007-09-18 | 1 | -2/+2 |
| | | | | | | | | | | * win/makefile.vc: so that we don't need the C library linked in to libtkStub. | ||||
* | | Add crt flags for tkStubLib now it makes use of C-library functions | patthoyts | 2007-09-17 | 1 | -2/+2 |
| | | |||||
* | | * win/Makefile.in (install-binaries): Fixed missing brace in the | andreas_kupries | 2007-09-12 | 1 | -2/+2 |
| | | | | | | | | | | * win/makefile.vc (install-binaries): generated package index file. Note: unix/Makefile.in is good. |