Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | file normalize bug fixes for .. and . | vincentdarley | 2004-01-23 | 1 | -0/+41 | |
| | | ||||||
* | | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵ | vincentdarley | 2004-01-21 | 1 | -4/+4 | |
| | | | | | | | | variable names in | |||||
* | | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -6/+10 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | better filesystem tests with more informative results | vincentdarley | 2003-12-12 | 1 | -8/+16 | |
| | | ||||||
* | | new filesystem tests | vincentdarley | 2003-12-12 | 1 | -0/+114 | |
| | | ||||||
* | | * tests/cmdAH.test: | dgp | 2003-10-07 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | * tests/exec.test: Corrected temporary file management * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/io.test: operations. Also backported some * tests/ioCmd.test: other fixes from the HEAD. * tests/main.test: * tests/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test: | |||||
* | | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test: | |||||
* | | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -2/+6 | |
|/ | ||||||
* | * tests/fileSystem.test: added test 8.3 | hobbs | 2003-02-11 | 1 | -0/+10 | |
| | | | | | * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): (Tcl_FSMatchInDirectory): handle the cwdLen == 0 case | |||||
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -1/+16 | |
| | ||||||
* | first speedups to Win filesystem | vincentdarley | 2003-02-07 | 1 | -0/+25 | |
| | ||||||
* | fix to crashing filesystem test | vincentdarley | 2003-02-07 | 1 | -5/+6 | |
| | ||||||
* | added regression test for recent bug fix | vincentdarley | 2003-02-05 | 1 | -0/+15 | |
| | ||||||
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -1/+1 | |
| | ||||||
* | Marked filesystem-7.1 as known bug. | andreas_kupries | 2003-02-04 | 1 | -1/+1 | |
| | ||||||
* | filesystem bug fix and new test | vincentdarley | 2003-01-28 | 1 | -0/+14 | |
| | ||||||
* | fix to knownBug test | vincentdarley | 2002-07-18 | 1 | -1/+1 | |
| | ||||||
* | empty path name error msgs | vincentdarley | 2002-06-26 | 1 | -1/+133 | |
| | ||||||
* | tip99tip_99 | vincentdarley | 2002-06-21 | 1 | -6/+6 | |
| | ||||||
* | tip99 | vincentdarley | 2002-06-21 | 1 | -14/+57 | |
| | ||||||
* | vfs, winfs testsuite | vincentdarley | 2002-06-13 | 1 | -27/+48 | |
| | ||||||
* | fix to 551306 | vincentdarley | 2002-05-02 | 1 | -1/+1 | |
| | ||||||
* | * Parts of fileSystem.test require tcltest 2. Added appropriate checks. | dgp | 2002-04-16 | 1 | -16/+41 | |
| | ||||||
* | 2002-04-08 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-08 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | * generic/tcl.h: no <sys/types.h> on mac. * mac/tclMacFile.c: minor fixes to Vince's changes from 03-24. * mac/tclMacOSA.c: * mac/tclMacResource.c: added missing Tcl_UtfToExternalDString conversions of resource file names. * mac/tclMacSock.c (TcpGetOptionProc): fixed bug introduced by Andreas on 02-25; changed strcmp's to strncmp's so that option comparison behaves like on other platforms. * mac/tcltkMacBuildSupport.sea.hqx (CW Pro6 changes): added support to allow Tk to hookup C library stderr/stdout to TkConsole. * tests/basic.test: * tests/cmdAH.test: * tests/encoding.test: * tests/fileSystem.test: * tests/ioCmd.test: fixed tests failing on mac: check for existence of [exec], changed some result strings. | |||||
* | fs ~ cache clear test | vincentdarley | 2002-04-03 | 1 | -0/+14 | |
| | ||||||
* | 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 | 1 | -0/+157 | |