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
*
; * lisp/emacs-lisp/cl-macs.el (cl-labels): Fix stray diff marker.
Robert Pluim
2024-03-20
1
-1
/
+1
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Fix minor mistakes in documentation
Ikumi Keita
2023-01-18
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix &key parameters called without arguments (bug#58714)
Gerd Möllmann
2022-11-11
1
-0
/
+2
*
Improve check for misleading 'cl-case' cases (Bug#57915).
Philipp Stephani
2022-09-19
1
-1
/
+1
*
Have 'cl-case' warn about suspicious cases
Philipp Stephani
2022-09-13
1
-0
/
+15
*
Signal an error if a fallback cl-case is misplaced
Philipp Stephani
2022-09-13
1
-2
/
+7
*
cl-symbol-macrolet: Fix recent regression
Stefan Monnier
2022-09-06
1
-133
/
+133
*
gv.el and cl-macs.el: Fix bug#57397
Stefan Monnier
2022-09-03
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el: Use `define-symbol-prop` (bug#50869)
Stefan Monnier
2022-09-03
1
-4
/
+4
*
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-1
/
+1
*
Fix up some prefix registration problems in doc strings
Lars Ingebrigtsen
2022-08-04
1
-3
/
+3
*
Avoid cl-cXXXr compat aliases
Stefan Kangas
2022-08-03
1
-12
/
+12
*
Fix cl byte-compile warning in cl-loaddefs.el
Lars Ingebrigtsen
2022-07-31
1
-0
/
+3
*
Merge from origin/emacs-28
Stefan Kangas
2022-06-18
1
-2
/
+3
|
\
|
*
Update cl-struct-sequence-type doc string
Lars Ingebrigtsen
2022-06-17
1
-2
/
+3
*
|
Recognize processes as a CL type again
Basil L. Contovounesios
2022-06-11
1
-0
/
+1
*
|
cl-typep: Emit warning when using a type not known to be a type
Stefan Monnier
2022-06-06
1
-10
/
+17
*
|
CL types: Accept both `byte-code-function` and `compiled-function`
Stefan Monnier
2022-04-29
1
-0
/
+3
*
|
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
1
-1
/
+1
*
|
Fix eager macroexpansion cycle in cl-once-only
Sean Whitton
2022-04-12
1
-2
/
+2
*
|
Add two classic Common Lisp macro-writing macros
Sean Whitton
2022-04-11
1
-0
/
+51
*
|
; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo.
Philipp Stephani
2022-04-03
1
-1
/
+1
*
|
Remove some early-bootstrap dependencies for `advice`
Stefan Monnier
2022-03-17
1
-2
/
+3
*
|
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Simplify Edebug spec
Stefan Monnier
2022-03-14
1
-12
/
+3
*
|
Make Edebug specification for 'cl-defstruct' more lenient.
Philipp Stephani
2022-03-14
1
-1
/
+2
*
|
(cl-macro-list): Simplify by unifying the variants
Stefan Monnier
2022-03-07
1
-25
/
+13
*
|
Teach Edebug about the special '&whole' syntax for compiler macros.
Philipp Stephani
2022-03-03
1
-1
/
+8
*
|
(macroexp-warn-and-return): Fix bug#53618
Stefan Monnier
2022-02-19
1
-6
/
+3
*
|
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-14
1
-3
/
+2
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-19
/
+32
|
\
\
|
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
|
\
|
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
*
|
Fix bug#28557
Stefan Monnier
2021-12-20
1
-14
/
+21
|
*
|
; * lisp/emacs-lisp/cl-macs.el (cl--self-tco): fix bootstrapping
Mattias Engdegård
2021-12-20
1
-2
/
+2
|
*
|
Body of dynamic let-bindings is not in tail position
Mattias Engdegård
2021-12-20
1
-3
/
+8
|
*
|
* lisp/emacs-lisp/cl-macs.el (natnum): Fix typo
Stefan Monnier
2021-12-03
1
-1
/
+1
|
*
|
* lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type
Stefan Monnier
2021-12-03
1
-0
/
+1
|
*
|
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Decl struct predicates as pure
Andrea Corallo
2021-12-01
1
-1
/
+1
|
|
/
*
|
Make symbols with positions work with native compilation
Alan Mackenzie
2021-12-30
1
-32
/
+3
*
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-3
/
+3
*
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-4
/
+38
|
/
*
Clarify the purpose of internal--format-docstring-line
Stefan Kangas
2021-10-03
1
-0
/
+8
*
Mention describe-symbol in cl-defstruct docstring
Stefan Kangas
2021-09-28
1
-1
/
+1
*
Mention cl-describe-type in cl-defstruct docstring
Stefan Kangas
2021-09-28
1
-0
/
+3
*
Fix automatic filling of docstring in cl-defstruct
Stefan Kangas
2021-09-27
1
-4
/
+4
*
Fill some auto-generated docstring lines
Stefan Kangas
2021-09-26
1
-3
/
+4
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-3
/
+3
*
; Fix symbol quoting typos
Stefan Kangas
2021-09-12
1
-1
/
+1
[next]