| Commit message (Expand) | Author | Age | Files | Lines |
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Backported fix for bug #1420432 (cannot set mtime for directories on windows). | patthoyts | 2006-10-01 | 1 | -1/+16 |
|
|
| | * | Bugs 926106 and 1353840 | Kevin B Kenny | 2005-11-15 | 1 | -1/+13 |
|
|
| | * | root interacts badly with access(...,X_OK) [Bug 929892] | dkf | 2004-04-06 | 1 | -2/+2 |
|
|
| | * | * tests/cmdAH.test: Made tests of [file mtime] work better on FAT | dkf | 2003-07-04 | 1 | -27/+74 |
|
|
| | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -5/+8 |
|
|
| | * | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 1 | -3/+3 |
|
|
| * | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -1/+3 |
|
|
* | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -39/+43 |
|
|
* | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -12/+12 |
|
|
* | | | More consistency in errorcode generation. | dkf | 2010-02-05 | 1 | -2/+2 |
|
|
* | | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -1/+3 |
|
|
* | | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -65/+33 |
|
|
* | | | Fix [Bug 2371623] with a constraint. | dkf | 2008-12-01 | 1 | -3/+4 |
|
|
* | | | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -3/+50 |
|
|
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-24 | 1 | -1/+5 |
|
|
* | | | Use the powers of tcltest2 for good! Also add basic testing of disassmbler | dkf | 2008-09-10 | 1 | -4/+3 |
|
|
* | | | Simplify test bodies using tcltest2 | dkf | 2008-09-08 | 1 | -366/+359 |
|
|
* | | | * changes: Updates for 8.6a1 release. | dgp | 2008-06-20 | 1 | -2/+2 |
|
|
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -2/+2 |
|
|
* | | | Assorted improvements to make better use of tcltest2 | dkf | 2008-04-23 | 1 | -124/+128 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -2/+2 |
|
|
* | | Small fixes to quell tests that fail on some kinds of Win systems | dkf | 2007-01-18 | 1 | -15/+9 |
|
|
* | | bug #1420432 - file mtime fails for directories on windows | patthoyts | 2006-10-01 | 1 | -2/+16 |
|
|
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -24/+29 |
|
|
* | | Clean up tests (mostly constraints relating to testchmod) | dkf | 2006-03-20 | 1 | -10/+9 |
|
|
* | | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -2/+2 |
|
|
* | | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -1/+13 |
|
|
* | | command quoting fix | dgp | 2004-10-31 | 1 | -2/+2 |
|
|
* | | Minor fixes for marginally more clarity | dkf | 2004-10-31 | 1 | -10/+10 |
|
|
* | | Added constraint to test that won't ever work on Unix (no drive letters!) | dkf | 2004-10-31 | 1 | -2/+2 |
|
|
* | | Remove broken test constraint. [bug 1053908] | dkf | 2004-10-31 | 1 | -3/+2 |
|
|
* | | Remove some of the contortions from cmdAH-8.45 | dkf | 2004-10-25 | 1 | -8/+10 |
|
|
* | | fix to small filesystem bugs | vincentdarley | 2004-09-27 | 1 | -10/+16 |
|
|
* | | Simplify constraint by assuming Mac is Unix (which is true these days) | dkf | 2004-06-23 | 1 | -8/+8 |
|
|
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -27/+27 |
|
|
* | | fix to 'file dirname' and to fs refCount documentation | vincentdarley | 2004-05-19 | 1 | -1/+13 |
|
|
* | | fix to case sensitive 'file executable' on Windows | vincentdarley | 2004-05-17 | 1 | -1/+10 |
|
|
* | | root interacts badly with access(...,X_OK) [Bug 929892] | dkf | 2004-04-06 | 1 | -2/+2 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -266/+5 |
|
|
* | | * tests/cmdAH.test: | dgp | 2003-10-07 | 1 | -7/+9 |
|
|
* | | test suite fix for AFS | vincentdarley | 2003-09-16 | 1 | -2/+8 |
|
|
* | | test suite on afs fix | vincentdarley | 2003-07-21 | 1 | -3/+13 |
|
|
* | | * tests/cmdAH.test: Made tests of [file mtime] work better on FAT | dkf | 2003-07-04 | 1 | -29/+76 |
|
|
* | | Cleaned up cmdAH.test to use test constraints properly. | dkf | 2003-05-12 | 1 | -240/+240 |
|
|
* | | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -3/+6 |
|
|