Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -2/+8 |
| | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details | ||||
* | win fs fixes | vincentdarley | 2001-10-29 | 1 | -1/+11 |
| | |||||
* | minor fs, vfs fixes | vincentdarley | 2001-09-04 | 1 | -1/+4 |
| | |||||
* | filesystem | vincentdarley | 2001-08-30 | 1 | -1/+35 |
| | |||||
* | fs update | vincentdarley | 2001-08-23 | 1 | -1/+56 |
| | |||||
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -256/+360 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c | ||||
* | * tests/fileName.test: corrected tests not to fail on win when a | hobbs | 2001-05-15 | 1 | -4/+4 |
| | | | | C:/test dir exists. | ||||
* | * tests/fCmd.test (fCmd-6.20): corrected test to remove | hobbs | 2000-09-29 | 1 | -31/+7 |
| | | | | | | | c:/tcl8975@ after creating it. * tests/fileName.test: cleaned up the testing of glob patterns for c:/globTest (Windows) to directly create/remove directory. | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | * tests/foreach.test: | hobbs | 2000-04-04 | 1 | -3/+3 |
| | | | | | | * tests/namespace.test: * tests/var.test: Added lsorts to avoid random sorted return problems. [Bug: 2682] | ||||
* | * doc/glob.n: | hobbs | 1999-12-12 | 1 | -5/+123 |
| | | | | | | | | | | | | | | | | * tests/fileName.test: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclEncoding.c: * generic/tclFileName.c: * mac/tclMacFile.c: * unix/tclUnixFile.c: * win/tclWinFile.c: enhanced the glob command with the new options -types -path -directory and -join. Deprecated TclpMatchFiles with TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added GlobTypeData structure. | ||||
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -3/+3 |
| | | | | test harness uses instead of the old name (testConfig). | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -156/+136 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1449 |