summaryrefslogtreecommitdiffstats
path: root/tests/winFCmd.test
Commit message (Collapse)AuthorAgeFilesLines
* backport of file writable fixesvincentdarley2006-03-191-5/+5
|
* more tests and a fix to bug 1158199vincentdarley2005-03-151-1/+9
|
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-1/+49
|
* fix to drive-sensitivity of testvincentdarley2005-01-171-3/+5
|
* * tests/winFCmd.test: Correct test for the presence of a CD-ROM so Kevin B Kenny2004-05-251-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 conditionhobbs2004-05-041-1/+10
| | | | | * tests/winFCmd.test (winFCmd-16.12): triggered when $HOME is volumerelative (ie 'C:').
* * tests/windFCmd.test (winFCmd-16.10): Corrected failure todgp2003-11-211-1/+2
| | | | initialize variable $dd that caused test suite failure.
* fix to 'cd' infinite recursion bug on Windowsvincentdarley2003-11-201-5/+13
|
* new tests for reported problems, fixes to followvincentdarley2003-10-031-3/+43
|
* [file exist] -> [file exists]...dkf2002-10-041-5/+5
|
* winFCmd.test cleanupvincentdarley2002-07-181-18/+18
|
* winFCmd.test cleanupvincentdarley2002-07-181-7/+7
|
* tests, docsvincentdarley2002-07-151-13/+13
|
* 4 fs fixesvincentdarley2002-03-241-2/+5
|
* win fs fixesvincentdarley2001-11-191-1/+4
|
* simplified error check for winFCmd-7.9hobbs2001-09-201-17/+6
|
* winFCmd.test fixvincentdarley2001-09-051-6/+11
|
* minor fs, vfs fixesvincentdarley2001-09-041-4/+25
|
* filesystemvincentdarley2001-08-301-9/+9
|
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-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 importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Bug fixes for threaded Tcl on NT with single and dual CPUs. Still someredman1999-07-271-2/+4
| | | | open issues, this code is a little more stable though.
* Changed the tests to use the testConstraints array that thejenn1999-07-011-7/+7
| | | | test harness uses instead of the old name (testConfig).
* Fixed style problems in many of the test files.rjohnson1999-06-261-2/+2
| | | | Fixed bug in pkg.test where defs.tcl was still being used.
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-210/+209
|
* lintstanton1999-02-021-3/+3
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+979