Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -5/+5 |
| | |||||
* | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 1 | -1/+9 |
| | |||||
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -1/+49 |
| | |||||
* | fix to drive-sensitivity of test | vincentdarley | 2005-01-17 | 1 | -3/+5 |
| | |||||
* | * tests/winFCmd.test: Correct test for the presence of a CD-ROM so | Kevin B Kenny | 2004-05-25 | 1 | -13/+4 |
| | | | | | | that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267] | ||||
* | * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash condition | hobbs | 2004-05-04 | 1 | -1/+10 |
| | | | | | * tests/winFCmd.test (winFCmd-16.12): triggered when $HOME is volumerelative (ie 'C:'). | ||||
* | * tests/windFCmd.test (winFCmd-16.10): Corrected failure to | dgp | 2003-11-21 | 1 | -1/+2 |
| | | | | initialize variable $dd that caused test suite failure. | ||||
* | fix to 'cd' infinite recursion bug on Windows | vincentdarley | 2003-11-20 | 1 | -5/+13 |
| | |||||
* | new tests for reported problems, fixes to follow | vincentdarley | 2003-10-03 | 1 | -3/+43 |
| | |||||
* | [file exist] -> [file exists]... | dkf | 2002-10-04 | 1 | -5/+5 |
| | |||||
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 1 | -18/+18 |
| | |||||
* | winFCmd.test cleanup | vincentdarley | 2002-07-18 | 1 | -7/+7 |
| | |||||
* | tests, docs | vincentdarley | 2002-07-15 | 1 | -13/+13 |
| | |||||
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -2/+5 |
| | |||||
* | win fs fixes | vincentdarley | 2001-11-19 | 1 | -1/+4 |
| | |||||
* | simplified error check for winFCmd-7.9 | hobbs | 2001-09-20 | 1 | -17/+6 |
| | |||||
* | winFCmd.test fix | vincentdarley | 2001-09-05 | 1 | -6/+11 |
| | |||||
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -4/+25 |
| | |||||
* | filesystem | vincentdarley | 2001-08-30 | 1 | -9/+9 |
| | |||||
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Bug fixes for threaded Tcl on NT with single and dual CPUs. Still some | redman | 1999-07-27 | 1 | -2/+4 |
| | | | | open issues, this code is a little more stable though. | ||||
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -7/+7 |
| | | | | test harness uses instead of the old name (testConfig). | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -210/+209 |
| | |||||
* | lint | stanton | 1999-02-02 | 1 | -3/+3 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+979 |