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
/
bytecomp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document batch-byte-compile directory behavior
Lars Ingebrigtsen
2019-08-01
1
-1
/
+8
*
Merge commit '9b480db6732c6d2e886838f112d9bd46fc8989bf'
Stephen Leake
2019-07-30
1
-8
/
+9
|
\
|
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Fix bug#34757
Stefan Monnier
2019-07-27
1
-8
/
+9
*
|
Improve doc strings for some -search-path variables
Stephen Leake
2019-07-30
1
-3
/
+4
|
/
*
Revert "Turn off bytecode jumptables to avoid Bug#36447"
Stefan Monnier
2019-07-09
1
-2
/
+1
*
Turn off bytecode jumptables to avoid Bug#36447
Noam Postavsky
2019-07-08
1
-1
/
+2
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-9
/
+11
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-11
/
+9
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-1
/
+2
*
(with-suppressed-warnings): Make it apply to macro-expansion as well
Stefan Monnier
2019-06-19
1
-20
/
+14
*
Compile any subsequence of `cond' clauses to switch (bug#36139)
Mattias Engdegård
2019-06-19
1
-180
/
+162
*
Compile cond with heterogeneous tests into switch (bug#36139)
Mattias Engdegård
2019-06-19
1
-12
/
+17
*
Compile list member functions in cond to switch (bug#36139)
Mattias Engdegård
2019-06-19
1
-27
/
+54
*
Add check for enabled warning before issuing
Lars Ingebrigtsen
2019-06-17
1
-1
/
+2
*
Tweak compilation mode used by byte-recompile-directory
Glenn Morris
2019-06-16
1
-3
/
+3
*
Tweak how byte-compile-print-syms fills
Glenn Morris
2019-06-16
1
-1
/
+4
*
Add the new macro with-suppressed-warnings
Lars Ingebrigtsen
2019-06-12
1
-23
/
+59
*
Don't keep warning about unescaped literals (Bug#36068)
Noam Postavsky
2019-06-10
1
-2
/
+3
*
Merge from origin/emacs-26
Glenn Morris
2019-06-07
1
-1
/
+3
|
\
|
*
Allow macros autoloaded as functions during bytecomp (Bug#36022)
Noam Postavsky
2019-06-01
1
-1
/
+3
*
|
Merge from origin/emacs-26
Glenn Morris
2019-06-01
1
-1
/
+1
|
\
|
|
*
Warn about wrong number of args for subrs (Bug#35767)
Noam Postavsky
2019-05-30
1
-1
/
+1
*
|
Correctly eliminate duplicate cases in switch compilation
Mattias Engdegård
2019-05-27
1
-7
/
+6
*
|
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
*
|
Fix Bug#33618; define search path variables for grep, byte-compile
Stephen Leake
2019-04-25
1
-0
/
+9
*
|
Make warning about unescaped character literals more helpful.
Philipp Stephani
2019-04-19
1
-8
/
+3
*
|
* lisp/subr.el (prog2): Define as a macro
Stefan Monnier
2019-04-02
1
-8
/
+1
*
|
* lisp/subr.el (setq-default): Define as a macro
Stefan Monnier
2019-04-01
1
-25
/
+10
*
|
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 tempfile creation when byte compiling
Paul Eggert
2018-11-15
1
-11
/
+1
|
*
Fix byte compilation of (eq foo 'default)
Paul Eggert
2018-06-16
1
-9
/
+15
*
|
Accept 1-arg 'substring' calls in byte compiler
Paul Pogonyshev
2018-12-27
1
-1
/
+1
*
|
Don't create *Compile-Log* due to byte-compile. Amend message to it.
Alan Mackenzie
2018-12-09
1
-4
/
+2
*
|
* lisp/emacs-lisp/bytecomp.el: Don't load compile at runtime.
Glenn Morris
2018-11-28
1
-1
/
+1
*
|
Make compilation mode work with warnings from compiled buffer functions
Alan Mackenzie
2018-11-28
1
-5
/
+27
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-16
/
+16
*
|
Audit use of lsh and fix glitches
Paul Eggert
2018-08-21
1
-6
/
+6
*
|
Fix byte compilation of (eq foo 'default)
Paul Eggert
2018-06-16
1
-9
/
+15
*
|
Tweak recent bytecomp defvaralias change
Glenn Morris
2018-04-20
1
-2
/
+3
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar-function):
Stefan Monnier
2018-04-20
1
-0
/
+9
*
|
Merge from origin/emacs-26
Glenn Morris
2018-03-28
1
-2
/
+2
|
\
|
|
*
* lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.
Glenn Morris
2018-03-26
1
-2
/
+2
*
|
Allow `&rest' or `&optional' without following variable (Bug#29165)
Noam Postavsky
2018-03-25
1
-7
/
+4
*
|
Try and fix the more obvious sources of bug#30635
Stefan Monnier
2018-03-22
1
-12
/
+6
*
|
Make compiler warn about use of obsolete hooks
Glenn Morris
2018-03-12
1
-0
/
+5
*
|
Let warning about (:foo) be suppressible (Bug#30499)
Noam Postavsky
2018-03-10
1
-1
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-16
1
-0
/
+5
|
\
|
|
*
Make 'byte-compile-error-on-warn' a safe file variable
Robert Cochran
2018-02-16
1
-0
/
+5
[next]