| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) | hobbs | 2002-03-29 | 1 | -1/+12 |
|
|
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -1/+42 |
|
|
* | avoid exceptional returns at level 0 [Bug 219181] | Miguel Sofer | 2002-03-27 | 1 | -1/+15 |
|
|
* | * Major code cleanup to deal with whitespace, | dgp | 2002-03-27 | 1 | -10/+10 |
|
|
* | * Added missing [after cancel]s. | dgp | 2002-03-27 | 1 | -3/+5 |
|
|
* | * Removed workarounds for Bug 495977. | dgp | 2002-03-25 | 1 | -63/+183 |
|
|
* | fixed typo and compiler warning in last commit; all tests now pass on unix | vincentdarley | 2002-03-24 | 1 | -1/+1 |
|
|
* | fs tests | vincentdarley | 2002-03-24 | 1 | -1/+3 |
|
|
* | fs tests | vincentdarley | 2002-03-24 | 1 | -1/+1 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 4 | -6/+197 |
|
|
* | adding test for [Bug 533758], fixed earlier today. | Miguel Sofer | 2002-03-23 | 1 | -3/+25 |
|
|
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -1/+8 |
|
|
* | * Added the [interp recursionlimit] command to | dgp | 2002-03-07 | 1 | -23/+522 |
|
|
* | TIP#81 implementation, tests and docs | dkf | 2002-03-06 | 1 | -16/+84 |
|
|
* | * tests/io.test: | hobbs | 2002-03-04 | 2 | -7/+49 |
|
|
* | corrected iso2022 return encoding escape | hobbs | 2002-03-02 | 1 | -2/+2 |
|
|
* | * tests/encoding.test: added encoding-23.* tests | hobbs | 2002-03-02 | 1 | -19/+73 |
|
|
* | couple extra tests | hobbs | 2002-03-01 | 1 | -1/+11 |
|
|
* | * tests/socket.test (2.7): Accepted and applied patch for Tcl SF | andreas_kupries | 2002-02-27 | 1 | -3/+3 |
|
|
* | avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] | Miguel Sofer | 2002-02-25 | 1 | -1/+13 |
|
|
* | * tests/regexpComp.test: updated regexp-11.[1-4] to match changes | hobbs | 2002-02-22 | 1 | -7/+7 |
|
|
* | updated safe-8.5 and safe-8.7 | hobbs | 2002-02-22 | 1 | -3/+7 |
|
|
* | Added TIP#76 implementation, docs + tests. | dkf | 2002-02-22 | 1 | -8/+20 |
|
|
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 1 | -2/+2 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 11 | -179/+354 |
|
|
* | 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 |
|
|