aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl.el
Commit message (Expand)AuthorAgeFilesLines
...
* (cl-macro-environment): Don't define it here.Stefan Monnier2009-08-301-1/+1
* (cl-compiling-file): Update for the name-change `outbuffer' toGlenn Morris2009-07-231-4/+5
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (floor*, ceiling*, truncate*, round*, mod*): Declare.Glenn Morris2008-11-191-0/+8
* (cl-do-pop, cl-mapcar-many): Declare for compiler.Glenn Morris2008-07-161-6/+11
* (cl-set-nthcdr): Make it a defsubst so thatStefan Monnier2008-05-121-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (cl-cannot-unload): Remove function.Juanma Barranquero2007-10-311-3/+5
* | Move local variables to end of file, and set byte-compile-warnings toGlenn Morris2007-10-291-1/+6
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * 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
* | 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): Rework 2006-09-10 change. Use memqlKim F. Storm2006-09-201-3/+1
* (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
* 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
* (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
* *** 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
* (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
* (most-positive-fixnum, most-negative-fixnum):Gerd Moellmann2001-10-061-4/+0
* (dotimes, dolist): Undef prior to autoloadingDave Love2001-03-051-0/+3
* (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
* (first, ..., tenth): Make them macros.Gerd Moellmann2000-08-051-23/+27