| Commit message (Expand) | Author | Age | Files | Lines |
* | 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--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | 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 |
|/ |
|
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (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 |
* | (member*): Use memql instead of complex code. | Kim F. Storm | 2006-09-20 | 1 | -15/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (defstruct): Don't define the default constructor if it is overridden. | Stefan Monnier | 2005-11-27 | 1 | -1/+6 |
* | (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 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (defsetf): Improve argument/docstring consistency. | Juanma Barranquero | 2005-06-01 | 1 | -2/+9 |
* | (function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*, | Juanma Barranquero | 2005-05-22 | 1 | -16/+22 |
* | (macrolet, symbol-macrolet): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -2/+2 |
* | (cl-transform-lambda): Recognize `declare' as well as `interactive', | Eli Zaretskii | 2005-05-07 | 1 | -1/+2 |
* | * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. | Werner LEMBERG | 2005-03-25 | 1 | -2/+2 |
* | (cl-parse-loop-clause, labels): Use gensym | Stefan Monnier | 2004-11-27 | 1 | -2/+8 |
* | Use make-symbol rather than gensym. | Stefan Monnier | 2004-11-16 | 1 | -225/+219 |
* | (do, do*): Put usage info in a format usable by `describe-function'. | Juanma Barranquero | 2004-05-08 | 1 | -13/+15 |
* | (defstruct): Remove extra format string | Andreas Schwab | 2004-02-08 | 1 | -5/+3 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (cl-transform-lambda): Strip &cl-defs | Stefan Monnier | 2003-07-05 | 1 | -2/+7 |
* | (cl-parse-loop-clause): Use map-keymap. | Stefan Monnier | 2003-06-16 | 1 | -2/+4 |
* | (case, typecase): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -2/+2 |
* | (process-get): Add setf method. | Stefan Monnier | 2003-02-10 | 1 | -0/+1 |
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
* | Add local variable list to turn off cl-function warnings. | Richard M. Stallman | 2002-12-07 | 1 | -0/+4 |
* | Move `predicates for analyzing Lisp | Dave Love | 2002-11-27 | 1 | -86/+84 |
* | Use the new usage-in-docstring syntax. | Stefan Monnier | 2002-09-27 | 1 | -244/+291 |
* | Doc fix. | Pavel JanÃk | 2001-12-20 | 1 | -1/+1 |
* | (cl-make-type-test): Fix paren typo. | Stefan Monnier | 2001-11-30 | 1 | -1/+1 |
* | (shiftf): Fix more. Simplify. | Stefan Monnier | 2001-11-30 | 1 | -17/+8 |
* | (shiftf): Fix the fast case so | Stefan Monnier | 2001-11-30 | 1 | -16/+19 |
* | (define-setf-expander): Make it an | Gerd Moellmann | 2001-10-05 | 1 | -0/+1 |
* | (frame-parameter): Add a setf method. | Gerd Moellmann | 2001-10-05 | 1 | -2/+2 |
* | (cl-do-arglist): Revert change of | Gerd Moellmann | 2001-07-02 | 1 | -8/+7 |
* | (cl-do-arglist): Use plist-get and plist-member instead of memq. | Stefan Monnier | 2000-10-15 | 1 | -7/+8 |
* | Doc fixes; mainly avoid duplicating arg | Dave Love | 2000-05-05 | 1 | -39/+39 |
* | (cl-do-arglist): Don't add (setq :<key> ':<key>). | Stefan Monnier | 2000-03-17 | 1 | -8/+1 |
* | (caar, cadr, cdar, cddr): Add defsetfs. | Gerd Moellmann | 2000-02-18 | 1 | -0/+4 |
* | Don't bother testing for defalias. Don't set up `caar' &c that we now | Dave Love | 2000-02-10 | 1 | -2/+0 |
* | Revert last change. | Dave Love | 2000-01-30 | 1 | -0/+26 |
* | Remove dotimes, dolist. | Dave Love | 2000-01-28 | 1 | -26/+0 |
* | (cl-parse-loop-clause): Recognize | Gerd Moellmann | 2000-01-28 | 1 | -1/+1 |
* | Undo previous change. | Richard M. Stallman | 2000-01-21 | 1 | -0/+26 |