summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/avl-tree.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Reduce nesting: Use modern backquote syntax.Thien-Thi Nguyen2007-08-271-15/+15
|
* Do s/avltree/avl-tree/g. Resulting changed function names:Thien-Thi Nguyen2007-08-271-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 taglineMiles Bader2007-08-271-0/+1
|
* Don't require `cl'.Thien-Thi Nguyen2007-08-271-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 Nguyen2007-08-271-1/+2
|
* Munge comments, whitespace, indentation, hanging parens; nfc.Thien-Thi Nguyen2007-08-271-397/+252
|
* Initial revision, comprising elib-node.el and avltree.el,Thien-Thi Nguyen2007-08-271-0/+715
with minimum modifications for standalone-compilation.