| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect | das | 2003-02-19 | 1 | -2/+2 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 2 | -3/+82 |
|
|
* | Removed Windows line terminators. [Bug 687913]. | Kevin B Kenny | 2003-02-17 | 1 | -326/+326 |
|
|
* | Don Porter's fix for bad parsing of nested scripts [Bug 681841]. | Miguel Sofer | 2003-02-16 | 6 | -15/+34 |
|
|
* | Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the
| Kevin B Kenny | 2003-02-15 | 1 | -0/+326 |
|
|
* | * win/tclWinTime.c: Added code to test and compensate for forward
| Kevin B Kenny | 2003-02-14 | 1 | -14/+11 |
|
|
* | glob -l on broken symlink fix | vincentdarley | 2003-02-12 | 2 | -7/+48 |
|
|
* | * tests/lsearch.test: | hobbs | 2003-02-11 | 1 | -1/+6 |
|
|
* | Corrected a problem where http-4.14 would fail when run with a proxy
| Kevin B Kenny | 2003-02-11 | 1 | -3/+3 |
|
|
* | correct test names | hobbs | 2003-02-11 | 1 | -3/+3 |
|
|
* | * tests/stringObj.test: | hobbs | 2003-02-11 | 1 | -13/+8 |
|
|
* | remove excess EOF whitespace | hobbs | 2003-02-11 | 1 | -14/+1 |
|
|
* | * generic/tclParse.c | Miguel Sofer | 2003-02-11 | 1 | -1/+5 |
|
|
* | * tests/fileSystem.test: added test 8.3 | hobbs | 2003-02-11 | 1 | -0/+10 |
|
|
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -1/+16 |
|
|
* | add catches to suppress unnecessary errors | hobbs | 2003-02-09 | 1 | -3/+3 |
|
|
* | first speedups to Win filesystem | vincentdarley | 2003-02-07 | 2 | -1/+38 |
|
|
* | fix to crashing filesystem test | vincentdarley | 2003-02-07 | 2 | -6/+9 |
|
|
* | * generic/tclCompCmds.c (TclCompileIncrCmd): | mdejong | 2003-02-07 | 1 | -2/+1 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): When an | mdejong | 2003-02-06 | 2 | -3/+18 |
|
|
* | * tests/interp.test: | mdejong | 2003-02-05 | 2 | -27/+27 |
|
|
* | added regression test for recent bug fix | vincentdarley | 2003-02-05 | 1 | -0/+15 |
|
|
* | test suite fixes for spaces in paths | vincentdarley | 2003-02-04 | 1 | -48/+48 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 4 | -15/+16 |
|
|
* | Marked filesystem-7.1 as known bug. | andreas_kupries | 2003-02-04 | 1 | -1/+1 |
|
|
* | * generic/tclBasic.c: Changed [trace add command] so that 'rename'
| Kevin B Kenny | 2003-02-03 | 1 | -11/+16 |
|
|
* | * generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage
| Kevin B Kenny | 2003-02-01 | 1 | -61/+72 |
|
|
* | * generic/tclClock.c: Fixed a bug that incorrectly allowed
| Kevin B Kenny | 2003-02-01 | 1 | -1/+7 |
|
|
* | * tests/unixNotfy.test: Added cleanup of working files
| Kevin B Kenny | 2003-02-01 | 1 | -47/+79 |
|
|
* | The utility [slave] command failed to properly [list]-quote a | dgp | 2003-01-31 | 1 | -3/+5 |
|
|
* | * tests/tcltest.test: Cleaned up management of file/directory | dgp | 2003-01-31 | 1 | -57/+79 |
|
|
* | * tests/main.test: Stopped main.test from deleting existing file. | dgp | 2003-01-31 | 1 | -2/+5 |
|
|
* | * tests/main.test: Constrain tests that do not work on Windows. | dgp | 2003-01-28 | 1 | -7/+7 |
|
|
* | filesystem bug fix and new test | vincentdarley | 2003-01-28 | 1 | -0/+14 |
|
|
* | only do groups check on unix | hobbs | 2003-01-25 | 1 | -5/+7 |
|
|
* | execution trace, command trace and stringObj bug fixes | vincentdarley | 2003-01-17 | 2 | -32/+101 |
|
|
* | * tests/winDde.test: | hobbs | 2003-01-16 | 1 | -1/+5 |
|
|
* | non-ascii chars in file mtime fix | vincentdarley | 2003-01-09 | 1 | -1/+17 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): | dgp | 2003-01-08 | 1 | -2/+32 |
|
|
* | * generic/tclPipe.c (TclCleanupChildren): | davygrvy | 2002-12-17 | 1 | -1/+29 |
|
|
* | * generic/tclProc.c (ProcessProcResultCode): Fix failure to | dgp | 2002-12-11 | 1 | -1/+10 |
|
|
* | * generic/tclParseExpr.c (TclParseInteger): Return 1 for the | dgp | 2002-12-11 | 1 | -1/+8 |
|
|
* | unset path to make it work for singleproc runs | hobbs | 2002-12-04 | 1 | -2/+2 |
|
|
* | unset path var to allow singleproc testing | hobbs | 2002-11-27 | 1 | -2/+2 |
|
|
* | * tests/interp.test: interp-14.4 | hobbs | 2002-11-23 | 1 | -1/+7 |
|
|
* | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset | hobbs | 2002-11-19 | 2 | -2/+38 |
|
|
* | * generic/regexpComp.test: added tests 22.* | hobbs | 2002-11-14 | 1 | -0/+20 |
|
|
* | 3 small fixes | vincentdarley | 2002-11-13 | 3 | -6/+175 |
|
|
* | * tests/split.test: added 1-char string split tests | hobbs | 2002-11-12 | 1 | -1/+13 |
|
|