summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-extra.el
Commit message (Expand)AuthorAgeFilesLines
* Speed up cl-list-lengthPaul Eggert2019-02-181-4/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-201-1/+1
|\|
| * cl-make-random-state was not copying its argPaul Eggert2018-12-191-1/+1
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-3/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-4/+4
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstructStefan Monnier2017-06-301-15/+24
* Make cl-defstruct use records.Lars Brinkhoff2017-04-041-4/+2
* Remove unused vars in cl-extra.el and tramp.el.Stefan Monnier2017-03-181-8/+6
* Improve describe-symbol's layout of slots when describing typesStefan Monnier2017-03-181-1/+50
* Prevent for consing in cl-mapc and cl-maplTino Calancha2017-02-271-12/+26
* Simplify cl-get using `plist-member'Noam Postavsky2017-02-201-20/+8
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | An efficient built-in mapcanMario Lang2016-07-101-1/+3
|/
* Publicize cl--generic-all-functionsDmitry Gutov2016-05-101-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* (/ N) now returns the reciprocal of NPaul Eggert2015-10-201-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-11/+11
* Fix cl-subseq and cl-concatenateNicolas Petton2015-08-241-6/+10
* Make seq.el more extensible by using cl-defmethodNicolas Petton2015-08-231-3/+21
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-231-10/+10
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-1/+1
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-141-10/+10
* Improve error signalling for seq-subseq.Phillip Lord2015-08-071-1/+3
* Substitute some customization etc. doc stringsPaul Eggert2015-08-021-1/+3
* Add online-help support to describe typesStefan Monnier2015-07-071-0/+163
* cl-extra fixes for most-negative-fixnumPaul Eggert2015-06-271-11/+10
* Define cl-concatenate as an alias to seq-concatenateNicolas Petton2015-04-151-6/+2
* Fix seq-subseq and cl-subseq for bad bounding indicesLeo Liu2015-01-181-22/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* New macro macroexp-let2*Leo Liu2014-11-241-9/+8
* Fix bootstrap failure after last change to eval-and-compile.Stefan Monnier2014-11-091-1/+1
* Merge from emacs-24; up to 117634Glenn Morris2014-10-291-0/+1
|\
| * * lisp/emacs-lisp/bytecomp.el: Require cl-extra.Stefan Monnier2014-10-231-0/+1
* | Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-091-0/+7
* | * emacs-lisp/cl-extra.el (cl-parse-integer): Fix last change.Leo Liu2014-09-261-1/+2
* | Add cl-parse-integer based on parse-integerLeo Liu2014-09-261-0/+35
* | lisp/emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.Juanma Barranquero2014-03-201-37/+14
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/emacs-lisp/cl-extra.el (cl-getf): Return the proper value inStefan Monnier2013-05-141-2/+5
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Further cleanup of the "cl-" namespace. Fit CL in 80 columns.Stefan Monnier2012-12-061-4/+5
* | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-101-2/+5
|\|
| * Misc small cl doc fixesGlenn Morris2012-11-051-2/+5