diff options
author | hobbs <hobbs> | 2004-05-04 22:31:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-04 22:31:10 (GMT) |
commit | c468181748dd568a55755362995a806c35544b9a (patch) | |
tree | 29177d0ab8268ed968b8ea4674d00c5bf6fed892 /ChangeLog | |
parent | 3967737bc5402ae38fa82c9c8bc95d314b35cab9 (diff) | |
download | tcl-c468181748dd568a55755362995a806c35544b9a.zip tcl-c468181748dd568a55755362995a806c35544b9a.tar.gz tcl-c468181748dd568a55755362995a806c35544b9a.tar.bz2 |
* tests/fileSystem.test (filesystem-1.39): replace 'file volumes'
* tests/fileName.test (filename-12.9,10): lindex with direct C:/
hard-coded because A:/ was being used and that is empty for most.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,11 +1,19 @@ +2004-05-04 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' + * tests/fileName.test (filename-12.9,10): lindex with direct C:/ + hard-coded because A:/ was being used and that is empty for most. + + * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOME + 2004-05-04 Don Porter <dgp@users.sourceforge.net> * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get * generic/tclInt.h: declared in the TCL_MEM_DEBUG and * generic/tclThreadAlloc.c: TCL_THREADS configuration. [Bug 947564] - * tests/tcltest.test: Test corrections for Mac OSX. Thanks - to Steven Abner (tauvan). [Bug 947440] + * tests/tcltest.test: Test corrections for Mac OSX. Thanks + to Steven Abner (tauvan). [Bug 947440] 2004-05-04 Donal K. Fellows <donal.k.fellows@man.ac.uk> |