summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/avl-tree.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-05; Minor stylistic fixes found by checkdocStefan Kangas
2021-04-28Doc fixes in avl-tree.elEli Zaretskii
2021-04-28* lisp/emacs-lisp/avl-tree.el: Minor doc fixes.Stefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-04Implement iterator generator for avl-trees.Toby S. Cubitt
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-10-27Fix avl-tree alias docstringsMark Oteiza
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-08* lisp/emacs-lisp/avl-tree.el: Use lexical-binding and cl-lib.Stefan Monnier
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-04-19lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero
2012-03-27* lisp/emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo.Stefan Monnier
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-29Spelling fixes.Paul Eggert
2011-11-25Fix typos.Juanma Barranquero
2011-11-19Spelling fixes.Paul Eggert
2011-05-27* lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add newToby Cubitt
2011-05-27* lisp/emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename fromToby Cubitt
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-09Add 2008 to copyright years.Glenn Morris
2007-08-31Use defstruct rather than macros.Stefan Monnier
2007-08-27Commentary and docstring munging; nfc.Thien-Thi Nguyen
2007-08-27(avl-tree-del-balance1, avl-tree-del-balance2)Thien-Thi Nguyen
2007-08-27Move things around; munge whitespace, indentation; nfc.Thien-Thi Nguyen
2007-08-27Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:Thien-Thi Nguyen
2007-08-27Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:Thien-Thi Nguyen
2007-08-27Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:Thien-Thi Nguyen