Remove non-free old and crusty clearcase pkg
[packages] / xemacs-packages / elib / TODO
1 This file lists a number of things that should be done to the library
2 in the future.
3 ================================================================
4
5 * Automated tests for the following files:
6    - elib-node.el
7    - avltree.el
8    - bintree.el
9    - string.el
10    - read.el
11    - dll.el
12    - cookie.el
13
14 * Documentation of the automated test procedure
15
16 * Priority queue
17
18 * Debug variants of the container types which check everything on
19   run-time.  This would be very slow but could also be a great help.