Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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 |
| | | | | | multiple-value-bind, multiple-value-setq, shiftf): Improve argument/docstring consistency. | ||||
* | (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 |
| | | | | so that defmacro* would recognize `declare' forms. | ||||
* | * 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 |
| | | | | | rather than make-symbol for symbols which are used in a symbol-macrolet or equivalent. | ||||
* | Use make-symbol rather than gensym. | Stefan Monnier | 2004-11-16 | 1 | -225/+219 |
| | | | | (loop, cl-parse-loop-clause, defsetf): Use backquote. | ||||
* | (do, do*): Put usage info in a format usable by `describe-function'. | Juanma Barranquero | 2004-05-08 | 1 | -13/+15 |
| | | | | | (gensym, gentemp, typep, ignore-errors): Make argument names match their use in docstring. | ||||
* | (defstruct): Remove extra format string | Andreas Schwab | 2004-02-08 | 1 | -5/+3 |
| | | | | | argument. (cl-struct-setf-expander): Likewise. | ||||
* | 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 |
| | | | | thingies from constructors created by defstruct. | ||||
* | (cl-parse-loop-clause): Use map-keymap. | Stefan Monnier | 2003-06-16 | 1 | -2/+4 |
| | | | | (defsubst*): Don't put a `cl-whole argument if it's not used. | ||||
* | (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 |
| | | | | | | forms' block to top (before uses). (help-fns): Don't require at top level. (Recursively.) (cl-transform-lambda): Require help-fns. | ||||
* | Use the new usage-in-docstring syntax. | Stefan Monnier | 2002-09-27 | 1 | -244/+291 |
| | | | | | (cl-push, cl-pop): Remove. Use pop and push throughout the file instead. (cl-transform-lambda): Add usage info to docstring if the arglist is complex. | ||||
* | 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 |
| | | | | | (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2). (cl-make-type-test): Use char-valid-p for `character'. | ||||
* | (define-setf-expander): Make it an | Gerd Moellmann | 2001-10-05 | 1 | -0/+1 |
| | | | | alias for define-setf-method. | ||||
* | (frame-parameter): Add a setf method. | Gerd Moellmann | 2001-10-05 | 1 | -2/+2 |
| | | | | (ignore-errors): Don't bother using a `err' symbol. | ||||
* | (cl-do-arglist): Revert change of | Gerd Moellmann | 2001-07-02 | 1 | -8/+7 |
| | | | | 2000-10-15. | ||||
* | (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 |
| | | | | list in doc string. Don't quote keyword symbols. | ||||
* | (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 |
| | | | | have. | ||||
* | 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 |
| | | | | `collecting' as synonym for `collect'. | ||||
* | 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 |
| | | | | | | | expt, gethash, hash-table-count, hash-table-p as side-effect-free here. (cl-emacs-type): Don't declare. (cl-compile-time-init): Remove Emacs 18 compiler patch. (cl-parse-loop-clause): Remove compatibility code. | ||||
* | (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 |
| | | | | value of keyword symbols, so don't do it again. | ||||
* | (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 |
| | | | | lexical contexts and macros. | ||||
* | 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 |
| | | | | | (flet): Warn when flet rebinds a macro name. (labels): Rewrite to be fully CL-compliant. | ||||
* | 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 |
| |