| Commit message (Expand) | Author | Age | Files | Lines |
* | Miscellanous cleanups in preparation for the merge.old-branches/lexbind-new | Stefan Monnier | 2011-04-01 | 1 | -3/+3 |
* | Remove bytecomp- prefix, plus misc changes. | Stefan Monnier | 2011-03-16 | 1 | -3/+3 |
* | Misc fixes, and use lexical-binding in more files. | Stefan Monnier | 2011-03-11 | 1 | -1/+8 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/cl.el: No longer provide cl-19. | Glenn Morris | 2010-10-05 | 1 | -1/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (cl-macro-environment): Don't define it here. | Stefan Monnier | 2009-08-30 | 1 | -1/+1 |
* | (cl-compiling-file): Update for the name-change `outbuffer' to | Glenn Morris | 2009-07-23 | 1 | -4/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (floor*, ceiling*, truncate*, round*, mod*): Declare. | Glenn Morris | 2008-11-19 | 1 | -0/+8 |
* | (cl-do-pop, cl-mapcar-many): Declare for compiler. | Glenn Morris | 2008-07-16 | 1 | -6/+11 |
* | (cl-set-nthcdr): Make it a defsubst so that | Stefan Monnier | 2008-05-12 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | 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 |
* | | Move local variables to end of file, and set byte-compile-warnings to | Glenn Morris | 2007-10-29 | 1 | -1/+6 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | 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): Rework 2006-09-10 change. Use memql | Kim F. Storm | 2006-09-20 | 1 | -3/+1 |
* | (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 |
* | 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 |
* | (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 |
* | *** 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 |
* | (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 |