| Commit message (Expand) | Author | Age | Files | Lines |
* | cl-reduce doc string improvement | Colin Woodbury | 2022-08-18 | 1 | -0/+4 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Don't quote lambdas in emacs-lisp/*.el | Stefan Kangas | 2020-11-16 | 1 | -7/+6 |
* | Make more load-hooks obsolete (Bug#21563) | Stefan Kangas | 2020-10-20 | 1 | -0/+2 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Improve recent doc fix for cl-reduce | Basil L. Contovounesios | 2019-10-07 | 1 | -8/+10 |
* | cl-reduce doc fix | Lars Ingebrigtsen | 2019-10-07 | 1 | -0/+5 |
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete | Stefan Monnier | 2019-06-21 | 1 | -1/+0 |
* | Tune cl-assoc | Paul Eggert | 2019-06-01 | 1 | -1/+1 |
* | Fix `cl-member' and `cl-assoc' for bignums | Mattias EngdegÄrd | 2019-06-01 | 1 | -4/+2 |
* | * lisp/emacs-lisp/cl-lib.el (cl-endp): Move to cl-seq.el | Stefan Monnier | 2019-02-18 | 1 | -0/+7 |
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | cl-seq: Remove max limit on input sequence length | Tino Calancha | 2016-10-20 | 1 | -31/+39 |
* | | cl-fill: Rename arguments to cl-seq and cl-item | Tino Calancha | 2016-08-13 | 1 | -9/+9 |
* | | cl-delete-duplicates: Parse :if to have cl-if bound | Tino Calancha | 2016-08-10 | 1 | -1/+2 |
* | | cl-delete-duplicates: do not parse :if keyword | Tino Calancha | 2016-08-10 | 1 | -1/+1 |
* | | Better documentation for cl-reduce (bug#24014) | Nicolas Petton | 2016-07-18 | 1 | -0/+10 |
|/ |
|
* | (cl-union): Do not ignore :test argument when lists are equal. | Nicolas Richard | 2016-02-23 | 1 | -1/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Rename "search path" to "library roots" | Dmitry Gutov | 2015-11-06 | 1 | -1/+1 |
* | Fix bootstrap (void function cl-member). | Glenn Morris | 2015-05-13 | 1 | -0/+2 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure. | Stefan Monnier | 2014-04-21 | 1 | -3/+3 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * lisp/emacs-lisp/package.el: Include obsolete packages from archives. | Stefan Monnier | 2013-06-25 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Further cleanup of the "cl-" namespace. Fit CL in 80 columns. | Stefan Monnier | 2012-12-06 | 1 | -2/+7 |
|/ |
|
* | * bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days. | Glenn Morris | 2012-09-28 | 1 | -1/+0 |
* | Use lexical-binding for all of CL, and clean up its namespace. | Stefan Monnier | 2012-06-11 | 1 | -139/+132 |
* | Don't autoload functions too eagerly during macroexpansion. | Stefan Monnier | 2012-06-08 | 1 | -0/+4 |
* | * lisp/emacs-lisp/cl-lib.el: Rename from cl.el. | Stefan Monnier | 2012-06-03 | 1 | -106/+106 |
* | Minor renaming of internal CL functions and variables. | Stefan Monnier | 2012-05-17 | 1 | -20/+20 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Merge changes from emacs-23 branch | Chong Yidong | 2011-02-12 | 1 | -8/+8 |
|\ |
|
| * | cl-seq.el doc fixes. | Glenn Morris | 2011-02-09 | 1 | -8/+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 |
* | | Use `declare' in defmacros. | Stefan Monnier | 2010-08-30 | 1 | -7/+5 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | Simply require 'cl (silences spurious warnings). | Glenn Morris | 2008-07-16 | 1 | -7/+3 |