| Commit message (Expand) | Author | Age | Files | Lines |
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -3/+80 |
|
|
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -14/+18 |
|
|
* | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 1 | -3/+3 |
|
|
* | * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not | hobbs | 2005-02-17 | 1 | -3/+3 |
|
|
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 5 | -230/+318 |
|
|
* | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 2 | -10/+169 |
|
|
* | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 1 | -1/+20 |
|
|
* | Performance updates to http::mapReply [1020491] and fix version numbering. | dkf | 2005-01-06 | 1 | -3/+3 |
|
|
* | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 2 | -17/+23 |
|
|
* | bugs 1090413, 1092789 fixed | Kevin B Kenny | 2004-12-29 | 1 | -1/+2 |
|
|
* | Bump to a3 to prevent confusion with a2 release. | dkf | 2004-12-10 | 2 | -4/+4 |
|
|
* | * generic/tclEncoding.c: Different fix for [Bug 1077005]. | dgp | 2004-12-04 | 1 | -6/+11 |
|
|
* | workaround for a bug in cygpath that made safe-8.5-8.7 fail | Kevin B Kenny | 2004-12-02 | 1 | -2/+2 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 2 | -30/+7 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 3 | -282/+84 |
|
|
* | corrected a typo that caused a compilation failure on VC++ | Kevin B Kenny | 2004-11-30 | 1 | -2/+2 |
|
|
* | * win/Makefile.in (install-libraries): Brought entry '2004-10-26 | andreas_kupries | 2004-11-29 | 1 | -17/+8 |
|
|
* | * win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolon | andreas_kupries | 2004-11-26 | 1 | -2/+2 |
|
|
* | Assorted cleanup and doc-fixes for the dde package. | dkf | 2004-11-25 | 1 | -878/+841 |
|
|
* | Fixed compilation error in tclWinInit.c on VC++ --enable-symbols | Kevin B Kenny | 2004-11-24 | 1 | -3/+2 |
|
|
* | * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that | dgp | 2004-11-22 | 1 | -109/+3 |
|
|
* | * win/tclWinPipe.c: The pipe channel driver now respects the -blocking option | davygrvy | 2004-11-09 | 1 | -47/+72 |
|
|
* | * generic/tcl.h: Moved the preprocessor logic | davygrvy | 2004-11-03 | 1 | -4/+1 |
|
|
* | * win/tclWinInt.h: | davygrvy | 2004-11-03 | 2 | -44/+31 |
|
|
* | TclpUTime simplification | vincentdarley | 2004-11-02 | 1 | -25/+29 |
|
|
* | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 3 | -28/+60 |
|
|
* | Fixed conversion between FILETIME and Tcl time -Bug 926106 | Kevin B Kenny | 2004-10-30 | 1 | -47/+29 |
|
|
* | * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting called | davygrvy | 2004-10-28 | 1 | -15/+6 |
|
|
* | * tests/registry.test: Fixed test files to load the correct | davygrvy | 2004-10-27 | 3 | -8/+17 |
|
|
* | * win/Makefile.in (install-msgs): Fixed a problem with the | andreas_kupries | 2004-10-20 | 1 | -3/+3 |
|
|
* | Whitespace police and other style fixes | dkf | 2004-10-20 | 1 | -233/+216 |
|
|
* | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -1/+264 |
|
|
* | corrected botched logic in GetValueNames | dgp | 2004-10-07 | 1 | -5/+5 |
|
|
* | typo fix | dgp | 2004-10-07 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -39/+35 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 3 | -51/+49 |
|
|
* | Style fixes | dkf | 2004-10-06 | 1 | -5/+11 |
|
|
* | More formatting fixes... | dkf | 2004-10-06 | 1 | -20/+18 |
|
|
* | Style guide fixes (braces for if, etc.) | dkf | 2004-10-06 | 1 | -23/+29 |
|
|
* | Put braces round if bodies... | dkf | 2004-10-06 | 1 | -18/+27 |
|
|
* | Add braces to if bodies | dkf | 2004-10-06 | 1 | -67/+64 |
|
|
* | 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 |
|
|