summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (cl-cannot-unload): Remove function.Juanma Barranquero2007-10-311-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 toGlenn Morris2007-10-291-1/+6
| | | | | | | | `(not cl-functions)'.
* | Merge from emacs--rel--22Miles Bader2007-07-261-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 Morris2007-07-251-1/+1
| |
* | Load cl-loaddefs.el quietly.Stefan Monnier2007-07-101-1/+1
| |
* | Set edebug and indentation before loadingStefan Monnier2007-06-281-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 Monnier2007-06-271-83/+35
|/
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-071-1/+1
|
* (pushnew-internal): Remove defvar.Kim F. Storm2006-10-031-3/+2
| | | | (pushnew): Fix last change.
* (pushnew): Rework 2006-09-10 change. Use memqlKim F. Storm2006-09-201-3/+1
| | | | instead of add-to-list in the simple case.
* (pushnew): Add missing `,'.Reiner Steib2006-09-111-1/+1
|
* (pushnew): Use add-to-list when convenient.Richard M. Stallman2006-09-101-1/+8
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* (toplevel): Remove definition of `cl-assertion-failed' condition --John Paul Wallington2006-01-301-3/+0
| | | | it's defined in subr.el instead.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (acons, pairlis): Add docstring.Juanma Barranquero2005-05-231-2/+11
|
* (eql): Remove. It's a builtin already.Stefan Monnier2005-05-221-11/+1
|
* (pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,Juanma Barranquero2005-05-221-19/+25
| | | | list*, copy-list, adjoin, subst): Improve argument/docstring consistency.
* (eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes.Juanma Barranquero2005-05-171-7/+7
|
* (cl-unload-hook): Don't defvar it, just set it.Richard M. Stallman2004-10-161-2/+1
|
* (cl-cannot-unload): New function.Richard M. Stallman2004-01-161-0/+4
| | | | (cl-unload-hook): Defvar this to run cl-cannot-unload.
* *** empty log message ***Luc Teirlinck2004-01-161-1/+1
|
* Add `fmakunbound' for `declare'.Luc Teirlinck2004-01-161-0/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (multiple-value-call): Add docstring.Stefan Monnier2002-11-191-1/+3
|
* (cl-set-substring): Fix thinko.Stefan Monnier2002-07-131-3/+3
| | | | (cl-hack-byte-compiler): Avoid infinite require loop.
* (multiple-value-call): Add alias.Richard M. Stallman2002-07-121-0/+2
|
* (values): Simplify definition.Richard M. Stallman2002-06-261-1/+1
|
* (copy-list): Moved back from subr.el.Richard M. Stallman2002-06-101-0/+9
|
* (copy-list): Moved to subr.el.Colin Walters2002-06-081-9/+0
|
* (svref): New alias.Stefan Monnier2001-12-021-0/+1
|
* (values, values-list, multiple-value-list, multiple-value-apply, nth-value):Richard M. Stallman2001-11-161-5/+31
| | | | Use defsubst rather than defalias, to get better doc strings.
* (most-positive-fixnum, most-negative-fixnum):Gerd Moellmann2001-10-061-4/+0
| | | | Remove.
* (dotimes, dolist): Undef prior to autoloadingDave Love2001-03-051-0/+3
| | | | new defs.
* (butlast, nbutlast): Moved to subr.el.Kenichi Handa2000-12-281-14/+0
|
* (third...tenth): Really undo change of 2000-08-05.Stefan Monnier2000-11-301-16/+16
|
* (cl-macroexpand): Doc fix.Gerd Moellmann2000-08-211-1/+1
|
* (third...tenth): Undo change of 2000-08-05.Gerd Moellmann2000-08-061-12/+9
| | | | (second): Make it an alias for `cadr'.
* (first, ..., tenth): Make them macros.Gerd Moellmann2000-08-051-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 argDave Love2000-05-051-4/+4
| | | | list in doc string. Don't quote keyword symbols.
* Remove expt, delete, rassoc from autoloadsDave Love2000-03-071-3/+3
| | | | lists.
* Use bytecomp-load-hook, not emacs-lisp-mode-hook.Dave Love2000-02-021-8/+1
| | | | Don't check for defalias being defined.
* Replace autoloads for dolist, dotimes.Dave Love2000-01-301-1/+1
|
* Remove stuff for dotimes, dolist, push, pop.Dave Love2000-01-281-8/+2
| | | | | Don't use lisp-indent-hook property. (cl-abs): Remove.
* Remove Emacs 18 compatibility code. Prepend `cl-' to autoload namesDave Love1999-12-181-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 Heuer1999-05-291-0/+1
|