diff options
| author | jenn <jenn> | 1999-10-19 18:59:00 (GMT) | 
|---|---|---|
| committer | jenn <jenn> | 1999-10-19 18:59:00 (GMT) | 
| commit | b6451a8e12d7770e231cc0047b993bd8e1add92f (patch) | |
| tree | 3819acacf433947a6defb1b82d33cc339c0235cb | |
| parent | 6a4211168cd8e6e5bc8214bc4e2b4ac75f6fd977 (diff) | |
| download | tcl-b6451a8e12d7770e231cc0047b993bd8e1add92f.zip tcl-b6451a8e12d7770e231cc0047b993bd8e1add92f.tar.gz tcl-b6451a8e12d7770e231cc0047b993bd8e1add92f.tar.bz2 | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 16 | 
1 files changed, 15 insertions, 1 deletions
| @@ -3,13 +3,27 @@  	* tests/tcltest.test:  	* doc/tcltest.n:  	* library/tcltest1.0/tcltest.tcl: Removed the extra return at the -	end of the tcltest.tcl file. +	end of the tcltest.tcl file, added version information about tcl.  	Applied patches sent in by Andreas Kupries to add helper procs for  	debug output, add 3 new flags (-testsdir, -load, -loadfile), and  	internally refactors common code for dealing with paths into  	separate procedures. [Bug: 2838, 2842] +	* tests/autoMkindex.test: +	* tests/pkgMkIndex.test: Explicitly cd to +	::tcltest::testsDirectory at the beginning of the test run + +	* tests/basic.test: Use version information defined in tcltest +	instead of hardcoded version number + +	* tests/socket.test: package require tcltest before attempting to +	use variable defined in tcltest namespace + +	* tests/unixInit.test:  +	* tests/unixNotfy.test: Added explicit exits needed to avoid +	problems when the tests area run in wish. +	  1999-10-12  Jim Ingham  <jingham@scriptics.com>          * mac/tclMacLoad.c: Stupid bug - we converted the filename to | 
