| Commit message (Expand) | Author | Age | Files | Lines |
* | many more TIP 173 changes | Kevin B Kenny | 2004-09-27 | 4 | -9/+25 |
|
|
* | Dde package can load into a safe interp. Claim this fact for the | davygrvy | 2004-09-18 | 1 | -2/+3 |
|
|
* | Calls to WriteFile and WriteConsoleA changed to WriteConsole. | davygrvy | 2004-09-10 | 1 | -10/+9 |
|
|
* | some quoting needed to be removed as it was breaking with VC7. | davygrvy | 2004-09-08 | 1 | -4/+4 |
|
|
* | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -1/+7 |
|
|
* | clock.tcl installation | vincentdarley | 2004-09-02 | 1 | -1/+2 |
|
|
* | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), | hobbs | 2004-09-01 | 1 | -3/+3 |
|
|
* | WIN64 corrections | hobbs | 2004-09-01 | 2 | -9/+17 |
|
|
* | * doc/tm.n: New file, documentation for Tcl Modules, based on the | andreas_kupries | 2004-08-19 | 1 | -1/+2 |
|
|
* | unbreak Win build after TIP#173 and TIP#209 commit | Kevin B Kenny | 2004-08-18 | 2 | -4/+27 |
|
|
* | * generic/tclEvent.c: Correct threaded obj allocator to | hobbs | 2004-07-21 | 1 | -7/+28 |
|
|
* | * unix/Makefile.in: | das | 2004-07-20 | 1 | -1/+22 |
|
|
* | Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for the | vasiljevic | 2004-07-19 | 1 | -4/+6 |
|
|
* | Silenced a compiler warning about a type mismatch in AppendEnvironment | Kevin B Kenny | 2004-07-08 | 1 | -2/+2 |
|
|
* | Whitespace fixing | dkf | 2004-07-08 | 1 | -38/+37 |
|
|
* | Fix warning | dkf | 2004-07-01 | 1 | -2/+2 |
|
|
* | Fix missed references to 8.4, spotted by Theo Verelst. | dkf | 2004-07-01 | 2 | -6/+6 |
|
|
* | fix to trailing slash documentation and to a filesystem 'file join' bug on wi... | vincentdarley | 2004-06-30 | 1 | -35/+91 |
|
|
* | * win/tclWinInit.c: Corrected reference counting flaw in | dgp | 2004-06-29 | 1 | -2/+2 |
|
|
* | fix to compilation error with VC++ 5.2 | vincentdarley | 2004-06-29 | 1 | -2/+10 |
|
|
* | Version 5 of [Patch 976496] | Joe Mistachkin | 2004-06-24 | 5 | -3/+24 |
|
|
* | * win/makefile.vc: fix for bug #977369 about launching tclsh to | patthoyts | 2004-06-23 | 1 | -2/+4 |
|
|
* | Integrated fix for Tcl Bug #770053 from core-8-4-branch | vasiljevic | 2004-06-22 | 1 | -3/+3 |
|
|
* | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 3 | -42/+223 |
|
|
* | Fix tclWinInit.c for KBK, adding comments as I go. :^) | dkf | 2004-06-18 | 1 | -12/+27 |
|
|
* | Relaxed panic condition on overwrite of default library path to accept | dgp | 2004-06-17 | 1 | -6/+15 |
|
|
* | Remove debugging panic | dgp | 2004-06-17 | 1 | -2/+5 |
|
|
* | Added missing incr ref count. D'oh! | dgp | 2004-06-17 | 1 | -1/+2 |
|
|
* | Better panic message for diagnosis. | dgp | 2004-06-17 | 1 | -1/+2 |
|
|
* | silence compiler warning | dgp | 2004-06-17 | 1 | -2/+2 |
|
|
* | more compiler fixes | dgp | 2004-06-17 | 1 | -4/+2 |
|
|
* | correct compile errors | dgp | 2004-06-17 | 1 | -3/+4 |
|
|
* | * win/tclWinInit.c: Inform [tclInit] about the default library | dgp | 2004-06-17 | 1 | -4/+133 |
|
|
* | * win/Makefile.in: Corrected compilation flags for tclPkgConfig.c | Kevin B Kenny | 2004-06-14 | 1 | -3/+3 |
|
|
* | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() | dgp | 2004-06-11 | 2 | -113/+1 |
|
|
* | * unix/configure.in: Updated TCL_PACKAGE_PATH value to | dgp | 2004-06-11 | 2 | -3/+3 |
|
|
* | * win/tclAppInit.c: Restored the 'setargv' procedure when
| Kevin B Kenny | 2004-06-11 | 1 | -1/+126 |
|
|
* | * unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition of | dgp | 2004-06-10 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 3 | -5/+246 |
|
|
* | * win/tclWinFile.c (TclpFindExecutable): when using | hobbs | 2004-06-02 | 1 | -4/+6 |
|
|
* | * win/makefile.vc: check for either MSDEVDIR or MSVCDIR being in | davygrvy | 2004-06-01 | 1 | -2/+2 |
|
|
* | * win/tclWinPipe.c: | davygrvy | 2004-05-30 | 2 | -46/+70 |
|
|
* | * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue
| Kevin B Kenny | 2004-05-19 | 1 | -2/+3 |
|
|
* | * win/makefile.vc: now generates a tclConfig.sh from Pat Thoyts | davygrvy | 2004-05-18 | 1 | -2/+78 |
|
|
* | fix to case sensitive 'file executable' on Windows | vincentdarley | 2004-05-17 | 1 | -4/+7 |
|
|
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -2/+64 |
|
|
* | (BuildCommandLine): Use the existence of contents in the linePtr rather | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|
* | (TclpCreateProcess): When under NT, with no console, and executing a | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|
* | (BuildCommandLine): Moved non-obvious appending logic to outside the loop | davygrvy | 2004-05-10 | 1 | -6/+7 |
|
|
* | had to raise the size of the tls extension due to it getting rather fat when ... | davygrvy | 2004-05-10 | 1 | -2/+2 |
|
|