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
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Support lazy loading for autogenerated usage docstrings too (Bug#27748)
Noam Postavsky
2017-08-30
1
-1
/
+1
*
Minor simplification for byte-compile-constant-push
Noam Postavsky
2017-08-29
1
-5
/
+4
*
Fix over-protection of byte-compiled files
Paul Eggert
2017-08-26
1
-0
/
+5
*
Stop printing '4' in .elc files after 'define-symbol-prop' calls
Noam Postavsky
2017-08-19
1
-1
/
+2
*
Let `define-symbol-prop' take effect during compilation
Stefan Monnier
2017-08-07
1
-0
/
+29
*
Fix a couple of make-temp-file races
Paul Eggert
2017-08-05
1
-19
/
+21
*
* lisp/emacs-lisp/bytecomp.el: Fix bug#14860.
Stefan Monnier
2017-07-14
1
-28
/
+15
*
Implement field numbers in format strings
Philipp Stephani
2017-06-02
1
-3
/
+8
*
Don't attempt to recover from undefined behavior in some cases
Philipp Stephani
2017-05-27
1
-0
/
+8
*
Don't save unrelated buffers before recompiling directory (Bug#25964)
Andreas Politz
2017-05-20
1
-1
/
+6
*
Make `old-style-backquotes' variable internal
Philipp
2017-05-13
1
-2
/
+2
*
Improve unescaped character literal warnings
Philipp Stephani
2017-05-13
1
-1
/
+1
*
Remove obsolete method of changing byte-compile-dest-file
Glenn Morris
2017-05-06
1
-14
/
+9
*
Warn about missing backslashes during load
Philipp Stephani
2017-05-01
1
-0
/
+7
*
b-c--cond-jump-table-info: Use correct body for singleton clauses
Vibhav Pant
2017-04-22
1
-2
/
+2
*
bytecomp: Don't inline functions that use byte-switch (Bug#26518)
Vibhav Pant
2017-04-20
1
-40
/
+46
*
Tweak bytecomp's loading of cl-extra
Glenn Morris
2017-04-18
1
-2
/
+4
*
Fix obsolete ‘test/automated’ references
Paul Eggert
2017-03-27
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-03-19
1
-1
/
+2
|
\
|
*
Document variable `byte-compile-debug'
Philipp Stephani
2017-01-31
1
-1
/
+2
*
|
Byte compile cond clauses without any bodies correctly.
Vibhav Pant
2017-03-10
1
-1
/
+3
*
|
; Spelling, punctuation and minor wording fixes
Paul Eggert
2017-02-16
1
-3
/
+3
*
|
bytecomp.el: Avoid unnecessary calculation for jump table addresses.
Vibhav Pant
2017-02-16
1
-2
/
+7
*
|
Merge branch 'master' into feature/byte-switch
Vibhav Pant
2017-02-13
1
-1
/
+1
|
\
\
|
*
|
Nix some useless uses of looking-at, looking-back
Mark Oteiza
2017-02-12
1
-1
/
+1
*
|
|
; Add more documentation for byte-switch related code.
Vibhav Pant
2017-02-13
1
-3
/
+11
*
|
|
; lisp/emacs-lisp/bytecomp.el: Fix indentation.
Vibhav Pant
2017-02-12
1
-1
/
+1
*
|
|
Improve byte-switch execution.
Vibhav Pant
2017-02-09
1
-4
/
+5
*
|
|
; bytecomp.el (byte-compile-cond-jump-table): Add TODO note
Vibhav Pant
2017-02-06
1
-0
/
+2
*
|
|
; byte(-opt, comp).el: Add more documentation for byte-switch code.
Vibhav Pant
2017-02-06
1
-0
/
+19
*
|
|
bytecomp.el: Use macroexp-const-p instead of bc-cond-valid-obj2-p.
Vibhav Pant
2017-02-05
1
-11
/
+5
*
|
|
; Fix typo.
Vibhav Pant
2017-02-05
1
-1
/
+1
*
|
|
; bytecomp.el (-inline-lapcode): Fix incorrect parenthesis, refactor
Vibhav Pant
2017-02-05
1
-5
/
+5
*
|
|
bytecomp.el: Inline lapcode containing `byte-switch' correctly.
Vibhav Pant
2017-02-05
1
-4
/
+35
*
|
|
bytecomp.el: Don't store non-keyword symbols in jump-tables.
Vibhav Pant
2017-02-05
1
-5
/
+7
*
|
|
Revert "Use maphash instead of cl-loop."
Vibhav Pant
2017-02-03
1
-4
/
+4
*
|
|
Use maphash instead of cl-loop.
Vibhav Pant
2017-02-01
1
-4
/
+4
*
|
|
* lisp/emacs-lisp/bytecomp.el: Create jump tables with :purecopy t
Vibhav Pant
2017-01-30
1
-0
/
+1
*
|
|
* lisp/emacs-lisp/bytecomp.el:(bc-cond-jump-table-info)add docstring
Vibhav Pant
2017-01-26
1
-0
/
+7
*
|
|
* lisp/emacs-lisp/bytecomp.el: Use correct function to push nil
Vibhav Pant
2017-01-26
1
-1
/
+1
*
|
|
* lisp/emacs-lisp/bytecomp.el:Use correct size for switch jump-table
Vibhav Pant
2017-01-26
1
-1
/
+4
*
|
|
* lisp/emacs-lisp/bytecomp.el: Simplify b-c-cond-valid-obj2-p
Vibhav Pant
2017-01-26
1
-5
/
+5
*
|
|
* lisp/emacs-lisp/bytecomp.el: Fix byte-switch codegen with symbols.
Vibhav Pant
2017-01-26
1
-1
/
+1
*
|
|
* lisp/emacs-lisp/bytecomp.el: Remove unused debugging statements.
Vibhav Pant
2017-01-21
1
-2
/
+0
*
|
|
* lisp/emacs-lisp/bytecomp.el: Fix errors with matching quoted forms
Vibhav Pant
2017-01-19
1
-1
/
+1
*
|
|
lisp/emacs-lisp/bytecomp.el: Use byte-switch only for quoted symbols
Vibhav Pant
2017-01-19
1
-1
/
+3
*
|
|
* lisp/emacs-lisp/bytecomp.el: Add default-case for last cond clause.
Vibhav Pant
2017-01-19
1
-16
/
+19
*
|
|
Use byte-switch for all symbols.
Vibhav Pant
2017-01-19
1
-1
/
+0
*
|
|
* lisp/emacs-lisp/bytecomp.el: Add documentation, remove code duplication
Vibhav Pant
2017-01-15
1
-21
/
+34
[next]