Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reduce nesting: Use modern backquote syntax. | Thien-Thi Nguyen | 2007-08-27 | 1 | -15/+15 | |
| | ||||||
* | Do s/avltree/avl-tree/g. Resulting changed function names: | Thien-Thi Nguyen | 2007-08-27 | 1 | -20/+20 | |
| | | | | | | | | 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. | |||||
* | Add arch tagline | Miles Bader | 2007-08-27 | 1 | -0/+1 | |
| | ||||||
* | Don't require `cl'. | Thien-Thi Nguyen | 2007-08-27 | 1 | -9/+4 | |
| | | | | | (elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs. (elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly. | |||||
* | Move provide form to end; nfc. | Thien-Thi Nguyen | 2007-08-27 | 1 | -1/+2 | |
| | ||||||
* | Munge comments, whitespace, indentation, hanging parens; nfc. | Thien-Thi Nguyen | 2007-08-27 | 1 | -397/+252 | |
| | ||||||
* | Initial revision, comprising elib-node.el and avltree.el, | Thien-Thi Nguyen | 2007-08-27 | 1 | -0/+715 | |
with minimum modifications for standalone-compilation. |