Commit graph

56 commits

Author SHA1 Message Date
Thien-Thi Nguyen
85718043ee Do s/avltree/avl-tree/g. Resulting changed function names:
avl-tree-create, avl-tree-p, avl-tree-compare-function,
avl-tree-empty, avl-tree-enter, avl-tree-delete, avl-tree-member,
avl-tree-map, avl-tree-first, avl-tree-last, avl-tree-copy,
avl-tree-flatten, avl-tree-size, avl-tree-clear.
Make the symbol used for avl-tree-p `AVL-TREE', as well.
2007-08-27 01:44:37 +00:00
Miles Bader
37840380aa Add arch tagline 2007-08-27 01:42:03 +00:00
Thien-Thi Nguyen
25e32569d4 Don't require `cl'.
(elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs.
(elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly.
2007-08-27 01:35:41 +00:00
Thien-Thi Nguyen
fb5da2db3e Move provide form to end; nfc. 2007-08-27 01:29:41 +00:00
Thien-Thi Nguyen
b74e26bbe2 Munge comments, whitespace, indentation, hanging parens; nfc. 2007-08-27 01:28:07 +00:00
Thien-Thi Nguyen
1e38b8ffcd Initial revision, comprising elib-node.el and avltree.el,
with minimum modifications for standalone-compilation.
2007-08-27 01:05:44 +00:00