Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (cl-cannot-unload): Remove function. | Juanma Barranquero | 2007-10-31 | 1 | -3/+5 |
| | | | | | | | | | | | | (cl-unload-hook): Remove variable. (cl-unload-function): New-style unload function, adapted from `cl-cannot-unload'. | ||||
* | | Move local variables to end of file, and set byte-compile-warnings to | Glenn Morris | 2007-10-29 | 1 | -1/+6 |
| | | | | | | | | `(not cl-functions)'. | ||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828 | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
* | | Load cl-loaddefs.el quietly. | Stefan Monnier | 2007-07-10 | 1 | -1/+1 |
| | | |||||
* | | Set edebug and indentation before loading | Stefan Monnier | 2007-06-28 | 1 | -25/+25 |
| | | | | | | | | cl-loaddefs.el so that its use of dolist doesn't load cl-macs. | ||||
* | | Use cl-loaddefs.el rather than manual autoloads. | Stefan Monnier | 2007-06-27 | 1 | -83/+35 |
|/ | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | (pushnew-internal): Remove defvar. | Kim F. Storm | 2006-10-03 | 1 | -3/+2 |
| | | | | (pushnew): Fix last change. | ||||
* | (pushnew): Rework 2006-09-10 change. Use memql | Kim F. Storm | 2006-09-20 | 1 | -3/+1 |
| | | | | instead of add-to-list in the simple case. | ||||
* | (pushnew): Add missing `,'. | Reiner Steib | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | (pushnew): Use add-to-list when convenient. | Richard M. Stallman | 2006-09-10 | 1 | -1/+8 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | |||||
* | (toplevel): Remove definition of `cl-assertion-failed' condition -- | John Paul Wallington | 2006-01-30 | 1 | -3/+0 |
| | | | | it's defined in subr.el instead. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (acons, pairlis): Add docstring. | Juanma Barranquero | 2005-05-23 | 1 | -2/+11 |
| | |||||
* | (eql): Remove. It's a builtin already. | Stefan Monnier | 2005-05-22 | 1 | -11/+1 |
| | |||||
* | (pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*, | Juanma Barranquero | 2005-05-22 | 1 | -19/+25 |
| | | | | list*, copy-list, adjoin, subst): Improve argument/docstring consistency. | ||||
* | (eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -7/+7 |
| | |||||
* | (cl-unload-hook): Don't defvar it, just set it. | Richard M. Stallman | 2004-10-16 | 1 | -2/+1 |
| | |||||
* | (cl-cannot-unload): New function. | Richard M. Stallman | 2004-01-16 | 1 | -0/+4 |
| | | | | (cl-unload-hook): Defvar this to run cl-cannot-unload. | ||||
* | *** empty log message *** | Luc Teirlinck | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | Add `fmakunbound' for `declare'. | Luc Teirlinck | 2004-01-16 | 1 | -0/+1 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (multiple-value-call): Add docstring. | Stefan Monnier | 2002-11-19 | 1 | -1/+3 |
| | |||||
* | (cl-set-substring): Fix thinko. | Stefan Monnier | 2002-07-13 | 1 | -3/+3 |
| | | | | (cl-hack-byte-compiler): Avoid infinite require loop. | ||||
* | (multiple-value-call): Add alias. | Richard M. Stallman | 2002-07-12 | 1 | -0/+2 |
| | |||||
* | (values): Simplify definition. | Richard M. Stallman | 2002-06-26 | 1 | -1/+1 |
| | |||||
* | (copy-list): Moved back from subr.el. | Richard M. Stallman | 2002-06-10 | 1 | -0/+9 |
| | |||||
* | (copy-list): Moved to subr.el. | Colin Walters | 2002-06-08 | 1 | -9/+0 |
| | |||||
* | (svref): New alias. | Stefan Monnier | 2001-12-02 | 1 | -0/+1 |
| | |||||
* | (values, values-list, multiple-value-list, multiple-value-apply, nth-value): | Richard M. Stallman | 2001-11-16 | 1 | -5/+31 |
| | | | | Use defsubst rather than defalias, to get better doc strings. | ||||
* | (most-positive-fixnum, most-negative-fixnum): | Gerd Moellmann | 2001-10-06 | 1 | -4/+0 |
| | | | | Remove. | ||||
* | (dotimes, dolist): Undef prior to autoloading | Dave Love | 2001-03-05 | 1 | -0/+3 |
| | | | | new defs. | ||||
* | (butlast, nbutlast): Moved to subr.el. | Kenichi Handa | 2000-12-28 | 1 | -14/+0 |
| | |||||
* | (third...tenth): Really undo change of 2000-08-05. | Stefan Monnier | 2000-11-30 | 1 | -16/+16 |
| | |||||
* | (cl-macroexpand): Doc fix. | Gerd Moellmann | 2000-08-21 | 1 | -1/+1 |
| | |||||
* | (third...tenth): Undo change of 2000-08-05. | Gerd Moellmann | 2000-08-06 | 1 | -12/+9 |
| | | | | (second): Make it an alias for `cadr'. | ||||
* | (first, ..., tenth): Make them macros. | Gerd Moellmann | 2000-08-05 | 1 | -23/+27 |
| | | | | | | (toplevel): Remove `remq' and `remove' from autoloads. (cl-fake-autoloads): New variable. If set, arrange for an error when CL functions etc. are autoloaded. | ||||
* | Doc fixes; mainly avoid duplicating arg | Dave Love | 2000-05-05 | 1 | -4/+4 |
| | | | | list in doc string. Don't quote keyword symbols. | ||||
* | Remove expt, delete, rassoc from autoloads | Dave Love | 2000-03-07 | 1 | -3/+3 |
| | | | | lists. | ||||
* | Use bytecomp-load-hook, not emacs-lisp-mode-hook. | Dave Love | 2000-02-02 | 1 | -8/+1 |
| | | | | Don't check for defalias being defined. | ||||
* | Replace autoloads for dolist, dotimes. | Dave Love | 2000-01-30 | 1 | -1/+1 |
| | |||||
* | Remove stuff for dotimes, dolist, push, pop. | Dave Love | 2000-01-28 | 1 | -8/+2 |
| | | | | | Don't use lisp-indent-hook property. (cl-abs): Remove. | ||||
* | Remove Emacs 18 compatibility code. Prepend `cl-' to autoload names | Dave Love | 1999-12-18 | 1 | -32/+5 |
| | | | | | | | for some hash functions. Don't autoload eval-when-compile. Don't provide mini-cl. (cl-emacs-type): Remove. (cl-map-extents): Remove compatibility code. | ||||
* | (custom-print-functions): Add autoload cookie. | Karl Heuer | 1999-05-29 | 1 | -0/+1 |
| |