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
*
; 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
*
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
|
\
|
[next]