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
/
byte-run.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make 'byte-compile-info*' functions more logical
Lars Ingebrigtsen
2020-08-06
1
-2
/
+15
*
Merge from origin/emacs-27
Glenn Morris
2020-05-09
1
-5
/
+6
|
\
|
*
Improve documentation of 'with-suppressed-warnings'.
Philipp Stephani
2020-05-08
1
-5
/
+6
*
|
Use named functions in {defun,macro}-declarations-alist (Bug#40491)
Philipp Stephani
2020-04-12
1
-58
/
+81
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix documentation of define-obsolete-* functions
Eli Zaretskii
2019-12-28
1
-6
/
+6
*
(with-suppressed-warnings): Also suppress warnings when not byte-compiling
Stefan Monnier
2019-06-22
1
-5
/
+17
*
Report progress during custom-make-dependencies instead of file count
Lars Ingebrigtsen
2019-06-18
1
-1
/
+5
*
Tweak implementation of byte-compile-info-message
Lars Ingebrigtsen
2019-06-18
1
-1
/
+1
*
Output progress messages when scraping autoloads during bootstrap
Lars Ingebrigtsen
2019-06-18
1
-0
/
+4
*
Avoid compilation warning in byte-run
Lars Ingebrigtsen
2019-06-14
1
-1
/
+4
*
Revert "Compilation warning fix for byte-run.el"
Glenn Morris
2019-06-12
1
-4
/
+3
*
Compilation warning fix for byte-run.el
Lars Ingebrigtsen
2019-06-13
1
-3
/
+4
*
Add the new macro with-suppressed-warnings
Lars Ingebrigtsen
2019-06-12
1
-0
/
+28
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
* lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak doc
Stefan Monnier
2019-04-19
1
-1
/
+1
*
Make warning about unescaped character literals more helpful.
Philipp Stephani
2019-04-19
1
-0
/
+15
*
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
*
|
Fix the bootstrap differently, so zerop can be where it belongs
Stefan Monnier
2018-07-12
1
-3
/
+6
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
Glenn Morris
2017-11-21
1
-0
/
+1
*
* lisp/emacs-lisp/byte-run.el (inline): Give it a doc.
Glenn Morris
2017-11-21
1
-2
/
+6
*
; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.
Eli Zaretskii
2017-11-19
1
-1
/
+1
*
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
|
*
Further define-obsolete-* doc fixups
Lars Ingebrigtsen
2016-05-01
1
-2
/
+2
|
*
Describe WHEN in all the define-obsolete- macros
Lars Ingebrigtsen
2016-05-01
1
-2
/
+8
*
|
Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly.
Alan Mackenzie
2017-01-01
1
-1
/
+1
*
|
Do not allow nil to be defined as a function
Glenn Morris
2016-12-10
1
-0
/
+1
*
|
Add some sanity checking of defun arglist
Nicolas Richard
2016-12-10
1
-0
/
+4
*
|
Further define-obsolete-* doc fixups
Lars Ingebrigtsen
2016-04-30
1
-2
/
+2
*
|
Describe WHEN in all the define-obsolete- macros
Lars Ingebrigtsen
2016-04-30
1
-2
/
+8
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-2
/
+2
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-3
/
+3
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-2
/
+2
*
* etc/TODO: Remove obsolete entries.
Stefan Monnier
2015-03-25
1
-2
/
+2
*
Improve dynamic elisp keyword font-locking
Tassilo Horn
2015-03-18
1
-5
/
+23
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
byte-run.el (function-put): Match argument names to docstring (bug#19118).
Nicolas Richard
2014-11-25
1
-3
/
+4
*
Fix bootstrap failure after last change to eval-and-compile.
Stefan Monnier
2014-11-09
1
-2
/
+1
*
* lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
Stefan Monnier
2014-11-03
1
-6
/
+15
*
2014-04-22 Daniel Colascione <dancol@dancol.org>
Daniel Colascione
2014-04-22
1
-12
/
+13
*
* lisp/emacs-lisp/byte-run.el (function-put): New function.
Stefan Monnier
2014-04-22
1
-11
/
+34
*
Correctly macroexpand top-level forms during eager macroexpand
Daniel Colascione
2014-04-22
1
-3
/
+10
*
Allow `declare' to set the interactive-only property
Glenn Morris
2014-03-22
1
-2
/
+11
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
[next]