summaryrefslogtreecommitdiffstats
path: root/tests/winFCmd.test
Commit message (Collapse)AuthorAgeFilesLines
* use backslash and braces in regexpjan.nijtmans2012-07-231-1/+1
|
* Bug #3547593: fcmd test failures on Windows 7 WOW64jan.nijtmans2012-07-231-49/+9
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-3/+0
| | | | | | more harm than good. Purged them.
| * Fixed a number of test issues for Vista and Win7.patthoyts2009-11-101-15/+64
| | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
| * 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
| |
* | Fixed a number of test issues for Vista and Win7.patthoyts2009-11-111-15/+64
| | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
* | Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-1/+81
| |
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629]
* | Clean up tests (mostly constraints relating to testchmod)dkf2006-03-201-160/+155
| | | | | | | | | | Also make the format of the ChangeLog a bit more internally consistent, making it easier to search it for bug numbers, etc.
* | fix to file writeable on windowsvincentdarley2006-03-181-5/+5
| |
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | 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/+50
| |
* | filesystem generic/platform code splittingvincentdarley2004-10-071-8/+41
| |
* | fix to small filesystem bugsvincentdarley2004-09-271-1/+21
| |
* | * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid apatthoyts2004-06-231-3/+6
| | | | | | | | failure in 16.12.
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-165/+165
| |
* | Fixed constraint name and whitespace usagedkf2004-06-231-25/+19
| |
* | * tests/winFCmd.test (winFCmd-16.12): Changed test toKevin B Kenny2004-06-181-10/+29
| | | | | | | | | | compute the target directory, so as not to fail if the user's HOME isn't the root.
* | * tests/winFCmd.test: Correct test for the presence of a CD-ROM so Kevin B Kenny2004-05-251-15/+6
| | | | | | | | | | | | that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267]
* | Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-8/+11
| | | | | | | | necessary.
* | * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOMEhobbs2004-05-041-1/+10
| |
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-2/+2
| | | | | | | | variable names in
* | NT file permissions fix and testsvincentdarley2003-12-091-2/+2
| |
* | * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests fromdgp2003-11-211-5/+14
| | | | | | | | core-8-4-branch.
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Tcl.n: of the new leading {expand} syntax on words. * generic/tcl.h: Parses such words as the new Tcl_Token type * generic/tclBasic.c: TCL_TOKEN_EXPAND_WORD. Updated Tcl_EvalEx * generic/tclCompile.c: and the bytecode compiler/execution engine * generic/tclCompile.h: to recognize the new token type. New opcodes * generic/tclExecute.c: INST_LIST_VERIFY and INST_INVOKE_EXP and a new * generic/tclParse.c: operand type OPERAND_ULIST1 are defined. Docs * generic/tclTest.c: and tests are included. * tests/basic.test: * tests/compile.test: * tests/parse.test: * library/auto.tcl: Replaced several [eval]s used to perform * library/package.tcl: argument expansion with the new syntax. * library/safe.tcl: In the test files lindex.test and lset.test, * tests/cmdInfo.test: replaced use of [eval] to force direct * tests/encoding.test: string evaluation with use of [testevalex] * tests/execute.test: which more directly and robustly serves the * tests/fCmd.test: same purpose. * tests/http.test: * tests/init.test: * tests/interp.test: * tests/io.test: * tests/ioUtil.test: * tests/iogt.test: * tests/lindex.test: * tests/lset.test: * tests/namespace-old.test: * tests/namespace.test: * tests/pkg.test: * tests/pkgMkIndex.test: * tests/proc.test: * tests/reg.test: * tests/trace.test: * tests/upvar.test: * tests/winConsole.test: * tests/winFCmd.test:
* | minor filesystem bug fixesvincentdarley2003-09-161-3/+43
| |
* | winFCmd.test fixvincentdarley2003-07-081-6/+20
|/
* [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.