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
*
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-02-17
1
-90
/
+111
|
\
|
*
* Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`
Stefan Monnier
2021-02-14
1
-2
/
+22
|
*
* lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New method
Stefan Monnier
2021-02-13
1
-4
/
+5
|
*
Edebug: Overload `edebug-form-spec` even less
Stefan Monnier
2021-02-12
1
-85
/
+85
|
*
* lisp/emacs-lisp/cl-macs.el (cl-flet): Fix edebug spec
Stefan Monnier
2021-02-12
1
-1
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-01-16
1
-9
/
+114
|
\
|
|
*
* lisp/emacs-lisp/cl-macs.el (cl--self-tco): Fix build of gnus-agent.el
Stefan Monnier
2021-01-09
1
-1
/
+2
|
*
Fix cl-concatenate use in macros
Eli Zaretskii
2021-01-09
1
-2
/
+2
|
*
* lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail position
Stefan Monnier
2021-01-08
1
-7
/
+111
*
|
Fix `functionp' contraining (bug#45576)
Andrea Corallo
2021-01-02
1
-2
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-02
1
-3
/
+4
|
\
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
|
*
Fix some over-wide docstrings
Stefan Kangas
2020-12-30
1
-2
/
+3
*
|
* Define `cl-satisfies-deftype' mapping predicate -> type
Andrea Corallo
2020-12-29
1
-1
/
+2
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-11-22
1
-14
/
+12
|
\
|
|
*
Don't quote lambdas in emacs-lisp/*.el
Stefan Kangas
2020-11-16
1
-14
/
+12
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-10-23
1
-0
/
+2
|
\
|
|
*
Make more load-hooks obsolete (Bug#21563)
Stefan Kangas
2020-10-20
1
-0
/
+2
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-10-04
1
-1
/
+1
|
\
|
|
*
Don't quote lambdas in several places
Stefan Kangas
2020-10-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into clean-up
Andrea Corallo
2020-09-30
1
-0
/
+1
|
\
|
|
*
* lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep test
Stefan Monnier
2020-09-29
1
-0
/
+1
*
|
* lisp/emacs-lisp/cl-macs.el (cl--optimize): Add a FIXME.
Andrea Corallo
2020-09-26
1
-0
/
+2
*
|
* lisp/emacs-lisp/cl-macs.el: Define fixnum and bignum.
Andrea Corallo
2020-09-14
1
-0
/
+4
*
|
* Add 'cl-optimize' as function declaration
Andrea Corallo
2020-09-14
1
-0
/
+20
*
|
* lisp/emacs-lisp/cl-macs.el (cl-the): Emit compiler hints when native.
Andrea Corallo
2020-09-14
1
-0
/
+8
|
/
*
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
|
/
[next]