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
/
macroexp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
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
*
|
Stop calling ‘byte-compile-log-warning’
Philipp Stephani
2016-09-11
1
-2
/
+2
|
/
*
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704)
Stefan Monnier
2016-06-11
1
-1
/
+1
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el: Tweak macroexp-if optimizations
Stefan Monnier
2015-10-28
1
-13
/
+25
*
; Remove extraneous "coding: utf-8" specifications in Elisp files
Dmitry Gutov
2015-09-29
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-2
/
+2
*
Treat “instead” strings as docstrings
Paul Eggert
2015-08-31
1
-1
/
+1
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-5
/
+6
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-2
/
+2
*
Add online-help support to describe types
Stefan Monnier
2015-07-07
1
-22
/
+30
*
Improve docstring for macroexp-let2
Paul Eggert
2015-06-27
1
-11
/
+34
*
Address some compilation warnings.
Glenn Morris
2015-06-16
1
-1
/
+1
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-28
1
-1
/
+1
*
Add classes as run-time descriptors of cl-structs.
Stefan Monnier
2015-03-18
1
-2
/
+6
*
* lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
Stefan Monnier
2015-02-22
1
-9
/
+10
*
Add macro pcase-lambda
Leo Liu
2015-02-09
1
-0
/
+10
*
lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of cl-generic
Stefan Monnier
2015-01-20
1
-18
/
+21
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
New macro macroexp-let2*
Leo Liu
2014-11-24
1
-0
/
+9
*
Fix bootstrap failure after last change to eval-and-compile.
Stefan Monnier
2014-11-09
1
-3
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
Stefan Monnier
2014-11-05
1
-0
/
+4
*
* lisp/emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1.
Stefan Monnier
2014-11-02
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexpand-1): New function.
Stefan Monnier
2014-10-31
1
-3
/
+26
*
* ses.el (macroexp): add require for this package, so that function
Vincent Belaïche
2014-10-25
1
-0
/
+12
*
Correctly macroexpand top-level forms during eager macroexpand
Daniel Colascione
2014-04-22
1
-2
/
+4
*
Correctly treat progn contents as toplevel forms when byte compiling
Daniel Colascione
2014-04-21
1
-1
/
+4
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix compilation error with simultaneous dynamic+lexical scoping.
Stefan Monnier
2013-06-04
1
-5
/
+10
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
macroexp--warn-and-return message tweak (bug#13132)
Glenn Morris
2012-12-14
1
-1
/
+4
|
/
*
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all):
Stefan Monnier
2012-10-26
1
-2
/
+7
*
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
Stefan Monnier
2012-09-20
1
-19
/
+27
*
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
Stefan Monnier
2012-09-19
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
Stefan Monnier
2012-09-19
1
-22
/
+28
*
Partial fix for bug#12371
Glenn Morris
2012-09-19
1
-0
/
+3
*
Macro-expand interpreted code during load.
Stefan Monnier
2012-09-04
1
-8
/
+102
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-11
/
+3
*
Misc minor changes.
Stefan Monnier
2012-07-17
1
-1
/
+1
*
Miscellaneous minor cleanups and simplifications.
Stefan Monnier
2012-06-23
1
-2
/
+2
*
Provide generalized variables in core Elisp.
Stefan Monnier
2012-06-22
1
-1
/
+22
*
* macroexp.el (macroexp--compiler-macro): Fix paren typo.
Stefan Monnier
2012-06-14
1
-1
/
+1
*
* lisp/emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner.
Stefan Monnier
2012-06-14
1
-8
/
+8
*
Don't autoload functions too eagerly during macroexpansion.
Stefan Monnier
2012-06-08
1
-6
/
+9
*
Clean up scoping rule of predefined single-word vars.
Stefan Monnier
2012-06-08
1
-1
/
+1
*
Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
Stefan Monnier
2012-06-07
1
-0
/
+4
*
Cleanup cl-macs namespace. Add macro helpers in macroexp.el.
Stefan Monnier
2012-06-07
1
-0
/
+78
[next]