| Commit message (Expand) | Author | Age | Files | Lines |
* | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -5/+7 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 2 | -2/+4 |
|
|
* | * unix/configure.in: | mdejong | 2005-08-23 | 2 | -8/+2 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 5 | -441/+452 |
|
|
* | Typo (spotted by George Staplin) | dkf | 2005-08-05 | 1 | -2/+2 |
|
|
* | removed refs to ldAout.tcl [Bug 1244361] | Kevin B Kenny | 2005-08-05 | 2 | -3/+1 |
|
|
* | * win/README: Update link to msys_mingw8.zip | mdejong | 2005-07-29 | 1 | -2/+2 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to | dkf | 2005-07-28 | 1 | -2/+2 |
|
|
* | D'oh! [Bug 1244358] | dkf | 2005-07-25 | 1 | -3/+3 |
|
|
* | * unix/configure: Regen. | mdejong | 2005-07-25 | 2 | -465/+262 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 16 | -5667/+6136 |
|
|
* | * tests/string.test: Add string is tests for | mdejong | 2005-07-23 | 1 | -13/+2 |
|
|
* | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the | dgp | 2005-07-13 | 1 | -47/+56 |
|
|
* | bug 1225957 | Kevin B Kenny | 2005-06-23 | 2 | -312/+286 |
|
|
* | bug 1225044 | Kevin B Kenny | 2005-06-22 | 1 | -2/+7 |
|
|
* | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] | dgp | 2005-06-22 | 1 | -3/+3 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -7/+4 |
|
|
* | D'oh. [Bug 1217017] | dkf | 2005-06-08 | 1 | -2/+2 |
|
|
* | Added (untested!) implementation of truncation for Windows | dkf | 2005-06-07 | 1 | -1/+74 |
|
|
* | autoconf | dgp | 2005-06-07 | 1 | -1/+1 |
|
|
* | Bump patchlevel to a4 | dkf | 2005-06-07 | 2 | -4/+4 |
|
|
* | Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on h... | Kevin B Kenny | 2005-06-06 | 1 | -13/+2 |
|
|
* | Implementation of TIP#241 from Joe Mistachkin | dkf | 2005-06-01 | 1 | -1/+8 |
|
|
* | Fixed Tcl Bug #1204064. | vasiljevic | 2005-05-30 | 1 | -9/+9 |
|
|
* | restore MSVC buildability of tclWin32Dll.c | Kevin B Kenny | 2005-05-16 | 1 | -1/+7 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -24/+1 |
|
|
* | further rework of SEH | Kevin B Kenny | 2005-05-13 | 1 | -169/+182 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 17 | -470/+535 |
|
|
* | Corrected a compilation error in the --enable-threads configuration | Kevin B Kenny | 2005-05-05 | 1 | -8/+13 |
|
|
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -2/+4 |
|
|
* | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize | vasiljevic | 2005-04-16 | 1 | -20/+23 |
|
|
* | Ignore the msvc7/8 autogenerated project parts. | patthoyts | 2005-04-06 | 1 | -0/+2 |
|
|
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 2 | -259/+488 |
|
|
* | 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 |
|
|