summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenn <jenn>1999-08-27 18:12:23 (GMT)
committerjenn <jenn>1999-08-27 18:12:23 (GMT)
commit16b4771e72641754fdd0122032875724d6c55e27 (patch)
tree06a6a6889e260d38b94fcecd47b355f0533626b8 /ChangeLog
parent0d3afa4a15d5f42159aca14b4ebd4cca85b91dfe (diff)
downloadtcl-16b4771e72641754fdd0122032875724d6c55e27.zip
tcl-16b4771e72641754fdd0122032875724d6c55e27.tar.gz
tcl-16b4771e72641754fdd0122032875724d6c55e27.tar.bz2
* library/tcltest1.0/tcltest.tcl: Modified tcltest so that
variables are only initialized to their default values if they did not previously exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c875c3e..32a5001 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-08-27 Jennifer Hom <jenn@scriptics.com>
+
+ * library/tcltest1.0/tcltest.tcl: Modified tcltest so that
+ variables are only initialized to their default values if they did
+ not previously exist.
+
1999-08-26 Jennifer Hom <jenn@scriptics.com>
* tests/tcltest.test: