summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Fix byte compilation of (eq foo 'default)Paul Eggert2018-06-161-9/+15
* * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.Glenn Morris2018-03-261-2/+2
* Make 'byte-compile-error-on-warn' a safe file variableRobert Cochran2018-02-161-0/+5
* Revert "Fix tempfile creation when byte compiling"Eli Zaretskii2018-01-201-1/+11
* Fix tempfile creation when byte compilingPaul Eggert2018-01-191-11/+1
* * lisp/emacs-lisp/bytecomp.el: Tweak last changeStefan Monnier2018-01-191-7/+7
* Unbreak building Emacs on FreeBSDEli Zaretskii2018-01-191-1/+11
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-201-1/+1
* Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+1
* Fix byte compilation of files with leading directoriesEli Zaretskii2017-12-021-1/+2
* ; * lisp/emacs-lisp/bytecomp.el: Tweak message formatting in previous.Glenn Morris2017-11-291-1/+3
* Restore obsolete method of changing byte-compile-dest-fileGlenn Morris2017-11-291-0/+5
* ; * lisp/emacs-lisp/bytecomp.el (byte-compile-dest-file):Glenn Morris2017-11-271-1/+1
* A few small doc fixes for bytecomp.elGlenn Morris2017-11-271-4/+11
* Hook Flymake onto proper checkdoc and byte-compile interfacesJoão Távora2017-10-031-0/+22
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Support lazy loading for autogenerated usage docstrings too (Bug#27748)Noam Postavsky2017-08-301-1/+1
* Minor simplification for byte-compile-constant-pushNoam Postavsky2017-08-291-5/+4
* Fix over-protection of byte-compiled filesPaul Eggert2017-08-261-0/+5
* Stop printing '4' in .elc files after 'define-symbol-prop' callsNoam Postavsky2017-08-191-1/+2
* Let `define-symbol-prop' take effect during compilationStefan Monnier2017-08-071-0/+29
* Fix a couple of make-temp-file racesPaul Eggert2017-08-051-19/+21
* * lisp/emacs-lisp/bytecomp.el: Fix bug#14860.Stefan Monnier2017-07-141-28/+15
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-3/+8
* Don't attempt to recover from undefined behavior in some casesPhilipp Stephani2017-05-271-0/+8
* Don't save unrelated buffers before recompiling directory (Bug#25964)Andreas Politz2017-05-201-1/+6
* Make `old-style-backquotes' variable internalPhilipp2017-05-131-2/+2
* Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+1
* Remove obsolete method of changing byte-compile-dest-fileGlenn Morris2017-05-061-14/+9
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+7
* b-c--cond-jump-table-info: Use correct body for singleton clausesVibhav Pant2017-04-221-2/+2
* bytecomp: Don't inline functions that use byte-switch (Bug#26518)Vibhav Pant2017-04-201-40/+46
* Tweak bytecomp's loading of cl-extraGlenn Morris2017-04-181-2/+4
* Fix obsolete ‘test/automated’ referencesPaul Eggert2017-03-271-1/+1
* Merge from origin/emacs-25Paul Eggert2017-03-191-1/+2
|\
| * Document variable `byte-compile-debug'Philipp Stephani2017-01-311-1/+2
* | Byte compile cond clauses without any bodies correctly.Vibhav Pant2017-03-101-1/+3
* | ; Spelling, punctuation and minor wording fixesPaul Eggert2017-02-161-3/+3
* | bytecomp.el: Avoid unnecessary calculation for jump table addresses.Vibhav Pant2017-02-161-2/+7
* | Merge branch 'master' into feature/byte-switchVibhav Pant2017-02-131-1/+1
|\ \
| * | Nix some useless uses of looking-at, looking-backMark Oteiza2017-02-121-1/+1
* | | ; Add more documentation for byte-switch related code.Vibhav Pant2017-02-131-3/+11
* | | ; lisp/emacs-lisp/bytecomp.el: Fix indentation.Vibhav Pant2017-02-121-1/+1
* | | Improve byte-switch execution.Vibhav Pant2017-02-091-4/+5
* | | ; bytecomp.el (byte-compile-cond-jump-table): Add TODO noteVibhav Pant2017-02-061-0/+2
* | | ; byte(-opt, comp).el: Add more documentation for byte-switch code.Vibhav Pant2017-02-061-0/+19
* | | bytecomp.el: Use macroexp-const-p instead of bc-cond-valid-obj2-p.Vibhav Pant2017-02-051-11/+5
* | | ; Fix typo.Vibhav Pant2017-02-051-1/+1
* | | ; bytecomp.el (-inline-lapcode): Fix incorrect parenthesis, refactorVibhav Pant2017-02-051-5/+5