diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-14 13:52:55 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-14 13:52:55 (GMT) |
commit | 604a950260e29f0248794d40eb88e73a7cfc1465 (patch) | |
tree | 0fb1440464a2aff6f3994ac95b73760ebd2d3db6 /ChangeLog | |
parent | 8ae428cebfc46efcf400bdfa5bad949fd025bf15 (diff) | |
download | tcl-604a950260e29f0248794d40eb88e73a7cfc1465.zip tcl-604a950260e29f0248794d40eb88e73a7cfc1465.tar.gz tcl-604a950260e29f0248794d40eb88e73a7cfc1465.tar.bz2 |
Fix for broken test on win2k with long machine name
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ +2007-12-14 Pat Thoyts <patthoyts@users.sourceforge.net> + + * tests/winFile.test: Fixed tests for win2k with long machine name + 2007-12-14 Pat Thoyts <patthoyts@users.sourceforge.net> * win/nmakehlp.c: Support compilation with MSVC9 for AMD64. -
* win/makefile.vc: + * win/makefile.vc: 2007-12-13 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> |