| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 1 | -1/+9 |
|
|
* | * tests/windFCmd.test (winFCmd-16.10): Corrected failure to | dgp | 2003-11-21 | 1 | -1/+2 |
|
|
* | fix to 'cd' infinite recursion bug on Windows | vincentdarley | 2003-11-20 | 1 | -5/+13 |
|
|
* | * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks | dgp | 2003-11-17 | 1 | -1/+136 |
|
|
* | * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more | hobbs | 2003-11-12 | 1 | -7/+5 |
|
|
* | * tests/unixInit.test (unixInit-2.10): re-enabled. | dgp | 2003-11-10 | 1 | -2/+2 |
|
|
* | * tests/unixInit.test (unixInit-2.10): mark as knownBug | hobbs | 2003-11-06 | 1 | -4/+4 |
|
|
* | * generic/tclEncoding.c (TclFindEncodings): Normalize the path | dgp | 2003-11-05 | 1 | -1/+35 |
|
|
* | regsub fix | vincentdarley | 2003-10-14 | 1 | -1/+13 |
|
|
* | Added constraint to the new tests. | dgp | 2003-10-08 | 1 | -9/+10 |
|
|
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 1 | -4/+19 |
|
|
* | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 1 | -366/+364 |
|
|
* | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 6 | -190/+317 |
|
|
* | * tests/fCmd.test: Run tests with the [temporaryDirectory] as | dgp | 2003-10-07 | 1 | -1/+4 |
|
|
* | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 2 | -38/+23 |
|
|
* | * tests/regexp.test: Matched [makeFile] with [removeFile]. | dgp | 2003-10-07 | 2 | -11/+19 |
|
|
* | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp | 2003-10-06 | 1 | -5/+4 |
|
|
* | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 2 | -4/+4 |
|
|
* | * tests/cmdMZ.test: Updated [package require tcltest] lines to | dgp | 2003-10-06 | 5 | -9/+9 |
|
|
* | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 1 | -1/+18 |
|
|
* | new tests for reported problems, fixes to follow | vincentdarley | 2003-10-03 | 2 | -4/+112 |
|
|
* | * generic/tclBasic.c (CallCommandTraces): Added safety bit | dgp | 2003-09-29 | 1 | -13/+16 |
|
|
* | * generic/tclCmdMZ.c (): Fixed [Bug 807243] where | dgp | 2003-09-24 | 1 | -1/+37 |
|
|
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to | Miguel Sofer | 2003-09-19 | 1 | -1/+9 |
|
|
* | && of the constraints is the default; need not be specified. | dgp | 2003-09-04 | 1 | -3/+3 |
|
|
* | Typo correction: knownbug -> knownBug | dgp | 2003-09-04 | 1 | -2/+2 |
|
|
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -1/+21 |
|
|
* | * tests/util.test: Added new tests for remaining TclNeedSpace() | dgp | 2003-08-27 | 1 | -1/+36 |
|
|
* | * tests/pkgMkIndex.test: Added a test for [pkg_mkIndex -verbose]. | rmax | 2003-07-24 | 1 | -1/+9 |
|
|
* | * generic/tclBasic.c: Corrected several instances of unsafe | dgp | 2003-07-18 | 1 | -7/+5 |
|
|
* | * library/http/pkgIndex.tcl: merged to v2.4.4 from head | hobbs | 2003-07-18 | 1 | -1/+7 |
|
|
* | Fixed confusing error message. [Bug 771539] | dkf | 2003-07-15 | 1 | -2/+2 |
|
|
* | Documented and tested for the current behaviour of [binary format a] and | dkf | 2003-07-11 | 1 | -1/+23 |
|
|
* | * tests/cmdAH.test: Made tests of [file mtime] work better on FAT | dkf | 2003-07-04 | 1 | -27/+74 |
|
|
* | file copy empty filename bug fix | vincentdarley | 2003-06-23 | 1 | -1/+11 |
|
|
* | backport of regsub empty string fixes | vincentdarley | 2003-06-17 | 1 | -1/+41 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 1 | -1/+11 |
|
|
* | * string.test (string-4.15): Added test for [string first] bug | dgp | 2003-06-09 | 1 | -1/+8 |
|
|
* | Consequent fixes from [Bug 699060]; [format] should not be too eager to demote | dkf | 2003-05-14 | 1 | -1/+24 |
|
|
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -1/+10 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+15 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 2 | -6/+6 |
|
|
* | glob and square brackets fix | vincentdarley | 2003-04-29 | 1 | -1/+8 |
|
|
* | filesystem fixes backported | vincentdarley | 2003-04-14 | 5 | -22/+30 |
|
|
* | Fixed Bug 710310 (duplicate test numbers in clock.test). Made major
| Kevin B Kenny | 2003-04-12 | 2 | -49/+39 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -1/+17 |
|
|
* | * tests/README: Direct [source] of *.test files is no longer | dgp | 2003-04-01 | 1 | -21/+40 |
|
|
* | Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] | Miguel Sofer | 2003-03-27 | 3 | -46/+46 |
|
|
* | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 4 | -27/+17 |
|
|
* | Removed test number dups [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 9 | -149/+82 |
|
|