| Commit message (Expand) | Author | Age | Files | Lines |
* | Applied fix from #766159 for Win98 registry to skip unicode tests. | patthoyts | 2004-03-04 | 1 | -3/+3 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 1 | -1/+10 |
|
|
* | more robust tests | vincentdarley | 2004-02-28 | 2 | -14/+34 |
|
|
* | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 8 | -100/+157 |
|
|
* | TIP#100 implementation largely based on work by Georgios Petasis. | dkf | 2004-02-24 | 1 | -0/+223 |
|
|
* | add constraints to unixInit-7.1 | hobbs | 2004-02-18 | 1 | -2/+4 |
|
|
* | * tests/unixInit.test (unixInit-7.1): | hobbs | 2004-02-17 | 1 | -1/+14 |
|
|
* | * doc/clock.n: Removed reference to non-existent [file ctime]. | dgp | 2004-02-06 | 1 | -1/+0 |
|
|
* | * tests/winPipe.test: Six more cases added. | davygrvy | 2004-02-02 | 1 | -6/+24 |
|
|
* | * tests/winPipe.test: more cases with the "N backslashes | davygrvy | 2004-02-02 | 1 | -6/+9 |
|
|
* | * tests/winPipe.test: Added proof that BuildCommandLine() is not doing the | davygrvy | 2004-02-01 | 1 | -18/+42 |
|
|
* | * tests/winPipe.test: more pass-thru commandline verifications. | davygrvy | 2004-02-01 | 1 | -5/+73 |
|
|
* | fix to test and comment | vincentdarley | 2004-01-29 | 1 | -2/+11 |
|
|
* | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -6/+136 |
|
|
* | filesystem documentation and tests | vincentdarley | 2004-01-26 | 1 | -2/+4 |
|
|
* | file normalize bug fixes for .. and . | vincentdarley | 2004-01-23 | 1 | -0/+41 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 4 | -23/+48 |
|
|
* | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 1 | -49/+262 |
|
|
* | Fix a shimmering bug | dkf | 2004-01-17 | 1 | -1/+5 |
|
|
* | Minor fixes and update of UNIX documentation installer | dkf | 2004-01-17 | 1 | -4/+4 |
|
|
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 1 | -1/+83 |
|
|
* | Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] | dkf | 2004-01-14 | 1 | -4/+2 |
|
|
* | Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] | dkf | 2004-01-14 | 1 | -6/+160 |
|
|
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 2 | -10/+45 |
|
|
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -20/+30 |
|
|
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -0/+24 |
|
|
* | marked test as nonPortable | vincentdarley | 2003-12-16 | 1 | -2/+2 |
|
|
* | TIP#75 Implementation | dkf | 2003-12-14 | 1 | -2/+95 |
|
|
* | better filesystem tests with more informative results | vincentdarley | 2003-12-12 | 1 | -8/+16 |
|
|
* | new filesystem tests | vincentdarley | 2003-12-12 | 2 | -3/+124 |
|
|
* | fixed tests and constraints and setup so works x-platform | vincentdarley | 2003-12-09 | 1 | -20/+53 |
|
|
* | NT file permissions fix and tests | vincentdarley | 2003-12-09 | 2 | -3/+120 |
|
|
* | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -1/+9 |
|
|
* | * generic/tclParse.c: Corrected faulty check for trailing white | dgp | 2003-11-24 | 1 | -1/+12 |
|
|
* | * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from | dgp | 2003-11-21 | 1 | -5/+14 |
|
|
* | * tests/compile.test (compile-16.22.0): Improved test for the | dgp | 2003-11-20 | 1 | -4/+7 |
|
|
* | Fixed Bug 845412; long commands without expansion don't get tangled with the | dkf | 2003-11-19 | 1 | -1/+8 |
|
|
* | * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258] | dgp | 2003-11-17 | 1 | -1/+48 |
|
|
* | Miguel Sofer's patch (with small revisions) to make sure the bytecode engine | dkf | 2003-11-16 | 1 | -12/+68 |
|
|
* | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 1 | -13/+5 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 25 | -553/+1068 |
|
|
* | * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more | hobbs | 2003-11-12 | 1 | -8/+5 |
|
|
* | Make cmdIL.test more self-contained [Bug 838384] | dkf | 2003-11-10 | 1 | -29/+50 |
|
|
* | fix to misleading error message | vincentdarley | 2003-11-10 | 1 | -1/+9 |
|
|
* | * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] | dgp | 2003-11-05 | 1 | -1/+35 |
|
|
* | mac resource freeing fix | vincentdarley | 2003-10-23 | 1 | -1/+5 |
|
|
* | corrected new msgcat tests to work on case-sensitive filesystems | dgp | 2003-10-21 | 1 | -13/+32 |
|
|
* | TIP #156: Language-Neutral Root Locale for Msgcat | Kevin B Kenny | 2003-10-21 | 1 | -20/+31 |
|
|
* | Fixed bug 823768 by pre-parsing the index list | dkf | 2003-10-15 | 1 | -2/+2 |
|
|
* | Test to detect a sharing problem with TIP#127 exposed in tclbench | dkf | 2003-10-14 | 1 | -1/+10 |
|
|