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-macs.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't quote lambdas in several places
Stefan Kangas
2020-10-01
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test
Stefan Monnier
2020-09-29
1
-0
/
+1
*
Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)
Philipp Stephani
2020-08-02
1
-1
/
+6
*
* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add `keyword`
Stefan Monnier
2020-07-06
1
-10
/
+16
*
Slightly improve commit 73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3.
Philipp Stephani
2020-06-10
1
-4
/
+4
*
Allow destructuring in &aux sections when using edebug (Bug#40431)
Philipp Stephani
2020-06-10
1
-4
/
+4
*
Don't increment array index in cl-loop twice (Bug#40727)
Noam Postavsky
2020-05-07
1
-1
/
+2
*
Revert "cl-loop: Calculate the array length just once"
Noam Postavsky
2020-05-07
1
-10
/
+4
*
Merge from origin/emacs-27
Glenn Morris
2020-04-20
1
-4
/
+4
|
\
|
*
; Fix some typos and doc issues (bug#40695)
Štěpán Němec
2020-04-18
1
-4
/
+4
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-13
1
-1
/
+1
|
\
|
|
*
Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)
Philipp Stephani
2020-04-12
1
-1
/
+1
*
|
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Avoid known cl-defsubst breakage
Stefan Monnier
2020-04-05
1
-3
/
+15
*
|
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Declare the type immediately
Stefan Monnier
2020-03-27
1
-1
/
+4
*
|
* lisp/emacs-lisp/cl-macs.el: More care with `eval` and with `cl-typep`
Stefan Monnier
2020-03-10
1
-20
/
+37
*
|
* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Simplify result
Stefan Monnier
2020-03-10
1
-16
/
+6
*
|
Eval macro arg just once
Tino Calancha
2020-02-05
1
-3
/
+4
*
|
Generate fewer useless conditionals in cl-loop
Mattias Engdegård
2020-01-04
1
-1
/
+4
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Trivial docstring fixes
Juanma Barranquero
2019-12-24
1
-1
/
+1
*
Refix conditional step clauses in cl-loop
dickmao
2019-11-22
1
-59
/
+37
*
Extend debug spec of cl-flet (Bug#34481)
Michael Heerdegen
2019-10-17
1
-1
/
+3
*
Make the cl-letf doc string link to the manual
Lars Ingebrigtsen
2019-10-12
1
-0
/
+2
*
Merge commit '74e9799bd89484b8d15bdd6597c68fc00d07e7f7'
Stephen Leake
2019-09-10
1
-14
/
+24
|
\
|
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Define setter functions.
Stefan Monnier
2019-09-08
1
-14
/
+24
*
|
Support `cl-defstruct' in autoloads
Stephen Leake
2019-09-10
1
-0
/
+1
|
/
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Add slot option :documentation
Stefan Monnier
2019-07-29
1
-6
/
+11
*
Make cl-destructuring-bind errors a bit more understandable
Lars Ingebrigtsen
2019-07-25
1
-2
/
+5
*
Fix cl-defstruct doc string fix
Lars Ingebrigtsen
2019-07-13
1
-2
/
+0
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typo
Phil Sainty
2019-07-13
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Adapt docstring.
Michael Albinus
2019-07-13
1
-3
/
+5
*
Document fix for cl-defstruct
Lars Ingebrigtsen
2019-07-13
1
-1
/
+3
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-1
/
+0
*
* lisp/emacs-lisp/cl-macs.el (cl-callf): Tweak in docstring
Michael Heerdegen
2019-05-24
1
-2
/
+3
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix docstring of accessors.
Stefan Monnier
2019-05-16
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) <setq>: Rewrite
Stefan Monnier
2019-05-16
1
-9
/
+19
*
* lisp/emacs-lisp/cl-macs.el: Don't always inline struct functions
Stefan Monnier
2019-04-02
1
-4
/
+11
*
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
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-4
/
+4
*
|
Merge from origin/emacs-26
Glenn Morris
2018-10-03
1
-2
/
+37
|
\
|
|
*
Improve cl-do, cl-do* docstrings
Tino Calancha
2018-09-29
1
-2
/
+37
*
|
Fix Edebug spec for cl-macrolet (bug#29919)
Gemini Lasswell
2018-08-01
1
-4
/
+1
*
|
Add predicate proper-list-p
Basil L. Contovounesios
2018-07-09
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-23
1
-5
/
+12
|
\
|
|
*
Fix #'fun handling inside `labels' (Bug#31792)
Noam Postavsky
2018-06-19
1
-5
/
+12
*
|
Merge from origin/emacs-26
Michael Albinus
2018-05-29
1
-4
/
+4
|
\
|
|
*
Use EXPVAL in docstrings of patterns defined using pcase-defmacro
Thien-Thi Nguyen
2018-05-27
1
-4
/
+4
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-10
1
-7
/
+9
|
\
|
|
*
Clarify that nil doesn't match itself as a cl-case clause (Bug#30749)
Noam Postavsky
2018-03-10
1
-7
/
+9
[next]