Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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. | ||||
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -4/+4 |
| | |||||
* | * tests/fileName.test: Repaired the failing test fileName-15.7 | Kevin B Kenny | 2008-07-20 | 1 | -2/+2 |
| | | | | from dkf's commit earlier today. | ||||
* | Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2 | dkf | 2008-07-20 | 1 | -624/+549 |
| | |||||
* | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -18/+12 |
| | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | fix to two filesystem issues | vincentdarley | 2006-03-19 | 1 | -7/+16 |
| | |||||
* | Fix for [Bug 1325099] | dkf | 2005-10-12 | 1 | -1/+6 |
| | |||||
* | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | * tests/error.test: tests into tests with constraints that * tests/expr-old.test: describe the limits of their * tests/expr.test: portability. Also more consolidation * tests/fileName.test: of constraint synonyms. * tests/format.test: wideis64bit, 64bitInts => wideIs64bit * tests/get.test: wideIntegerUnparsed => wideIs32bit * tests/load.test: wideIntExpressions => wideBiggerThanInt * tests/obj.test: * tests/parseExpr.test: Dropped "roundOffBug" constraint that * tests/string.test: protected from buggy sprintf. | ||||
* | * tests/expr.test: Consolidated equivalent constraints into | dgp | 2005-07-27 | 1 | -2/+2 |
| | | | | | | | | | * tests/fileName.test: single definitions and (more precise) names: * tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit * tests/listObj.test: empty => emptyTest; winOnly => win * tests/obj.test: intsAre64bit => longIs64bit Also updated some "nonPortable" tests to use constraints that mark precisely what about them isn't portable, so the tests can run where they work. | ||||
* | bug 1194458 | 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/msgcat.test: * tests/tcltest.test: * tests/unixInit.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir. | ||||
* | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -1/+13 |
| | |||||
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -58/+58 |
| | |||||
* | Massive test cleanup; all tests are run, and constraints are used where ↵ | dkf | 2004-05-19 | 1 | -19/+17 |
| | | | | necessary. | ||||
* | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' | hobbs | 2004-05-04 | 1 | -4/+6 |
| | | | | | * tests/fileName.test (filename-12.9,10): lindex with direct C:/ hard-coded because A:/ was being used and that is empty for most. | ||||
* | fix to glob with volume relative paths, bug 898238 | vincentdarley | 2004-03-30 | 1 | -3/+6 |
| | |||||
* | fix to Tcl bug 918320 | vincentdarley | 2004-03-30 | 1 | -1/+15 |
| | |||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -565/+9 |
| | |||||
* | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -1/+32 |
| | |||||
* | more robust tests | vincentdarley | 2004-02-28 | 1 | -2/+6 |
| | |||||
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵ | vincentdarley | 2004-01-21 | 1 | -13/+38 |
| | | | | variable names in | ||||
* | new filesystem tests | vincentdarley | 2003-12-12 | 1 | -3/+10 |
| | |||||
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -1/+18 |
| | |||||
* | fixed inconsistent handling of file separators in file join | vincentdarley | 2003-09-30 | 1 | -1/+80 |
| | |||||
* | fix to glob and filenames with square brackets | vincentdarley | 2003-04-25 | 1 | -1/+8 |
| | |||||
* | glob -l on broken symlink fix | vincentdarley | 2003-02-12 | 1 | -1/+42 |
| | |||||
* | first speedups to Win filesystem | vincentdarley | 2003-02-07 | 1 | -1/+13 |
| | |||||
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -2/+3 |
| | |||||
* | 3 small fixes | vincentdarley | 2002-11-13 | 1 | -1/+8 |
| | |||||
* | Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268] | dkf | 2002-07-10 | 1 | -5/+5 |
| | |||||
* | add file link constraint | vincentdarley | 2002-07-08 | 1 | -4/+14 |
| | |||||
* | Made many tests work properly when the current directory is not writable. | dkf | 2002-07-05 | 1 | -4/+20 |
| | | | | Added targets to unix/Makefile.in to facilitate testing of this situation. | ||||
* | tip99 | vincentdarley | 2002-06-21 | 1 | -7/+7 |
| | |||||
* | glob fixes | vincentdarley | 2002-05-30 | 1 | -3/+16 |
| | |||||
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 1 | -2/+2 |
| | | | | in the working path. Thanks to Kevin Kenny. | ||||
* | fix to bug 553320 | vincentdarley | 2002-05-07 | 1 | -2/+7 |
| | |||||
* | fix to 551306 | vincentdarley | 2002-05-02 | 1 | -1/+24 |
| | |||||
* | corrected constraint name for filename-12.1.4 to pcOnly from unixpcOnly | hobbs | 2002-04-22 | 1 | -2/+2 |
| | |||||
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -1/+28 |
| |