Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | 2003-07-11 John Paul Wallington <jpw@gnu.org> | John Paul Wallington | 2003-07-11 | 1 | -12/+12 |
| | | | | | | | | | | * emacs-lisp/ring.el (ring-empty-p): Use `zerop'. (ring-p, ring-plus1, ring-minus1, ring-length, ring-index) (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes. 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change) * emacs-lisp/ring.el (ring-elements): Doc fix. | ||||
* | (ring-elements): New function. | Dave Love | 2000-05-21 | 1 | -0/+4 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1999-08-30 | 1 | -15/+4 |
| | |||||
* | Many doc fixes. | Richard M. Stallman | 1999-08-30 | 1 | -32/+64 |
| | | | | (ring-size, ring-copy): New functions. | ||||
* | Many doc fixes. | Richard M. Stallman | 1997-03-22 | 1 | -11/+16 |
| | | | | (ring-ref): Fix error message. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -15/+16 |
| | |||||
* | (ring-insert-at-beginning): New function. | Richard M. Stallman | 1994-06-23 | 1 | -2/+14 |
| | | | | Don't visit the file, just read it. | ||||
* | (ring-mod): Remove, since floor and mod | Paul Eggert | 1993-08-10 | 1 | -12/+4 |
| | | | | now subsume them. All callers changed. | ||||
* | Rewritten. A poor choice of representation made the old code excessively | Eric S. Raymond | 1993-04-25 | 1 | -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. Raymond | 1993-04-25 | 1 | -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. Raymond | 1993-03-30 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-08-02 | 1 | -9/+10 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -1/+9 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -2/+22 |
| | |||||
* | *** empty log message *** | Brian Preble | 1991-04-23 | 1 | -2/+2 |
| | |||||
* | Initial revision | David Lawrence | 1990-11-21 | 1 | -0/+101 |