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
*
Fix obsolete variable warnings about class names
Michael Heerdegen
2021-01-06
1
-4
/
+5
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Make byte-compiler warn about wide docstrings
Stefan Kangas
2020-12-28
1
-2
/
+86
*
Shorten some over-wide docstrings in functions and macros
Stefan Kangas
2020-12-19
1
-6
/
+10
*
Ensure that byte compilation works for relative files (Bug#45287).
Philipp Stephani
2020-12-17
1
-1
/
+5
*
Byte compilation: handle case where the output file is a mountpoint.
Philipp Stephani
2020-12-13
1
-1
/
+13
*
* lisp/emacs-lisp/bytecomp.el: Allow a nil destination file
Stefan Monnier
2020-12-12
1
-58
/
+61
*
Remove specific byte-compiler warnings for cl.el
Stefan Kangas
2020-12-02
1
-83
/
+6
*
Fix byte-compiler warning for failed uses of lexical vars
Stefan Kangas
2020-12-01
1
-1
/
+1
*
Decrease code duplication in byte-compiler free-vars warning
Stefan Kangas
2020-11-30
1
-18
/
+23
*
Allow following symlinks when recompiling directories
Lars Ingebrigtsen
2020-11-26
1
-3
/
+8
*
Don't optimize away `eval` when its lexical context is different
Stefan Monnier
2020-11-20
1
-1
/
+2
*
Don't leak result of nested byte-compilation to outer level
Paul Pogonyshev
2020-10-27
1
-2
/
+1
*
Make more load-hooks obsolete (Bug#21563)
Stefan Kangas
2020-10-20
1
-0
/
+2
*
byte-compile-file: Make optional LOAD argument obsolete
Stefan Kangas
2020-10-20
1
-6
/
+9
*
Add aid for finding missing dynamic variable declarations
Mattias Engdegård
2020-10-17
1
-2
/
+51
*
; shorten https://lists.gnu.org/archive/html/... links
Stefan Kangas
2020-10-09
1
-1
/
+1
*
Clarify the "Forgot to expand macro" message
Lars Ingebrigtsen
2020-09-30
1
-1
/
+2
*
Merge from origin/emacs-27
Michael Albinus
2020-08-25
1
-24
/
+28
|
\
|
*
Fix cond jump table compilation (bug#42919)
Mattias Engdegård
2020-08-19
1
-24
/
+28
*
|
Clean up and improve compilation of arithmetic (bug#42597)
Mattias Engdegård
2020-08-07
1
-50
/
+43
*
|
Fix byte-compilation of (+ -0.0) (bug#42597)
Mattias Engdegård
2020-08-07
1
-3
/
+3
*
|
Merge from origin/emacs-27
Paul Eggert
2020-06-01
1
-3
/
+4
|
\
|
|
*
Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."
Alan Mackenzie
2020-05-31
1
-3
/
+4
*
|
Make `make-local-variable' declare the var locally dynamic
Michael Heerdegen
2020-04-30
1
-0
/
+8
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-20
1
-1
/
+1
|
\
|
|
*
; Fix some typos and doc issues (bug#40695)
Štěpán Němec
2020-04-18
1
-1
/
+1
*
|
* lisp/emacs-lisp/bytecomp.el: Drop warning for loading into Emacs<23
Stefan Monnier
2020-03-07
1
-53
/
+15
*
|
Generate 'substring' byte op (bug#39709)
Mattias Engdegård
2020-02-25
1
-1
/
+9
*
|
Add 'nofollow' flag to set-file-modes etc.
Paul Eggert
2020-02-23
1
-1
/
+1
*
|
Silence byte-compiler warning
Stefan Kangas
2020-02-05
1
-2
/
+1
*
|
Unbreak byte compilation
Glenn Morris
2020-01-23
1
-30
/
+31
*
|
Remove irrelevant info from .elc headers
Stefan Kangas
2020-01-23
1
-5
/
+1
*
|
Add space before messsage in byte compiler warnings
Rüdiger Sonderfeld
2020-01-19
1
-1
/
+1
*
|
Mark 'catch' and 'condition-case' bytecodes as obsolete
Mattias Engdegård
2020-01-05
1
-2
/
+3
*
|
Remove generation of old bytecodes for catch/unwind
Mattias Engdegård
2020-01-05
1
-78
/
+7
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Deduplicate non-fixnum numeric constants in byte-compilation
Mattias Engdegård
2019-12-27
1
-1
/
+1
|
/
*
Improve errors & warnings due to fancy quoted vars (Bug#32939)
Noam Postavsky
2019-11-28
1
-2
/
+8
*
Fix bytecomp.el warning a different way than the previous patch
Lars Ingebrigtsen
2019-10-03
1
-2
/
+1
*
Fix build error in bytecomp.el from previous change
Lars Ingebrigtsen
2019-10-01
1
-1
/
+1
*
Add a new command in *Compile-Log* buffers to re-byte-compile
Lars Ingebrigtsen
2019-10-01
1
-1
/
+20
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-8
/
+8
*
Let byte-compiler recognize that local-variable-p implies boundp
Noam Postavsky
2019-09-07
1
-1
/
+1
*
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
[next]