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-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
*
|
* lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand): Handle lambda!
Stefan Monnier
2018-02-08
1
-23
/
+55
*
|
Prevent name clashes between CL structures and builtin types
Philipp Stephani
2018-01-28
1
-0
/
+3
*
|
cl-loop: Add missing guard condition
Tino Calancha
2018-01-08
1
-7
/
+25
*
|
cl-loop: Calculate the array length just once
Tino Calancha
2018-01-08
1
-3
/
+9
*
|
Revert "Prevent name clashes between CL structures and builtin types"
Philipp Stephani
2018-01-07
1
-4
/
+0
*
|
Prevent name clashes between CL structures and builtin types
Philipp Stephani
2018-01-07
1
-0
/
+4
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
|
*
Partially revert "Mention new strictness for &optional, &rest..."
Noam Postavsky
2017-12-15
1
-27
/
+11
|
*
Mention new strictness for &optional, &rest in arglists (Bug#29165)
Noam Postavsky
2017-12-13
1
-11
/
+27
*
|
Merge from origin/emacs-26
Glenn Morris
2017-11-29
1
-1
/
+1
|
\
|
|
*
Fix Edebug's handling of dotted specs (bug#6415)
Gemini Lasswell
2017-11-26
1
-1
/
+1
*
|
* lisp/emacs-lisp/cl-macs.el: Fix bug#26073.
Stefan Monnier
2017-11-27
1
-52
/
+60
*
|
* lisp/emacs-lisp/cl-macs.el: Fix &key with no key arg
Stefan Monnier
2017-11-27
1
-17
/
+27
|
/
*
Fix Edebug spec for cl-defun (bug#24255)
Gemini Lasswell
2017-10-16
1
-9
/
+23
*
Create new Edebug spec for docstrings and use it in closures
Gemini Lasswell
2017-10-06
1
-3
/
+3
*
* lisp/emacs-lisp/cl-macs.el (cl-letf): Fix Edebug spec (bug#24765)
Gemini Lasswell
2017-09-16
1
-1
/
+3
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Remove "baroque" use of prefix argument from gensym
Mark Oteiza
2017-09-13
1
-2
/
+9
*
Move gensym to core Elisp
Mark Oteiza
2017-09-12
1
-9
/
+2
*
Fix cl-gentemp
Mark Oteiza
2017-09-12
1
-4
/
+5
*
Drop docstrings from cl-defsubst produced inline bodies (Bug#27748)
Noam Postavsky
2017-08-30
1
-1
/
+2
*
Split variable macro env from function env
Noam Postavsky
2017-06-07
1
-36
/
+28
*
* lisp/emacs-lisp/cl-macs.el: Fix symbol-macrolet
Stefan Monnier
2017-04-21
1
-4
/
+13
*
Deprecate copy-record in favor of copy-sequence
Paul Eggert
2017-04-07
1
-2
/
+1
*
Backward compatibility with pre-existing struct instances.
Stefan Monnier
2017-04-04
1
-2
/
+2
*
Make cl-defstruct use records.
Lars Brinkhoff
2017-04-04
1
-19
/
+43
*
Fix bug in generator function with pcase (Bug#26068)
Paul Pogonyshev
2017-03-19
1
-4
/
+4
*
(cl-defstruct): Improve error message for slots w/o value (bug#25312)
Stefan Monnier
2017-01-03
1
-1
/
+17
*
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
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-8
/
+8
|
\
|
|
*
Define struct predicate before acccesors
Noam Postavsky
2016-12-10
1
-8
/
+8
*
|
Add "using" to cl-loop debug spec (Bug#24750)
Mark Oteiza
2016-11-25
1
-0
/
+1
[next]