| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -3/+0 |
|\ |
|
| * | 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 |
|
|
| * | | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | The -debug:full option is not supported when using the modern versions of lin... | jan | 2011-03-26 | 1 | -1/+1 |
|
|
| | * | 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 |
|
|
| | * | * generic/tkConsole.c: Complete reversal of the changes of Sep 22. | andreas_kupries | 2006-09-25 | 1 | -3/+3 |
|
|
| | * | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -3/+3 |
|
|
| | * | 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/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -14/+18 |
|
|
| | * | * 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 |
|
|
| | * | 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 |
|
|
| | * | 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 |
|
|
| | * | Backed the version to 8.4 on the 8.4 branch.
| Kevin B Kenny | 2003-03-13 | 1 | -2/+2 |
|
|
| | * | Backported the code that makes the makefile build pkgIndex.tcl as part
| Kevin B Kenny | 2003-03-11 | 1 | -2/+9 |
|
|
| * | | * generic/tkConsole.c: Relax the runtime version requirements on Tcl | dgp | 2009-10-15 | 1 | -2/+2 |
|
|
| * | | * unix/Makefile.in: Relax constraints in index script so that | dgp | 2008-10-10 | 1 | -2/+2 |
|
|
* | | | The -debug:full option is not supported when using the modern versions of lin... | Joe Mistachkin | 2011-03-17 | 1 | -2/+2 |
|
|
* | | | [FRQ 491789]: "setargv() doesn't support a unicode | nijtmans | 2010-10-11 | 1 | -1/+5 |
|
|
* | | | Add netapi32 to the windows link line | nijtmans | 2010-10-11 | 1 | -2/+2 |
|
|
* | | | win/rules.vc: (sync with tcl version) | nijtmans | 2010-09-09 | 1 | -5/+5 |
|
|
* | | | Fix [Tcl Bug 2967340]: Static build failure | nijtmans | 2010-03-12 | 1 | -1/+2 |
|
|
* | | | Fix dependancies on ${TKSTUBLIB} when | nijtmans | 2009-12-12 | 1 | -5/+5 |
|
|
* | | | Include tk stubs in the tktest link line due to nijtmans recent changes | patthoyts | 2009-11-22 | 1 | -2/+2 |
|
|
* | | | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 1 | -1/+2 |
|
|
* | | | msvc uses __inline, so added the necessary macro now that we are using this | patthoyts | 2008-10-19 | 1 | -3/+4 |
|
|
* | | | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 1 | -1/+2 |
|
|
* | | | Split the photo image core into two pieces to make it easier to maintain. | dkf | 2008-08-25 | 1 | -1/+2 |
|
|
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+7 |
|
|
* | | | We should use the thread allocator for threaded builds. Added 'tclalloc' opti... | patthoyts | 2008-05-15 | 1 | -3/+6 |
|
|
* | | | Include ws2_32 in the link list [Bug 19200872] | patthoyts | 2008-04-20 | 1 | -2/+2 |
|
|
* | | | Fixed stubs usage | patthoyts | 2008-04-03 | 1 | -5/+13 |
|
|
* | | | Tweak the debug targets | patthoyts | 2008-04-02 | 1 | -18/+7 |
|
|
* | | | * generic/tkWindow.c: Revised package initialization so that | dgp | 2008-04-02 | 1 | -2/+1 |
|/ / |
|
* | | 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 |
|
|
* | | * win/makefile.vc: depend target now works and builds a generated | davygrvy | 2007-10-16 | 1 | -86/+23 |
|
|