diff options
author | dgp <dgp@users.sourceforge.net> | 2002-06-28 19:22:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-06-28 19:22:55 (GMT) |
commit | 886ba893b55833fb102f7849f51540124df6ca58 (patch) | |
tree | de92d23cf99e1dac2ca651e815cad3e44dd71135 /ChangeLog | |
parent | 162d8a6442e7b0ff9c4e72433af6f403b6c61de8 (diff) | |
download | tcl-886ba893b55833fb102f7849f51540124df6ca58.zip tcl-886ba893b55833fb102f7849f51540124df6ca58.tar.gz tcl-886ba893b55833fb102f7849f51540124df6ca58.tar.bz2 |
* docs/tcltest.n: Doc revisions in progress.
* library/tcltest/tcltest.tcl: Corrected -testdir default value.
Was not reliable, and disagreed with docs! Thanks to Hemang Lavana.
[Bug 575150]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-06-28 Don Porter <dgp@users.sourceforge.net> + + * docs/tcltest.n: Doc revisions in progress. + * library/tcltest/tcltest.tcl: Corrected -testdir default value. + Was not reliable, and disagreed with docs! Thanks to Hemang Lavana. + [Bug 575150] + 2002-06-28 Donal K. Fellows <fellowsd@cs.man.ac.uk> * unix/tclUnixThrd.c: Renamed the Tcl_Platform* #defines to |