| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (dolist, dotimes): Moved to subr.el. | Richard M. Stallman | 2000-01-21 | 1 | -26/+0 |
* | Remove conditional definition of eval-when-compile. Don't specify abs, | Dave Love | 1999-12-18 | 1 | -33/+6 |
* | (buffer-modified-p): Make defsetf handle buffer argument. | Richard M. Stallman | 1998-06-23 | 1 | -1/+3 |
* | (cl-do-arglist): Undo previous change. | Richard M. Stallman | 1998-04-20 | 1 | -1/+8 |
* | (cl-do-arglist): Intern initializes the | Karl Heuer | 1998-04-12 | 1 | -5/+1 |
* | (defsetf match-data): store-match-data => set-match-data. | Richard M. Stallman | 1998-03-14 | 1 | -1/+1 |
* | (define-compiler-macro): Handle empty arglist. | Richard M. Stallman | 1998-01-22 | 1 | -2/+2 |
* | (cl-loop-let): Use `last', not `last*' | Richard M. Stallman | 1997-09-13 | 1 | -1/+1 |
* | (cl-loop-let): Use last*. | Richard M. Stallman | 1997-08-24 | 1 | -1/+1 |
* | (lexical-let): Fixed a bug involving nested | Karl Heuer | 1996-10-24 | 1 | -0/+1 |
* | Turn on byte-compile-dynamic. | Richard M. Stallman | 1996-09-01 | 1 | -1/+1 |
* | (defstruct): Treat multi-nested :include properly. | Richard M. Stallman | 1996-04-16 | 1 | -7/+29 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
* | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
* | (get-setf-method): Protect caller's match-data from string-match. | Erik Naggum | 1995-09-22 | 1 | -1/+2 |
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
* | Comment change. | Richard M. Stallman | 1994-06-17 | 1 | -2/+2 |
* | entered into RCS | Richard M. Stallman | 1993-07-30 | 1 | -0/+2610 |