Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3574819 Increase test robustness by creating files in fresh directory to | dgp | 2012-10-05 | 1 | -1/+2 |
| | | | reduce trouble with any existing files in an existing directory. | ||||
* | [Bug #1536227]: Cygwin network pathname supoort | jan.nijtmans | 2012-08-08 | 1 | -3/+3 |
|\ | |||||
| * | [Bug #1536227]: Cygwin network pathname supoort | jan.nijtmans | 2012-08-08 | 1 | -3/+3 |
| | | |||||
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | | [Patch #1536227]: Cygwin network pathname support | jan.nijtmans | 2012-06-25 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Cygwin network pathname supportbug_1536227 | jan.nijtmans | 2012-06-22 | 1 | -3/+3 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Backport test to prove Tcl 8.4 is not buggy (2918610). | dgp | 2010-01-05 | 1 | -1/+16 |
| | | | |||||
| | * | regression tests | dgp | 2009-08-21 | 1 | -1/+33 |
| | | | |||||
| | * | another test | dgp | 2009-08-19 | 1 | -1/+11 |
| | | | |||||
| | * | test for 2806250 | dgp | 2009-08-18 | 1 | -1/+11 |
| | | | |||||
| | * | nicer test failure mode | dgp | 2009-08-18 | 1 | -2/+2 |
| | | | |||||
| | * | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp | 2009-08-17 | 1 | -1/+32 |
| | | | | | | | | | | | | * tests/fileName.test: matches something like ~foo. [Bug 2837800] | ||||
| | * | * tests/fileName.test: Tests for [Bug 2710920] to guard against | dgp | 2009-03-27 | 1 | -1/+13 |
| | | | | | | | | | | | | its appearance. | ||||
| | * | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597]. | ||||
| | * | * tests/fileName.test: Revise new tests for portability to case | dgp | 2008-08-14 | 1 | -4/+4 |
| | | | | | | | | | | | | insensitive filesystems. | ||||
| | * | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -2/+40 |
| | | | | | | | | | | | | | | | * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. | ||||
| | * | bugs 1194458 and 1225044 | Kevin B Kenny | 2005-06-21 | 1 | -1/+8 |
| | | | |||||
| | * | * tests/fileName.test: | das | 2004-11-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | * tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir. | ||||
| | * | * tests/fileName.test (filename-12.9): use C:/ instead of the | hobbs | 2004-05-04 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | first item in file volumes - that's usually A:/, which for most will have nothing in it. | ||||
| | * | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -1/+32 |
| | | | |||||
| | * | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 1 | -1/+18 |
| | | | |||||
| | * | new tests for reported problems, fixes to follow | vincentdarley | 2003-10-03 | 1 | -1/+69 |
| | | | |||||
| | * | glob and square brackets fix | vincentdarley | 2003-04-29 | 1 | -1/+8 |
| | | | |||||
| * | | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | * tests/fileName.test (filename-14.31): the string rep and the intrep of a path value created by [file rootname]. Thanks to Vitaly Magerya for reporting. [Bug 2918610] | ||||
| * | | * tests/fileName.test (fileName-20.[78]): Corrected poor test | Kevin B Kenny | 2009-10-28 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | hygiene (failure to save and restore the working directory) that caused these two tests to fail on Windows (and [Bug 2806250] to be reopened). | ||||
| * | | regression tests | dgp | 2009-08-21 | 1 | -1/+29 |
| | | | |||||
| * | | another test | dgp | 2009-08-19 | 1 | -1/+11 |
| | | | |||||
| * | | test for 2806250 | dgp | 2009-08-18 | 1 | -1/+11 |
| | | | |||||
| * | | nicer test failure mode | dgp | 2009-08-18 | 1 | -2/+2 |
| | | | |||||
| * | | * generic/tclPathObj.c: Added NULL check to prevent crashes during | dgp | 2009-08-18 | 1 | -1/+33 |
| | | | | | | | | | | | | * tests/fileName.test: [glob]. [Bug 2837800] | ||||
| * | | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing | dgp | 2009-03-27 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | * tests/fileName.test: the wrong results for both [file dirname] and [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and with an empty string for the "joined-on" part. [Bug 2710920] | ||||
| * | | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597]. | ||||
| * | | * tests/fileName.test: Revise new tests for portability to case | dgp | 2008-08-14 | 1 | -4/+4 |
| | | | | | | | | | | | | insensitive filesystems. | ||||
| * | | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -1/+38 |
| | | | | | | | | | | | | | | | * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. | ||||
* | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 1 | -13/+7 |
| | | | | | | | | | | | | cleanup code out of the test body and into the -setup/-cleanup stanzas. | ||||
* | | | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | * tests/fileName.test (filename-14.31): the string rep and the intrep of a path value created by [file rootname]. Thanks to Vitaly Magerya for reporting. [Bug 2918610] | ||||
* | | | * tests/fileName.test (fileName-20.[78]): Corrected poor test | Kevin B Kenny | 2009-10-28 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | hygiene (failure to save and restore the working directory) that caused these two tests to fail on Windows (and [Bug 2806250] to be reopened). | ||||
* | | | regression tests | dgp | 2009-08-21 | 1 | -1/+29 |
| | | | |||||
* | | | another test | dgp | 2009-08-19 | 1 | -1/+11 |
| | | | |||||
* | | | test for 2806250 | dgp | 2009-08-18 | 1 | -1/+11 |
| | | | |||||
* | | | nicer test failure mode | dgp | 2009-08-18 | 1 | -2/+2 |
| | | | |||||
* | | | * generic/tclPathObj.c: Added NULL check to prevent crashes during | dgp | 2009-08-18 | 1 | -1/+33 |
| | | | | | | | | | | | | * tests/fileName.test: [glob]. [Bug 2837800] | ||||
* | | | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing | dgp | 2009-03-27 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | * tests/fileName.test: the wrong results for both [file dirname] and [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and with an empty string for the "joined-on" part. [Bug 2710920] | ||||
* | | | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597]. | ||||
* | | | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-29 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | * doc/glob.n: Revise [glob] to accept zero patterns. * generic/tclFileName.c: * tests fileName.test: | ||||
* | | | * tests/fileName.test: Revise new tests for portability to case | dgp | 2008-08-14 | 1 | -4/+4 |
| | | | | | | | | | | | | insensitive filesystems. | ||||
* | | | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -1/+38 |
| | | | | | | | | | | | | | | | * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. |