aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/ring.el
Commit message (Collapse)AuthorAgeFilesLines
* (ring-insert-at-beginning): New function.Richard M. Stallman1994-06-231-2/+14
| | | | Don't visit the file, just read it.
* (ring-mod): Remove, since floor and modPaul Eggert1993-08-101-12/+4
| | | | now subsume them. All callers changed.
* Rewritten. A poor choice of representation made the old code excessivelyEric S. Raymond1993-04-251-27/+46
| | | | | | complex. The new version is smaller and faster. The interface is unchanged, except that ring-remove now accepts an optional numeric argument specifying the element to remove.
* Added and fixed documentation.Eric S. Raymond1993-04-251-30/+12
| | | | | | | (ring-rotate): Nuked. It was (a) unused, and (b) totally broken (as in, any attempt to use it died with a type error, and when I patched it to fix that I found its algorithm was broken). (ring-ref): Added doc string.
* *** empty log message ***Eric S. Raymond1993-03-301-1/+1
|
* entered into RCSRichard M. Stallman1992-08-021-9/+10
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-1/+9
|
* *** empty log message ***Eric S. Raymond1992-05-301-2/+22
|
* *** empty log message ***Brian Preble1991-04-231-2/+2
|
* Initial revisionDavid Lawrence1990-11-211-0/+101