summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-02-07 19:15:25 (GMT)
committerericm <ericm>2000-02-07 19:15:25 (GMT)
commit25cce6507c11e03f4462de76b675f6365ce9981d (patch)
treead7dd95bf81445a9053afbf8e263b984acd6a9ef /ChangeLog
parentb1a627adb918460dca6a08f089350fd1b9a235a3 (diff)
downloadtcl-25cce6507c11e03f4462de76b675f6365ce9981d.zip
tcl-25cce6507c11e03f4462de76b675f6365ce9981d.tar.gz
tcl-25cce6507c11e03f4462de76b675f6365ce9981d.tar.bz2
Removing struct namespace stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 194641c..232db1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,11 +9,31 @@
* unix/README: fixed notes about --enable-shared and add note
about --disable-shared.
+2000-02-04 Eric Melski <ericm@scriptics.com>
+
+ * doc/tree.n:
+ * doc/stack.n:
+ * doc/queue.n: docs for tree, stack, and queue.
+
+ * win/Makefile.in:
+ * unix/Makefile.in: Added struct1.0 to list of libraries to install.
+
+ * tests/stackstruct.test: stack tests
+
+ * tests/queue.test: queue tests
+
+ * library/struct1.0/queue.tcl: queue data structure.
+
+ * library/struct1.0/stack.tcl: stack data structure.
+
+ * library/struct1.0/pkgIndex.tcl:
+ * library/struct1.0/struct.tcl: data structure package
+
2000-02-03 Eric Melski <ericm@scriptics.com>
* doc/Package.n:
- * doc/packagens.n: Renamed Package.n -> packagens.n because NT is
- stupid and can't deal with case-sensitive names!
+ * doc/packagens.n: Renamed Package.n -> packagens.n because NT
+ can't deal with case-sensitive names!
2000-02-02 Jeff Hobbs <hobbs@scriptics.com>