Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | 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. | ||||
* | matched to the Tcl one. build option 'linkexten' renamed to 'staticpkg'. | davygrvy | 2003-02-14 | 1 | -6/+7 |
| | |||||
* | * win/makefile.vc: tclThreadTest.obj not required to link | davygrvy | 2002-12-10 | 1 | -3/+2 |
| | | | | tktest.exe [Bug 651396] | ||||
* | * win/winMain.c (Tcl_AppInit): Calls Registry_Init() and | davygrvy | 2002-11-04 | 1 | -93/+44 |
| | | | | | | | | | | | | | Dde_Init() when STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros are set. * win/makefile.vc: linkexten option now sets the TCL_USE_STATIC_PACKAGES macro which also adds the registry and dde static lib files to the link of the shell. [Patch 479697] * win/rules.vc: Matches the one from Tcl. * win/buildall.vc.bat: More useful commentary. | ||||
* | * win/makefile.vc (TCLREGLIBNAME): Updated to registry 1.1. | andreas_kupries | 2002-11-01 | 1 | -2/+2 |
| | |||||
* | compilation, link fixes | vincentdarley | 2002-08-14 | 1 | -2/+2 |
| | |||||
* | * doc/text.n: TIP #104 implementation which generalizes the | hobbs | 2002-06-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | * generic/tkText.c: undo/redo stack to not be tied solely to the * generic/tkText.h: text widget. The APIs are still private. * generic/tkUndo.c: This also adds a stack limiting ability and * generic/tkUndo.h: a -maxundo option to the text widget (in * library/text.tcl: addition to the options from TIP #26) should * mac/tkMacDefault.h: users want to limit the undo/redo stack * tests/text.test: (should not be necessary in most cases). * unix/Makefile.in: [Patch #554763] (callewart) * unix/tkUnixDefault.h: * win/Makefile.in: * win/makefile.vc: * win/tkWinDefault.h: | ||||
* | Added TIP#48 style engine implementation | dkf | 2002-06-18 | 1 | -1/+2 |
| | | | | Frederic Bonnet to supply docs+tests as soon as possible. | ||||
* | Fixed a win98 issue where the /exclude option for xcopy is unsupported. | davygrvy | 2002-06-10 | 1 | -4/+7 |
| | | | | Reported by Roy Terry <royterry@earthlink.net>. | ||||
* | Problem with TCLDIR macro not accepting forward slash path seperators | davygrvy | 2002-05-08 | 1 | -36/+45 |
| | | | | resolved. Added the same logic to INSTALLDIR, too. [Bug #553208] | ||||
* | small lint in comments/docs. | davygrvy | 2002-03-29 | 1 | -15/+13 |
| | |||||
* | small cruft | davygrvy | 2002-03-29 | 1 | -4/+24 |
| | |||||
* | ack! fixed big typo. | davygrvy | 2002-03-29 | 1 | -2/+1 |
| | |||||
* | * win/makefile.vc: Tk helpfile is now installing itself into Tcl's | davygrvy | 2002-03-29 | 1 | -8/+26 |
| | | | | | contents file as part of the install target and rebuilding the contents table as desired. [Bug 527941] | ||||
* | fixed double use of $(ldebug) | davygrvy | 2002-03-28 | 1 | -6/+6 |
| | |||||
* | * win/.cvsignore (new): | davygrvy | 2002-03-28 | 1 | -56/+115 |
| | | | | | | | | | | | | | * win/lamp.bmp (new): * win/makefile.vc: * win/nmakehlp.c (new): * win/rules.vc: Brought the makefile up-to-date with Tcl's one. This now has support for Win9x issues and the winhelp target now exists. Color scheme can be changed. I'm just imparting a first suggestion using orange :) I'll have to think about the install portion of the helpfile as I'll need to do some tricks to insert tk's contents file into Tcl's using some special winhlp32.exe switches. [Bug 533862 527941] | ||||
* | fix for bug #528441. max optimize seems to cause problems for some folks. | davygrvy | 2002-03-21 | 1 | -3/+4 |
| | |||||
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -1/+3 |
| | |||||
* | * win/makefile.vc: unset macro located in the tktest target caused a failure. | davygrvy | 2002-02-01 | 1 | -2/+4 |
| | | | | [Bug 511652] | ||||
* | install target changes by request from Ryan Casey <scfiead@hotmail.com>. | davygrvy | 2001-12-03 | 1 | -26/+15 |
| | |||||
* | Fixed CAT32 target. cat.c is located in the Tcl source, not the Tk source. | davygrvy | 2001-11-28 | 1 | -2/+2 |
| | |||||
* | install target repaired. | davygrvy | 2001-11-16 | 1 | -20/+19 |
| | |||||
* | Added the logic for the linkexten option. | davygrvy | 2001-11-13 | 1 | -18/+28 |
| | |||||
* | small bug fix with filenames in the .res files. | davygrvy | 2001-11-13 | 1 | -2/+8 |
| | |||||
* | * win/mkd.bat: | davygrvy | 2001-11-13 | 1 | -372/+567 |
| | | | | | | | | | | * win/rmd.bat: Removed -kb CVS attribute and added changes from Llyod Lim for better stability. [Patch #456761] * win/rules.vc(new): * win/buildall.vc.bat(new): * win/makefile.vc: large rewrite following Tcl's makefile.vc as a guide and Patch #456761. Appears BugFree(tm). | ||||
* | add comctl32.lib to build libs | hobbs | 2001-11-10 | 1 | -2/+2 |
| | |||||
* | implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpoint | tmh | 2001-10-12 | 1 | -5/+6 |
| | |||||
* | updated for Win64 SDK RC1 compilation support | hobbs | 2001-10-01 | 1 | -8/+8 |
| | |||||
* | * win/makefile.vc: | hobbs | 2001-03-30 | 1 | -2/+3 |
| | | | | | | | | | * win/configure: * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. * win/tkWinInt.h: * win/tkWinKey.c: * win/tkWinX.c: added support for changing IME on the fly in Windows (2000). (lam) [Patch #402993] | ||||
* | * win/tcl.m4: | hobbs | 2000-11-03 | 1 | -30/+38 |
| | | | | * win/makefile.vc: updated for Win64 compile support |