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
/
comp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Invoke spawed Emacs processes with '-Q' when native compiling (bug#60208)
Andrea Corallo
2022-12-21
1
-2
/
+2
*
Prevent Abort dialogs from async-compiling jobs on Windows
Eli Zaretskii
2022-12-17
1
-2
/
+5
*
; Remove debugging leftover message
Eli Zaretskii
2022-12-03
1
-1
/
+0
*
Do not prune native-compiled system directories (bug#59658)
Juanma Barranquero
2022-11-28
1
-1
/
+3
*
; Fix typos
Stefan Kangas
2022-11-18
1
-1
/
+1
*
; Fix typos (duplicate words)
Stefan Kangas
2022-11-17
1
-1
/
+1
*
Set 'native-comp-debug' to zero on MS-Windows
Eli Zaretskii
2022-10-29
1
-2
/
+2
*
Fix the subr-arity returned by native compiled functions with lots of args
Alan Mackenzie
2022-10-29
1
-3
/
+4
*
Set `comp-no-spawn' earlier using -no-comp-spawn
Andrea Corallo
2022-10-26
1
-5
/
+5
*
* Fix async native compilation (bug#58637)
Andrea Corallo
2022-10-19
1
-1
/
+2
*
* Prevent potential native compilation infinite recursions
Andrea Corallo
2022-10-18
1
-83
/
+85
*
Improve native-compile-prune-cache messages
Stefan Kangas
2022-10-17
1
-1
/
+1
*
Don't prune *.eln files in parent of eln-load-path
Stefan Kangas
2022-10-17
1
-1
/
+3
*
Fix spurious "Compilation finished" native-comp messages
Lars Ingebrigtsen
2022-10-17
1
-3
/
+8
*
Avoid having the async compile log saying it's compiling loaddefs
Lars Ingebrigtsen
2022-10-17
1
-0
/
+1
*
Add trampoline AOT compilation target (bug#58318)
Andrea Corallo
2022-10-11
1
-0
/
+11
*
Rename to inhibit-automatic-native-compilation
Lars Ingebrigtsen
2022-10-03
1
-1
/
+1
*
Add new variable 'inhibit-native-compilation'
Lars Ingebrigtsen
2022-10-03
1
-16
/
+20
*
Merge from origin/emacs-28
Stefan Kangas
2022-09-21
1
-2
/
+3
|
\
|
*
MacOS ld warning from native compilation (bug#57849)
Gerd Möllmann
2022-09-19
1
-2
/
+3
*
|
Abolish max-specpdl-size (bug#57911)
Mattias Engdegård
2022-09-19
1
-1
/
+0
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-09-05
1
-2
/
+5
|
\
|
|
*
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail more gracefully
Stefan Monnier
2022-09-03
1
-2
/
+5
*
|
Teach 'max-char' about the Unicode code range
Eli Zaretskii
2022-09-03
1
-1
/
+1
*
|
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type spec
Andrea Corallo
2022-08-22
1
-6
/
+16
*
|
Fix string-to-syntax signature in comp-known-type-specifiers
Mattias Engdegård
2022-08-18
1
-1
/
+1
*
|
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type
Andrea Corallo
2022-08-18
1
-10
/
+10
*
|
Fix the bytecode incompatibility due to the change to 'narrow-to-region'.
Gregory Heytings
2022-08-01
1
-1
/
+4
*
|
Fix native compiler handling of narrow-to-region
Gerd Möllmann
2022-07-30
1
-5
/
+1
*
|
Adapt native compiler to change in narrow-to-region
Gerd Möllmann
2022-07-29
1
-1
/
+2
*
|
Fix typo in error message in native-compile-prune-cache
Lars Ingebrigtsen
2022-07-23
1
-1
/
+1
*
|
Give a better error message in native-compile-prune-cache
Lars Ingebrigtsen
2022-07-22
1
-0
/
+2
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
1
-1
/
+1
|
\
|
|
*
Mark async worker tmp file as utf-8-emacs-unix (bug#48029)
Andrea Corallo
2022-07-13
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-07-12
1
-1
/
+3
|
\
|
|
*
; * lisp/emacs-lisp/comp.el (native-comp-speed): Explain the -1 value.
Eli Zaretskii
2022-07-11
1
-1
/
+3
|
*
* Fix native comp for non trivial function names (bug#52833)
Andrea Corallo
2022-01-17
1
-1
/
+3
|
*
Revert "Remove the filename argument from the command line after an ELC+ELN b...
Eli Zaretskii
2022-01-10
1
-2
/
+1
|
*
Remove the filename argument from the command line after an ELC+ELN build
Alan Mackenzie
2022-01-10
1
-1
/
+2
*
|
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-3
/
+3
*
|
Add native-compile-prune-cache command
Lars Ingebrigtsen
2022-07-02
1
-0
/
+24
*
|
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-2
/
+2
*
|
Fix native-comp of trampolines after previous change
Lars Ingebrigtsen
2022-05-28
1
-0
/
+1
*
|
Make comp--native-compile delete the temp file it creates
Lars Ingebrigtsen
2022-05-26
1
-42
/
+53
*
|
Fix comp-mvar doc string quoting
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
|
comp.el: Cosmetic changes
Stefan Monnier
2022-05-22
1
-23
/
+39
*
|
; Fix two mail addresses
Andrea Corallo
2022-05-16
1
-1
/
+1
*
|
Fix native-comp type of prin1-to-string
Lars Ingebrigtsen
2022-05-15
1
-1
/
+1
*
|
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
1
-6
/
+6
*
|
Make `command-modes' work for (native-compiled) subrs, too
Lars Ingebrigtsen
2022-03-19
1
-2
/
+10
[next]