| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755] | davygrvy | 2004-11-26 | 1 | -4/+4 |
|
|
* | * win/tkWinX.c: Signature for tkWinXCleanup needed to be | davygrvy | 2004-10-27 | 1 | -1/+3 |
|
|
* | added VC7-safe environment check used in the Tcl makefile.vc | davygrvy | 2004-09-16 | 1 | -5/+7 |
|
|
* | include tkTest.c in list of files which depend on tkText.h | vincentdarley | 2004-09-10 | 1 | -1/+2 |
|
|
* | Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo). | patthoyts | 2004-09-06 | 1 | -1/+4 |
|
|
* | Checks MSDevDir, not MSVCDir envar. | davygrvy | 2004-03-09 | 1 | -2/+2 |
|
|
* | * win/makefile.vc: | davygrvy | 2004-02-08 | 1 | -12/+20 |
|
|
* | * win/makefile.vc: General clean-up. | davygrvy | 2004-02-01 | 1 | -52/+87 |
|
|
* | * win/tkWinSendCom.c: Placed the requirement for the special COM | davygrvy | 2004-01-15 | 1 | -4/+4 |
|
|
* | uuid.lib needed by tkWinSend | vincentdarley | 2004-01-13 | 1 | -2/+2 |
|
|
* | * win/rc/tk.rc: | davygrvy | 2004-01-13 | 1 | -13/+6 |
|
|
* | Uses new features of nmakehlp to get the version strings from header files | davygrvy | 2003-12-23 | 1 | -7/+13 |
|
|
* | * win/makefile.vc: Restored consistency of pkgIndex.tcl file | dgp | 2003-11-17 | 1 | -7/+3 |
|
|
* | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 1 | -3/+7 |
|
|
* | * win/makefile.vc: Applied patches from tcl bug #801467 from | patthoyts | 2003-10-14 | 1 | -4/+5 |
|
|
* | * win/makefile.vc: Implementation of TIP #150, "Provide | patthoyts | 2003-09-26 | 1 | -2/+3 |
|
|
* | Don't do a string compare on the $(DBGX) variable, use the $(DEBUG) | davygrvy | 2003-08-25 | 1 | -7/+11 |
|
|
* | space in path bug fix | vincentdarley | 2003-05-13 | 1 | -2/+2 |
|
|
* | Corrected several problems that prevented OPTS=symbols from building
| Kevin B Kenny | 2003-03-23 | 1 | -5/+13 |
|
|
* | Backported the code that makes the makefile build pkgIndex.tcl as part
| Kevin B Kenny | 2003-03-11 | 1 | -1/+8 |
|
|
* | * README: Bumped version number of | dgp | 2003-03-04 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | * win/winMain.c (Tcl_AppInit): Calls Registry_Init() and | davygrvy | 2002-11-04 | 1 | -93/+44 |
|
|
* | * 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 |
|
|
* | Added TIP#48 style engine implementation | dkf | 2002-06-18 | 1 | -1/+2 |
|
|
* | Fixed a win98 issue where the /exclude option for xcopy is unsupported. | davygrvy | 2002-06-10 | 1 | -4/+7 |
|
|
* | Problem with TCLDIR macro not accepting forward slash path seperators | davygrvy | 2002-05-08 | 1 | -36/+45 |
|
|
* | 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 |
|
|
* | fixed double use of $(ldebug) | davygrvy | 2002-03-28 | 1 | -6/+6 |
|
|
* | * win/.cvsignore (new): | davygrvy | 2002-03-28 | 1 | -56/+115 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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/tcl.m4: | hobbs | 2000-11-03 | 1 | -30/+38 |
|
|