| Commit message (Expand) | Author | Age | Files | Lines |
* | Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken and | Kevin B Kenny | 2002-02-10 | 1 | -1/+32 |
|
|
* | * tests/scan.test: | hobbs | 2002-02-07 | 1 | -2/+13 |
|
|
* | extra code coverage cases | hobbs | 2002-02-07 | 2 | -11/+37 |
|
|
* | added 10.18 and 10.19 extra tests | hobbs | 2002-02-07 | 1 | -1/+7 |
|
|
* | * tests/io.test: io-39.22 split into two tests, one platform | andreas_kupries | 2002-02-01 | 1 | -4/+18 |
|
|
* | * tests/regexpComp.test: | hobbs | 2002-01-30 | 1 | -1/+21 |
|
|
* | updated error-1.3 result that changed with string bc correction | hobbs | 2002-01-29 | 1 | -5/+3 |
|
|
* | * tests/regexpComp.test (new): | hobbs | 2002-01-29 | 1 | -0/+760 |
|
|
* | * generic/tclInt.decls: | das | 2002-01-27 | 2 | -16/+18 |
|
|
* | Make -eofchar and -translation options read only for | mdejong | 2002-01-25 | 2 | -3/+34 |
|
|
* | * generic/tclIO.c (WriteChars): Fix for SF #506297, reported by | andreas_kupries | 2002-01-21 | 1 | -1/+14 |
|
|
* | More changes for test portability. Using euro symbol. | dgp | 2002-01-09 | 1 | -7/+7 |
|
|
* | * generic/tclTest.c (MainLoop): | dgp | 2002-01-09 | 1 | -15/+21 |
|
|
* | * doc/Tcl_Main.3: | dgp | 2002-01-05 | 1 | -0/+1048 |
|
|
* | Added fix for Bug #494348; the [foreach] implementation was doing some | dkf | 2002-01-03 | 1 | -26/+13 |
|
|
* | Added test from Bug #494348, but solution still far off. | dkf | 2002-01-03 | 1 | -1/+26 |
|
|
* | Fixed fault with case-insensitive string matching (Bug#233257) and rewrote | dkf | 2002-01-02 | 2 | -53/+61 |
|
|
* | * Applied #219311 on behalf of Rolf Schroedter | andreas_kupries | 2001-12-17 | 2 | -5/+51 |
|
|
* | fix background error reporting in the absence of a bgerror proc [Bug 219142]. | Miguel Sofer | 2001-12-10 | 1 | -1/+15 |
|
|
* | restored consistency in refCount accounting by array traces [Bug #4484339] | Miguel Sofer | 2001-12-07 | 1 | -2/+14 |
|
|
* | More expr syntax error improvements | dkf | 2001-12-06 | 7 | -316/+316 |
|
|
* | new algorithm for [array get], safe when there are traces that modify the arr... | Miguel Sofer | 2001-12-05 | 1 | -1/+29 |
|
|
* | Improved messages produced on getting a syntax error in an expression | dkf | 2001-12-04 | 9 | -399/+340 |
|
|
* | Modified test namespace-41.2, added 41.3 | Miguel Sofer | 2001-11-29 | 1 | -3/+17 |
|
|
* | added new test for bug 231259 | Miguel Sofer | 2001-11-29 | 1 | -3/+20 |
|
|
* | Made test cmdAH-24.2 more robust. | dkf | 2001-11-27 | 1 | -15/+17 |
|
|
* | Tightened up the argument passing for [switch] to promote robuster scripts. | dkf | 2001-11-27 | 1 | -15/+34 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -7/+10 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 10 | -18/+37 |
|
|
* | another fix for test trace-8.8 | dgp | 2001-11-21 | 1 | -1/+2 |
|
|
* | * corrected test trace-8.8 for Bug 219393 | dgp | 2001-11-21 | 1 | -2/+2 |
|
|
* | * tests/compile.test: added a test for bug [Bug 483309] | Miguel Sofer | 2001-11-19 | 1 | -1/+14 |
|
|
* | win fs fixes | vincentdarley | 2001-11-19 | 1 | -1/+4 |
|
|
* | Changes due to TIP#68; memory handling in variable traces is now correct! | dkf | 2001-11-19 | 1 | -1/+22 |
|
|
* | * tests/interp.test: | hobbs | 2001-11-16 | 1 | -1/+12 |
|
|
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -2/+2 |
|
|
* | added lset tests and updated lindex tests for TIPs#22,33,45 by Kenny | hobbs | 2001-11-14 | 6 | -70/+1392 |
|
|
* | * tests/var.test: | dgp | 2001-11-09 | 1 | -1/+11 |
|
|
* | win fs fixes | vincentdarley | 2001-10-29 | 1 | -1/+11 |
|
|
* | * tests/clock.test (clock-8.1): | hobbs | 2001-10-18 | 1 | -2/+11 |
|
|
* | Small modif to tests/compile.test: better constraint handling for | Miguel Sofer | 2001-10-12 | 1 | -24/+21 |
|
|
* | * tests/ioCmd.test: added catch around file removal, as Windows | hobbs | 2001-10-12 | 1 | -15/+3 |
|
|
* | (socket-7.2): corrected to work on Win2K | hobbs | 2001-10-12 | 1 | -6/+5 |
|
|
* | added removeFile for outdata | hobbs | 2001-10-12 | 1 | -1/+4 |
|
|
* | * tests/compile.test: new tests for [Bug 467523] | Miguel Sofer | 2001-10-12 | 1 | -2/+52 |
|
|
* | * Corrected restore of ::env(LANG). | dgp | 2001-10-10 | 1 | -2/+3 |
|
|
* | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... | dkf | 2001-09-28 | 1 | -1/+7 |
|
|
* | removed dependence on socket.test being run from same dir as remote.tcl, | dkf | 2001-09-20 | 1 | -2/+5 |
|
|
* | improved skip reporting of missing commands | hobbs | 2001-09-20 | 2 | -66/+36 |
|
|
* | simplified error check for winFCmd-7.9 | hobbs | 2001-09-20 | 1 | -17/+6 |
|
|