summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenn <jenn>2000-01-27 23:44:01 (GMT)
committerjenn <jenn>2000-01-27 23:44:01 (GMT)
commit335c1f78124d678298612ab09fed880c7042aebc (patch)
tree7ea24b8a84f6b0a46229df7a60e1cfeab0eda6e9 /ChangeLog
parentd8c3ee2177ba3302b1caf7fe451592c210d68212 (diff)
downloadtcl-335c1f78124d678298612ab09fed880c7042aebc.zip
tcl-335c1f78124d678298612ab09fed880c7042aebc.tar.gz
tcl-335c1f78124d678298612ab09fed880c7042aebc.tar.bz2
* library/tcltest1.0/tcltest.tcl: Changed NormalizePath to
normalizePath and exported it as a public proc. This proc creates an absolute path given the name of the variable containing the path to modify. The path is modified in place. * library/tcltest1.0/pkgIndex.tcl: Added normalizePath. * tests/all.tcl: Changed code to use normalizePath.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fb7de7..59bcdd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-01-27 Jennifer Hom <jenn@scriptics.com>
+
+ * library/tcltest1.0/tcltest.tcl: Changed NormalizePath to
+ normalizePath and exported it as a public proc. This proc
+ creates an absolute path given the name of the variable containing
+ the path to modify. The path is modified in place.
+ * library/tcltest1.0/pkgIndex.tcl: Added normalizePath.
+ * tests/all.tcl: Changed code to use normalizePath.
+
2000-01-27 Eric Melski <ericm@scriptics.com>
* tests/pkgMkIndex.test: