summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * bytecomp.el (byte-compile-report-error): Allow the argument to be a string.Glenn Morris2014-11-081-2/+5
* * lisp/emacs-lisp/bytecomp.el: Require cl-extra.Stefan Monnier2014-10-231-1/+5
* * lisp/emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case whereStefan Monnier2014-10-221-9/+10
* Restore temporarily reverted bytecomp changeStefan Monnier2014-10-201-5/+6
* Temporarily revert previous bytecomp changeGlenn Morris2014-10-201-6/+5
* * lisp/emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-argStefan Monnier2014-10-191-5/+6
* Move some help functions from help-fns.el to help.el, which is preloaded.Glenn Morris2014-03-131-1/+0
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* "Use instead" obsolescence messages should end with "."Glenn Morris2014-02-061-1/+1
* Silence byte-compiler warning.Juanma Barranquero2014-01-241-3/+1
* Use whole file-name-history'.Daniel Colascione2014-01-151-1/+1
* * lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.Stefan Monnier2014-01-061-8/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
* Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris2013-11-301-8/+12
* * lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.Bozhidar Batsov2013-11-251-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov2013-11-251-10/+16
* Cleanup namespace of dos-w32.el.Stefan Monnier2013-10-291-5/+16
* Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier2013-10-031-12/+92
* * bytecomp.el (byte-recompile-directory): Fix is-this-a-directory logic.Glenn Morris2013-08-301-10/+10
* * bytecomp.el (byte-compile-make-variable-buffer-local): Tweak warning.Glenn Morris2013-08-151-1/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,Stefan Monnier2013-08-071-35/+20
* * lisp/emacs-lisp/bytecomp.el: Check existence of f in #'f.Stefan Monnier2013-08-071-39/+57
* Check autoload's "type" argument correctly in bytecomp.elGlenn Morris2013-06-191-2/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.Stefan Monnier2013-06-131-23/+12
* Improve previous bytecomp fixGlenn Morris2013-06-071-3/+6
* bytecomp fix for bug#14565Glenn Morris2013-06-061-9/+12
* Fix compilation error with simultaneous dynamic+lexical scoping.Stefan Monnier2013-06-041-74/+85
* * lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.Glenn Morris2013-05-271-2/+3
* Tweak byte-compile-file-form-autoload warningsGlenn Morris2013-05-221-12/+17
* Silence byte-compiler warnings.Juanma Barranquero2013-05-081-1/+1
* No longer include timestamp in header of .elc filesGlenn Morris2013-04-201-5/+1
* * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Use let.Stefan Monnier2013-02-251-4/+2
* Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-251-0/+2
* Avoid recursive byte-compile-files fighting over input/output buffersGlenn Morris2013-02-231-3/+18
* Remove all references to buffer-file-type and related features.Eli Zaretskii2013-02-091-2/+0
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-231-0/+3
|\|
| * * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Setup default value forStefan Monnier2012-11-231-0/+3
* | * lisp/emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.Stefan Monnier2012-11-201-2/+2
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turnStefan Monnier2012-11-091-1/+2
* | * lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):Stefan Monnier2012-11-081-12/+27
* | Decouple "noruntime" and "cl-functions" bytecomp warningsGlenn Morris2012-11-021-10/+1
|/
* Fix spurious "cl--defsubst-expand might not be defined at runtime"Stefan Monnier2012-10-111-5/+3
* * lisp/emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.Stefan Monnier2012-10-011-4/+12
* * bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.Glenn Morris2012-09-281-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.Stefan Monnier2012-09-201-11/+5
* byte-compile-warning-prefix tweakGlenn Morris2012-09-121-0/+4
* byte-compile-setq-default fix for bug#12195Glenn Morris2012-08-141-14/+16