index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
cl-extra.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Audit some plist uses with new predicate argument
Basil L. Contovounesios
2022-10-22
1
-2
/
+2
*
New function substitute-quotes
Stefan Kangas
2022-09-10
1
-5
/
+5
*
string-equal-ignore-case: new function
Sam Steingold
2022-07-26
1
-2
/
+1
*
Add a comment about cl-concatenate
Lars Ingebrigtsen
2022-04-13
1
-0
/
+3
*
Revert "Make cl-concatenate an alias of seq-concatenate"
Lars Ingebrigtsen
2022-04-13
1
-2
/
+3
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-1
/
+1
*
Doc fix; cl-random is only pseudo-random
Stefan Kangas
2021-09-25
1
-1
/
+1
*
* lisp/emacs-lisp/cl-preloaded.el: Fix the format of props in slot-descs
Stefan Monnier
2021-06-24
1
-8
/
+2
*
Attempt to make defclass documentation more legible
Lars Ingebrigtsen
2021-06-24
1
-4
/
+7
*
Fix printing of defclass documentation slots again
Lars Ingebrigtsen
2021-06-24
1
-2
/
+8
*
Fix misuses of `byte-compile-macro-environment`
Stefan Monnier
2021-03-01
1
-12
/
+11
*
cl-extra: Fix docstring retrieval
Julian Scheid
2021-02-22
1
-2
/
+2
*
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
-15
/
+14
*
Doc string clarification for cl-some
Lars Ingebrigtsen
2020-11-01
1
-2
/
+5
*
Make more load-hooks obsolete (Bug#21563)
Stefan Kangas
2020-10-20
1
-0
/
+2
*
Make cl-concatenate an alias of seq-concatenate
Noam Postavsky
2020-03-23
1
-3
/
+2
*
Merge from origin/emacs-27
Glenn Morris
2020-03-23
1
-1
/
+1
|
\
|
*
Fix cl-concatenate (Bug#40180)
Noam Postavsky
2020-03-22
1
-1
/
+1
*
|
Make cl-equalp a bit more efficient at comparing strings
Noam Postavsky
2020-03-12
1
-2
/
+1
|
/
*
Eliminate use of cl-concatenate in 'seq' package
Andrew Eggenberger
2020-03-07
1
-5
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Avoid unbounded growth of cl-random-state components (bug#38753)
Mattias EngdegÄrd
2019-12-29
1
-1
/
+1
*
Fix cl-prettyexpand in the non-FULL case
Lars Ingebrigtsen
2019-11-18
1
-9
/
+7
*
* lisp/emacs-lisp/seq.el: Don't require cl-lib.
Stefan Monnier
2019-10-27
1
-20
/
+2
*
Support bool-vectors in cl-extra.el
Philippe Schnoebelen
2019-08-10
1
-0
/
+2
*
New function time-convert
Paul Eggert
2019-08-05
1
-1
/
+1
*
* lisp/emacs-lisp/cl-extra.el (cl-isqrt): Speed up bignum case
Stefan Monnier
2019-06-25
1
-3
/
+2
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-1
/
+0
*
Speed up cl-list-length
Paul Eggert
2019-02-18
1
-4
/
+4
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-12-20
1
-1
/
+1
|
\
|
|
*
cl-make-random-state was not copying its arg
Paul Eggert
2018-12-19
1
-1
/
+1
*
|
Minor fixes/simplifications to time functions
Paul Eggert
2018-12-19
1
-3
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-4
/
+4
*
|
Audit use of lsh and fix glitches
Paul Eggert
2018-08-21
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
*
* lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstruct
Stefan Monnier
2017-06-30
1
-15
/
+24
*
Make cl-defstruct use records.
Lars Brinkhoff
2017-04-04
1
-4
/
+2
*
Remove unused vars in cl-extra.el and tramp.el.
Stefan Monnier
2017-03-18
1
-8
/
+6
*
Improve describe-symbol's layout of slots when describing types
Stefan Monnier
2017-03-18
1
-1
/
+50
*
Prevent for consing in cl-mapc and cl-mapl
Tino Calancha
2017-02-27
1
-12
/
+26
*
Simplify cl-get using `plist-member'
Noam Postavsky
2017-02-20
1
-20
/
+8
*
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
*
|
An efficient built-in mapcan
Mario Lang
2016-07-10
1
-1
/
+3
|
/
*
Publicize cl--generic-all-functions
Dmitry Gutov
2016-05-10
1
-1
/
+1
[next]