| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/fCmd.test: Improve sanity of constraints now that we don't | dkf | 2010-12-09 | 1 | -22/+39 |
|
|
* | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -4/+4 |
|
|
* | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, | dkf | 2010-12-07 | 1 | -28/+27 |
|
|
* | [Bug 2893771] Teach [file stat] to handle locked files. | patthoyts | 2009-11-24 | 1 | -11/+16 |
|
|
* | * tests/fCmd.test (fCmd-30.1): Changed registry location of the | Kevin B Kenny | 2009-11-23 | 1 | -2/+2 |
|
|
* | Test constraint 2000orNewer should only be true on Windows platform | dgp | 2009-11-23 | 1 | -2/+2 |
|
|
* | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 1 | -6/+17 |
|
|
* | [Bug 2891026] add addtional contraints for vista+ for non-readable directories | patthoyts | 2009-11-07 | 1 | -9/+26 |
|
|
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-24 | 1 | -7/+7 |
|
|
* | * tests/fCmd.test (fCmd-6.23): made result matching robust when test | das | 2008-08-14 | 1 | -2/+2 |
|
|
* | Finish cleaning up this file (move cleanup actions out of test bodies, etc.) | dkf | 2008-07-20 | 1 | -96/+124 |
|
|
* | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -3/+3 |
|
|
* | Test improvements (tcltest2, clarify) | dkf | 2008-04-10 | 1 | -20/+18 |
|
|
* | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. | dkf | 2008-03-28 | 1 | -971/+1084 |
|
|
* | improve darwin9 constraint | das | 2008-03-12 | 1 | -2/+3 |
|
|
* | * tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail). | das | 2008-03-11 | 1 | -2/+6 |
|
|
* | * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains | das | 2006-11-10 | 1 | -2/+2 |
|
|
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -4/+4 |
|
|
* | Change the "pc" constraint to synonym "win" for consistency with the | dgp | 2006-03-27 | 1 | -5/+5 |
|
|
* | typo | dgp | 2006-03-21 | 1 | -2/+2 |
|
|
* | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -87/+83 |
|
|
* | Clean up tests (mostly constraints relating to testchmod) | dkf | 2006-03-20 | 1 | -2/+5 |
|
|
* | fix to file writeable on windows | vincentdarley | 2006-03-18 | 1 | -1/+16 |
|
|
* | add proper test constraints | vincentdarley | 2006-03-15 | 1 | -3/+3 |
|
|
* | 90% fix of file writable issues on Windows | vincentdarley | 2006-03-14 | 1 | -3/+43 |
|
|
* | fix to glob memory leak and file stat ino/nlink on windows | vincentdarley | 2005-10-23 | 1 | -1/+11 |
|
|
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008 | hobbs | 2005-10-07 | 1 | -2/+2 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint. | dgp | 2005-01-04 | 1 | -2/+2 |
|
|
* | * tests/fCmd.test: | das | 2004-11-11 | 1 | -1/+11 |
|
|
* | General cleanup | dkf | 2004-10-31 | 1 | -139/+21 |
|
|
* | two bugs fixed in filesystem docs and tests | vincentdarley | 2004-08-31 | 1 | -2/+2 |
|
|
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -53/+53 |
|
|
* | Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312] | dkf | 2004-05-25 | 1 | -30/+44 |
|
|
* | Massive test cleanup; all tests are run, and constraints are used where neces... | dkf | 2004-05-19 | 1 | -5/+5 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -57/+21 |
|
|
* | filesystem documentation and tests | vincentdarley | 2004-01-26 | 1 | -2/+4 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -4/+4 |
|
|
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -4/+35 |
|
|
* | marked test as nonPortable | vincentdarley | 2003-12-16 | 1 | -2/+2 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -4/+4 |
|
|
* | fix to misleading error message | vincentdarley | 2003-11-10 | 1 | -1/+9 |
|
|
* | * tests/fCmd.test: Run tests with the [temporaryDirectory] as | dgp | 2003-10-07 | 1 | -1/+3 |
|
|
* | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp | 2003-10-06 | 1 | -3/+3 |
|
|
* | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 1 | -1/+11 |
|
|
* | fix to WinTcl file rename error message | vincentdarley | 2003-06-02 | 1 | -1/+26 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -1/+6 |
|
|
* | glob -l on broken symlink fix | vincentdarley | 2003-02-12 | 1 | -6/+6 |
|
|
* | [file exist] -> [file exists]... | dkf | 2002-10-04 | 1 | -13/+13 |
|
|
* | Added test. | dkf | 2002-08-16 | 1 | -1/+5 |
|
|