| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | ; Minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-10-05 | 1 | -2/+1 |
* | Doc fixes in avl-tree.el | Eli Zaretskii | 2021-04-28 | 1 | -27/+24 |
* | * lisp/emacs-lisp/avl-tree.el: Minor doc fixes. | Stefan Kangas | 2021-04-28 | 1 | -11/+11 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | lisp/*.el: Fix typos and other trivial doc fixes | Juanma Barranquero | 2019-09-21 | 1 | -11/+11 |
* | Go back to "Maintainer: emacs-devel@gnu.org" | Paul Eggert | 2019-05-25 | 1 | -0/+1 |
* | Fixes for "Maintainer:" and related lines | Paul Eggert | 2019-05-19 | 1 | -1/+0 |
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Implement iterator generator for avl-trees. | Toby S. Cubitt | 2017-08-04 | 1 | -1/+16 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Fix avl-tree alias docstrings | Mark Oteiza | 2016-10-27 | 1 | -5/+7 |
|/ |
|
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Fix docstring quoting problems with ‘ '’ | Paul Eggert | 2015-11-17 | 1 | -1/+1 |
* | Backslash cleanup in Elisp source files | Paul Eggert | 2015-09-17 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * lisp/emacs-lisp/avl-tree.el: Use lexical-binding and cl-lib. | Stefan Monnier | 2014-12-08 | 1 | -31/+27 |
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | lisp/*: Add declarations, remove unused bindings, mark unused args. | Juanma Barranquero | 2012-04-19 | 1 | -1/+1 |
* | * lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo. | Stefan Monnier | 2012-03-27 | 1 | -3/+13 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-29 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-25 | 1 | -32/+32 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | * lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new | Toby Cubitt | 2011-05-27 | 1 | -51/+253 |
* | * lisp/emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from | Toby Cubitt | 2011-05-27 | 1 | -220/+216 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-09 | 1 | -1/+1 |
* | Use defstruct rather than macros. | Stefan Monnier | 2007-08-31 | 1 | -294/+232 |
* | Commentary and docstring munging; nfc. | Thien-Thi Nguyen | 2007-08-27 | 1 | -30/+22 |
* | (avl-tree-del-balance1, avl-tree-del-balance2) | Thien-Thi Nguyen | 2007-08-27 | 1 | -10/+10 |
* | Move things around; munge whitespace, indentation; nfc. | Thien-Thi Nguyen | 2007-08-27 | 1 | -53/+36 |
* | Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names: | Thien-Thi Nguyen | 2007-08-27 | 1 | -95/+95 |
* | Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names: | Thien-Thi Nguyen | 2007-08-27 | 1 | -50/+46 |
* | Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names: | Thien-Thi Nguyen | 2007-08-27 | 1 | -61/+61 |
* | (elib-node-create): Delete unused macro. | Thien-Thi Nguyen | 2007-08-27 | 1 | -4/+0 |
* | Reduce nesting: Use modern backquote syntax. | Thien-Thi Nguyen | 2007-08-27 | 1 | -15/+15 |