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
*
Make use of `comp-cstr-shallow-copy'
Andrea Corallo
2021-12-01
1
-13
/
+3
*
* lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.
Andrea Corallo
2021-10-16
1
-1
/
+2
*
* Fix `native-compile-target-directory' effectiveness on trampolines
Andrea Corallo
2021-10-15
1
-1
/
+3
*
; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.
Andrea Corallo
2021-10-15
1
-2
/
+2
*
New function num-processors
Paul Eggert
2021-10-10
1
-14
/
+1
*
* Fix `batch-native-compile' not to spawn a subprocess
Andrea Corallo
2021-10-04
1
-4
/
+8
*
; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.
Eli Zaretskii
2021-09-28
1
-1
/
+1
*
Make the build of source tarball produce *.eln files
Eli Zaretskii
2021-09-28
1
-9
/
+16
*
; * lisp/emacs-lisp/comp.el (batch-native-compile): Doc fix.
Eli Zaretskii
2021-09-28
1
-4
/
+5
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-2
/
+2
*
Improve doc strings of a recent commit
Eli Zaretskii
2021-09-18
1
-2
/
+3
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-1
/
+1
*
; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix.
Eli Zaretskii
2021-09-11
1
-1
/
+1
*
Add support for GCC compiler command-line options
Arthur Miller
2021-09-10
1
-0
/
+18
*
* Forward `comp-file-preloaded-p' to async workers
Andrea Corallo
2021-08-27
1
-1
/
+2
*
; * lisp/emacs-lisp/comp.el (native-comp-async-cu-done-functions): Doc fix.
Eli Zaretskii
2021-08-22
1
-3
/
+3
*
* Fix `native-compile-target-directory' effectiveness for async compilation.
Andrea Corallo
2021-08-17
1
-1
/
+2
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-1
/
+1
*
Fix print-length issue in comp-run-async-workers
Lars Ingebrigtsen
2021-08-07
1
-1
/
+3
*
* Add `native-compile-target-directory' (bug#48743)
Andrea Corallo
2021-06-01
1
-5
/
+9
*
Rename batch-byte-native-compile-for-bootstrap (bug#48743)
Andrea Corallo
2021-06-01
1
-5
/
+5
*
* Make *Async-native-compile-log* buffer read-only (bug#48763)
Andrea Corallo
2021-05-31
1
-3
/
+8
*
Fix native-comp-async-report-warnings-errors :type
Basil L. Contovounesios
2021-05-22
1
-1
/
+1
*
Add a 'silent option for native-comp-async-report-warnings-errors
Eric Abrahamsen
2021-05-16
1
-10
/
+19
*
* Rename comp-deferred-compilation-deny-list
Andrea Corallo
2021-05-11
1
-3
/
+3
*
Rename comp-eln-load-path → native-comp-eln-load-path
Andrea Corallo
2021-05-06
1
-10
/
+10
*
Rename comp-warning-on-missing-source
Andrea Corallo
2021-05-06
1
-1
/
+1
*
Rename comp-native-driver-options → native-comp-driver-options
Andrea Corallo
2021-05-06
1
-7
/
+7
*
* Rename comp-async-query-on-exit → native-comp-async-query-on-exit
Andrea Corallo
2021-05-06
1
-2
/
+2
*
* Rename comp-async-report-warnings-errors
Andrea Corallo
2021-05-06
1
-2
/
+2
*
* Rename comp-async-env-modifier-form → native-comp-async-env-modifier-form
Andrea Corallo
2021-05-06
1
-3
/
+3
*
* Rename comp-async-all-done-hook → native-comp-async-all-done-hook
Andrea Corallo
2021-05-06
1
-3
/
+3
*
* Rename comp-async-cu-done-functions → native-comp-async-cu-done-functions
Andrea Corallo
2021-05-06
1
-2
/
+2
*
* Rename comp-async-jobs-number → native-comp-async-jobs-number
Andrea Corallo
2021-05-06
1
-5
/
+5
*
Rename comp-never-optimize-functions → native-comp-never-optimize-functions
Andrea Corallo
2021-05-06
1
-3
/
+3
*
Rename comp-bootstrap-deny-list → native-comp-bootstrap-deny-list
Andrea Corallo
2021-05-06
1
-2
/
+2
*
* Rename comp-always-compile → native-comp-always-compile
Andrea Corallo
2021-05-06
1
-2
/
+2
*
* Rename comp-verbose -> native-comp-verbose
Andrea Corallo
2021-05-06
1
-6
/
+6
*
Rename comp-debug -> native-comp-debug
Andrea Corallo
2021-05-06
1
-4
/
+4
*
Rename comp-speed -> native-comp-speed
Andrea Corallo
2021-05-06
1
-9
/
+9
*
* Rename comp-limple-mode -> native-comp-limple-mode
Andrea Corallo
2021-05-06
1
-4
/
+4
*
Rename feature `nativecomp' into `native-compile'
Andrea Corallo
2021-05-05
1
-1
/
+1
*
* Do not try to load unexistent eln file if async compilation was skipped
Andrea Corallo
2021-05-04
1
-5
/
+8
*
; * lisp/emacs-lisp/comp.el: Fix typos. Add LocalWords.
Stefan Kangas
2021-04-27
1
-21
/
+24
*
Doc fixes for comp.el
Glenn Morris
2021-04-26
1
-6
/
+6
*
Fix some custom types in comp.el
Glenn Morris
2021-04-26
1
-5
/
+5
*
Rename abnormal hook to comp-async-cu-done-functions
Stefan Kangas
2021-04-27
1
-6
/
+5
*
Rework where `comp-ctxt' is defined.
Andrea Corallo
2021-04-26
1
-2
/
+0
*
* lisp/emacs-lisp/comp.el: Make it loadable in vanilla builds (bug#48021).
Andrea Corallo
2021-04-26
1
-0
/
+2
*
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix string-search.
Andrea Corallo
2021-04-26
1
-1
/
+1
[next]