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
*
Use Emacs Lisp xref backend in Lisp Help buffers
Dmitry Gutov
2024-10-03
1
-0
/
+3
*
(cl--describe-class-slots): Avoid cryptic `t` type
Stefan Monnier
2024-04-09
1
-5
/
+7
*
(cl--describe-class): Improve based on dicussion in bug#70077
Stefan Monnier
2024-04-08
1
-5
/
+16
*
(help-fns-function-description-header): Print functions' type
Stefan Monnier
2024-03-22
1
-8
/
+3
*
(describe-symbol-backends): Fix addition of the "type" backend
Stefan Monnier
2024-03-21
1
-7
/
+0
*
cl-preloaded.el (built-in-class): New type
Stefan Monnier
2024-03-08
1
-22
/
+34
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-11-18
1
-2
/
+9
|
\
|
|
*
Add two doc strings to cl-extra.el
Jeremy Bryant
2023-11-12
1
-2
/
+9
*
|
* lisp/emacs-lisp/cl-extra.el (cl-remprop): Update names to match docstring
Jeremy Bryant
2023-11-05
1
-7
/
+6
*
|
lisp/emacs-lisp/comp-cstr.el: Fix bootstrap
Stefan Monnier
2023-10-31
1
-1
/
+1
*
|
Adjust side-effect-free declarations
Mattias Engdegård
2023-04-09
1
-0
/
+1
*
|
* lisp/emacs-lisp/cl-extra.el (cl-parse-integer): side-effect-free.
Mattias Engdegård
2023-04-09
1
-0
/
+1
|
/
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-12-13
1
-1
/
+1
*
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
|
\
|
[next]