summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl.el
AgeCommit message (Expand)Author
2011-04-01Miscellanous cleanups in preparation for the merge.Stefan Monnier
2011-03-16Remove bytecomp- prefix, plus misc changes.Stefan Monnier
2011-03-11Misc fixes, and use lexical-binding in more files.Stefan Monnier
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-05* lisp/emacs-lisp/cl.el: No longer provide cl-19.Glenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-08-30(cl-macro-environment): Don't define it here.Stefan Monnier
2009-07-23(cl-compiling-file): Update for the name-change `outbuffer' toGlenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-11-19(floor*, ceiling*, truncate*, round*, mod*): Declare.Glenn Morris
2008-07-16(cl-do-pop, cl-mapcar-many): Declare for compiler.Glenn Morris
2008-05-12(cl-set-nthcdr): Make it a defsubst so thatStefan Monnier
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-10-31(cl-cannot-unload): Remove function.Juanma Barranquero
2007-10-29Move local variables to end of file, and set byte-compile-warnings toGlenn Morris
2007-07-26Merge from emacs--rel--22Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-07-10Load cl-loaddefs.el quietly.Stefan Monnier
2007-06-28Set edebug and indentation before loadingStefan Monnier
2007-06-27Use cl-loaddefs.el rather than manual autoloads.Stefan Monnier
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-07Update copyright years.Glenn Morris
2006-10-03(pushnew-internal): Remove defvar.Kim F. Storm
2006-09-20(pushnew): Rework 2006-09-10 change. Use memqlKim F. Storm
2006-09-11(pushnew): Add missing `,'.Reiner Steib
2006-09-10(pushnew): Use add-to-list when convenient.Richard M. Stallman
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-30(toplevel): Remove definition of `cl-assertion-failed' condition --John Paul Wallington
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-05-23(acons, pairlis): Add docstring.Juanma Barranquero
2005-05-22(eql): Remove. It's a builtin already.Stefan Monnier
2005-05-22(pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,Juanma Barranquero
2005-05-17(eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes.Juanma Barranquero
2004-10-16(cl-unload-hook): Don't defvar it, just set it.Richard M. Stallman
2004-01-16(cl-cannot-unload): New function.Richard M. Stallman
2004-01-16*** empty log message ***Luc Teirlinck
2004-01-16Add `fmakunbound' for `declare'.Luc Teirlinck
2003-09-01Add arch taglinesMiles Bader
2002-11-19(multiple-value-call): Add docstring.Stefan Monnier
2002-07-13(cl-set-substring): Fix thinko.Stefan Monnier
2002-07-12(multiple-value-call): Add alias.Richard M. Stallman
2002-06-26(values): Simplify definition.Richard M. Stallman
2002-06-10(copy-list): Moved back from subr.el.Richard M. Stallman
2002-06-08(copy-list): Moved to subr.el.Colin Walters