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
*
; * 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
*
* lisp/emacs-lisp/comp.el (comp-accept-and-process-async-output): Fix regexp.
Andrea Corallo
2021-04-26
1
-1
/
+1
*
; Add 2021 to copyright years
Glenn Morris
2021-04-25
1
-2
/
+1
*
* lisp/emacs-lisp/comp.el (no-native-compile): Minor doc fixes.
Stefan Kangas
2021-04-25
1
-7
/
+6
*
* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.
Andrea Corallo
2021-04-21
1
-2
/
+1
*
* lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.
Andrea Corallo
2021-04-21
1
-1
/
+1
*
Fix native compiler string hash consing strategy (bug#47868)
Andrea Corallo
2021-04-21
1
-34
/
+38
*
* lisp/emacs-lisp/comp.el (comp-effective-async-max-jobs): Handle BSD.
Ashish SHUKLA
2021-04-16
1
-0
/
+3
*
* Improve some docstring in comp.el
Andrea Corallo
2021-04-07
1
-6
/
+13
*
* lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all .eln dirs.
Andrea Corallo
2021-04-04
1
-2
/
+5
*
Issue a warning when eln look-up fails due to missing .el source file.
Andrea Corallo
2021-04-01
1
-0
/
+7
*
* lisp/emacs-lisp/comp.el (comp-final): Clean-up temporary file.
Andrea Corallo
2021-03-31
1
-1
/
+3
*
Rework native compilation `comp-debug' (bug#46495)
Andrea Corallo
2021-03-31
1
-6
/
+6
*
* lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.
Andrea Corallo
2021-03-31
1
-2
/
+2
*
Improve two native compiler related docstrings.
Andrea Corallo
2021-03-24
1
-1
/
+1
*
* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.
Andrea Corallo
2021-03-21
1
-0
/
+1
*
* lisp/emacs-lisp/comp.el (comp-lookup-eln): Add new function.
Andrea Corallo
2021-03-21
1
-0
/
+14
*
Revert "* lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all..."
Andrea Corallo
2021-03-21
1
-5
/
+2
*
; Remove two unnecessary quotes
Andrea Corallo
2021-03-21
1
-1
/
+1
*
* lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all .eln dirs.
Andrea Corallo
2021-03-21
1
-2
/
+5
*
Fix `no-byte-compile' native compilation interaction (bug#47169)
Andrea Corallo
2021-03-16
1
-1
/
+2
*
Have `no-byte-compile' implies also `no-native-compile'.
Andrea Corallo
2021-03-16
1
-0
/
+2
*
Prefer expand-file-name to concat in native-compilation code
Eli Zaretskii
2021-03-15
1
-3
/
+3
*
Fix some entry in `comp-known-type-specifiers' (bug#46847)
Andrea Corallo
2021-03-14
1
-8
/
+8
*
* Fix circular dependecy when loading a modified comp.el (bug#47049)
Andrea Corallo
2021-03-12
1
-14
/
+17
*
Implement `no-native-compile' (bug#46983)
Andrea Corallo
2021-03-12
1
-43
/
+54
*
* Fix error reporting for async native compilation (bug#47024)
Andrea Corallo
2021-03-12
1
-5
/
+17
*
* Fix truncated warnings (bug#47024)
Andrea Corallo
2021-03-10
1
-1
/
+2
*
Use `length=' and family where possible in native comp code
Andrea Corallo
2021-03-07
1
-3
/
+3
*
* lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.
Andrea Corallo
2021-03-07
1
-0
/
+1
*
Allow for `comp-native-driver-options' to work as a file-local variable.
Andrea Corallo
2021-03-07
1
-0
/
+4
*
Use MS-Windows system APIs to get number of processors
Eli Zaretskii
2021-03-07
1
-2
/
+1
*
Fix miscompilation of funcall forms in some cases (bug#46974)
Pip Cet
2021-03-06
1
-2
/
+4
*
* lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-simple): Suppress warning.
Andrea Corallo
2021-03-06
1
-2
/
+1
*
Fix typos and doc strings in native-compilation files
Eli Zaretskii
2021-03-04
1
-103
/
+104
*
Fix `eql' `equal' propagation of non hash consed values (bug#46843)
Andrea Corallo
2021-03-01
1
-5
/
+10
*
Don't treat '=' as simple equality emitting constraints (bug#46812)
Andrea Corallo
2021-02-28
1
-15
/
+22
*
Migrate and rename a bunch of functions from comp.el to comp-cstr.el
Andrea Corallo
2021-02-28
1
-83
/
+17
*
Make some defcustom types stricter in comp.el
Stefan Kangas
2021-02-26
1
-6
/
+9
*
Add :version tags to defcustoms in comp.el
Stefan Kangas
2021-02-26
1
-15
/
+28
*
Fix last change
Eli Zaretskii
2021-02-26
1
-10
/
+12
*
* Improve `comp-async-report-warnings-errors' docstring
Andrea Corallo
2021-02-26
1
-1
/
+12
*
Improve documentation of last change
Eli Zaretskii
2021-02-26
1
-2
/
+6
*
* Add `comp-async-query-on-exit' customize.
Andrea Corallo
2021-02-26
1
-1
/
+6
[next]