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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Fix handling of 'byte-compile-ignore-files' when nil
Jim Porter
2023-08-05
1
-1
/
+3
*
Fix handling of ".elpaignore" file when compiling packages
Jim Porter
2023-08-01
1
-6
/
+4
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic-variable-bind): Typo
Stefan Monnier
2022-11-18
1
-1
/
+1
*
Fix the behaviour of 'byte-compile-ignore-files'
Philip Kaludercic
2022-11-17
1
-4
/
+3
*
bytecomp.el (byte-recompile-directory): Fix negated ignore logic
Nicholas Vollmer
2022-11-09
1
-3
/
+3
*
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-10-30
1
-9
/
+2
|
\
|
*
(Ffunction): Make interpreted closures safe for space
Stefan Monnier
2022-10-25
1
-9
/
+2
*
|
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-10-18
1
-29
/
+31
|
\
|
|
*
(byte-compile--first-symbol-with-pos): Fix bug#58601
Stefan Monnier
2022-10-18
1
-21
/
+17
|
*
Avoid having the async compile log saying it's compiling loaddefs
Lars Ingebrigtsen
2022-10-17
1
-3
/
+9
|
*
cl-generic: Fix `advertised-calling-convention` declarations
Stefan Monnier
2022-10-16
1
-5
/
+5
*
|
Merge branch 'master' into feature/package+vc
Philip Kaludercic
2022-10-08
1
-18
/
+28
|
\
|
|
*
Clearer byte-compiler arity warnings (bug#58319)
Mattias Engdegård
2022-10-07
1
-1
/
+3
|
*
Merge from origin/emacs-28
Stefan Kangas
2022-09-21
1
-1
/
+1
|
|
\
|
|
*
; Fix typos in Lisp symbols
Stefan Kangas
2022-09-20
1
-1
/
+1
|
*
|
Accept more wide function signatures in docstrings
Stefan Kangas
2022-09-16
1
-1
/
+1
|
*
|
Fix typo in byte-compile-lambda warning
Lars Ingebrigtsen
2022-09-09
1
-2
/
+2
|
*
|
Fix warning about obsoleted generalized variables
Lars Ingebrigtsen
2022-08-25
1
-0
/
+1
|
*
|
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-1
/
+2
|
*
|
Revert "Make the generalized buffer-local-variable obsolete"
Lars Ingebrigtsen
2022-08-22
1
-1
/
+0
|
*
|
Make the generalized buffer-local-variable obsolete
Lars Ingebrigtsen
2022-08-21
1
-0
/
+1
|
*
|
Make it possible to mark generalized variables as obsolete
Lars Ingebrigtsen
2022-08-21
1
-12
/
+18
*
|
|
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-08-18
1
-13
/
+13
|
\
|
|
|
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessary
Andrea Corallo
2022-08-17
1
-1
/
+1
|
*
|
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-12
/
+12
*
|
|
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-08-12
1
-23
/
+11
|
\
|
|
|
*
|
; * lisp/emacs-lisp/bytecomp.el: indentation fix
Mattias Engdegård
2022-08-07
1
-2
/
+2
|
*
|
Cease emitting negative file offsets for user variables
Mattias Engdegård
2022-08-07
1
-12
/
+3
|
*
|
bytecomp.el: Update comments referring to `make-docfile`
Stefan Monnier
2022-08-05
1
-5
/
+5
|
*
|
bytecomp.el: Further simplifications enabled by commit 59732a83c8875c
Stefan Monnier
2022-08-05
1
-3
/
+0
|
*
|
Check for mis-quoted #' in doc strings during byte-compile
Lars Ingebrigtsen
2022-08-03
1
-1
/
+1
|
*
|
Fix the bytecode incompatibility due to the change to 'narrow-to-region'.
Gregory Heytings
2022-08-01
1
-2
/
+2
*
|
|
Allow ignoring files during byte compilation
Philip Kaludercic
2022-08-11
1
-2
/
+14
|
/
/
*
|
Handle the optional argument of 'narrow-to-region' in byte-compiled code.
Gregory Heytings
2022-07-30
1
-2
/
+2
*
|
; * lisp/emacs-lisp/bytecomp.el: comment cleanup
Mattias Engdegård
2022-07-23
1
-8
/
+2
*
|
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-14
1
-1
/
+1
*
|
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-9
/
+2
*
|
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-2
/
+2
*
|
Prefer defvar-keymap in emacs-lisp/*.el
Stefan Kangas
2022-07-04
1
-4
/
+2
*
|
Bytecode opcode comments update
Mattias Engdegård
2022-06-24
1
-13
/
+14
*
|
Remove unused function in bytecomp.el
Mattias Engdegård
2022-06-23
1
-12
/
+0
*
|
Document and test 'no-byte-compile' behavior.
Philipp Stephani
2022-06-21
1
-0
/
+3
*
|
Check defface doc strings
Lars Ingebrigtsen
2022-06-21
1
-6
/
+6
*
|
Fix potential (goto-char nil) in byte-compile-warning-prefix
Alan Mackenzie
2022-06-20
1
-2
/
+1
*
|
Add mechanism for gradually phasing in new byte compilation warnings
Lars Ingebrigtsen
2022-06-19
1
-8
/
+33
*
|
More aggressive bytecode split between top-level forms (bug#55972)
Mattias Engdegård
2022-06-18
1
-5
/
+4
*
|
Simplify byte-compiler assuming cconv normalisations
Mattias Engdegård
2022-06-14
1
-5
/
+2
*
|
Run cconv for dynbound code as well
Mattias Engdegård
2022-06-14
1
-3
/
+1
[next]