| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
|
|
| | * | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-10 | 1 | -7/+24 |
|
|
| | * | * tests/fCmd.test: Backport the notNetworkFilesystem constraint. | dgp | 2007-05-17 | 1 | -6/+7 |
|
|
| | * | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -3/+32 |
|
|
| | * | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to | hobbs | 2005-10-07 | 1 | -2/+2 |
|
|
| | * | * tests/tcltest.test: The order in which [glob] returns the file names | rmax | 2004-11-25 | 1 | -3/+3 |
|
|
| | * | * tests/fCmd.test: | das | 2004-11-11 | 1 | -1/+10 |
|
|
| | * | * tests/fCmd.test: Run tests with the [temporaryDirectory] as | dgp | 2003-10-07 | 1 | -1/+4 |
|
|
| | * | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp | 2003-10-06 | 1 | -5/+4 |
|
|
| | * | file copy empty filename bug fix | vincentdarley | 2003-06-23 | 1 | -1/+11 |
|
|
| | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -1/+6 |
|
|
| * | | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-11 | 1 | -7/+24 |
|
|
| * | | * tests/fCmd.test (fCmd-6.23): made result matching robust when test | das | 2008-08-14 | 1 | -2/+2 |
|
|
* | | | * 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 |
|
|