| Commit message (Expand) | Author | Age | Files | Lines |
* | (ignore-errors): Move to subr.el. | Glenn Morris | 2008-05-07 | 1 | -7/+0 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (get-setf-method): Use `string-match-p'. | Juanma Barranquero | 2008-04-08 | 1 | -2/+1 |
* | (defsetf): Accept a lambda for the 2-arg form. | Stefan Monnier | 2008-04-03 | 1 | -1/+1 |
* | (frame-parameter) <defsetf>: Make it return the assigned value. | Johan Bockgård | 2008-04-01 | 1 | -1/+1 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-30 | 1 | -5/+6 |
|\ |
|
| * | Trivial change. | Richard M. Stallman | 2008-01-25 | 1 | -5/+6 |
* | | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
|\| |
|
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-11-11 | 1 | -8/+5 |
|\| | |
|
| * | | Unify local variable section, and set | Glenn Morris | 2007-10-28 | 1 | -8/+5 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-08-21 | 1 | -9/+13 |
|\| | |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-08-21 | 1 | -9/+13 |
| |\| |
|
| | * | (cl-transform-lambda): Preserve the match-data. | Stefan Monnier | 2007-08-16 | 1 | -9/+13 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -1/+1 |
|\| | |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
| |\| |
|
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-09 | 1 | -9/+68 |
|\| | |
|
| * | | Docstring convention fix. | Stefan Monnier | 2007-06-29 | 1 | -3/+3 |
| * | | Docstring and comment fix. | Stefan Monnier | 2007-06-28 | 1 | -3/+3 |
| * | | Set generated-autoload-file to cl-loaddefs.el. | Stefan Monnier | 2007-06-27 | 1 | -3/+62 |
| |/ |
|
* | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -1/+1 |
|\| |
|
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-12-16 | 1 | -5/+11 |
|\| |
|
| * | (defstruct): Suppress warnings about calls to cl-struct-setf-expander. | Richard M. Stallman | 2006-12-11 | 1 | -4/+9 |
| * | Update copyright years. | Glenn Morris | 2006-12-07 | 1 | -1/+2 |
* | | Merge from emacs--devo--0 | Miles Bader | 2006-10-03 | 1 | -15/+1 |
|\| |
|
| * | (member*): Use memql instead of complex code. | Kim F. Storm | 2006-09-20 | 1 | -15/+1 |
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 | Miles Bader | 2006-02-08 | 1 | -1/+1 |
|\| |
|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97 | Miles Bader | 2006-01-16 | 1 | -1/+6 |
|\| |
|
| * | (defstruct): Don't define the default constructor if it is overridden. | Stefan Monnier | 2005-11-27 | 1 | -1/+6 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 | Miles Bader | 2005-07-22 | 1 | -1/+2 |
|\| |
|
| * | (cl-make-type-test): Defer evaluation of cl-make-type-test to execution time. | Eli Zaretskii | 2005-07-16 | 1 | -1/+1 |
| * | (cl-make-type-test): Add `atom' type. | Eli Zaretskii | 2005-07-16 | 1 | -0/+1 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 | Miles Bader | 2005-07-07 | 1 | -2/+2 |
|\| |
|
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57 | Miles Bader | 2005-06-06 | 1 | -2/+9 |
|\| |
|
| * | (defsetf): Improve argument/docstring consistency. | Juanma Barranquero | 2005-06-01 | 1 | -2/+9 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55 | Miles Bader | 2005-05-26 | 1 | -16/+22 |
|\| |
|
| * | (function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*, | Juanma Barranquero | 2005-05-22 | 1 | -16/+22 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53 | Miles Bader | 2005-05-20 | 1 | -2/+2 |
|\| |
|
| * | (macrolet, symbol-macrolet): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -2/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51 | Miles Bader | 2005-05-12 | 1 | -1/+2 |
|\| |
|
| * | (cl-transform-lambda): Recognize `declare' as well as `interactive', | Eli Zaretskii | 2005-05-07 | 1 | -1/+2 |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31 | Miles Bader | 2005-03-31 | 1 | -2/+2 |
|\| |
|
| * | * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. | Werner LEMBERG | 2005-03-25 | 1 | -2/+2 |
* | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 | Miles Bader | 2004-12-08 | 1 | -2/+8 |
|\| |
|
| * | (cl-parse-loop-clause, labels): Use gensym | Stefan Monnier | 2004-11-27 | 1 | -2/+8 |