diff options
author | ericm <ericm> | 2000-02-07 19:15:25 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-02-07 19:15:25 (GMT) |
commit | 25cce6507c11e03f4462de76b675f6365ce9981d (patch) | |
tree | ad7dd95bf81445a9053afbf8e263b984acd6a9ef /ChangeLog | |
parent | b1a627adb918460dca6a08f089350fd1b9a235a3 (diff) | |
download | tcl-25cce6507c11e03f4462de76b675f6365ce9981d.zip tcl-25cce6507c11e03f4462de76b675f6365ce9981d.tar.gz tcl-25cce6507c11e03f4462de76b675f6365ce9981d.tar.bz2 |
Removing struct namespace stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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> |