summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-compile-single-version): Remove, unused.Glenn Morris2009-11-141-129/+2
* (byte-compile-insert-header): Drop test for Emacs 19. (Bug#1531)Glenn Morris2009-11-051-98/+78
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.Dan Nicolaescu2009-11-041-1/+1
* (byte-defop-compiler19): Remove.Glenn Morris2009-11-041-53/+40
* (byte-compile-version-cond): Remove macro.Glenn Morris2009-11-041-123/+63
* (byte-compile-file-form-defvar)Glenn Morris2009-11-031-29/+25
* (byte-compile-warning-types, byte-compile-warnings): Add `constants'Glenn Morris2009-10-311-85/+64
* * eval.c (Fcalled_interactively_p): Add `kind' argument.Stefan Monnier2009-10-011-9/+13
* * emacs-lisp/byte-run.el (advertised-signature-table): New var.Stefan Monnier2009-10-011-14/+16
* (byte-compile-defmacro-declaration): New fun.Stefan Monnier2009-10-011-18/+29
* (byte-compile-form): Always check the function arguments, whether orGlenn Morris2009-09-171-6/+6
* (byte-compile-not-obsolete-vars): Rename from byte-compile-not-obsolete-var.Glenn Morris2009-09-161-15/+28
* * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.Stefan Monnier2009-09-151-1/+0
* (byte-compile-refresh-preloaded): New function.Stefan Monnier2009-09-151-1/+22
* (byte-compile-keep-pending, byte-compile-file-form, byte-compile-lambda)Glenn Morris2009-09-151-111/+122
* (byte-compile-function-environment): Doc fix.Glenn Morris2009-09-101-5/+26
* (emacs-lisp-file-regexp): Doc fix.Glenn Morris2009-09-051-31/+70
* (byte-compile-interactive-only-functions): Add comint-run.Stefan Monnier2009-08-301-1/+1
* (byte-compile-const-symbol-p):Stefan Monnier2009-08-291-4/+17
* * gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier2009-08-281-6/+7
* (byte-compile-lapcode): Fix up last change.Stefan Monnier2009-08-261-1/+1
* (byte-compile-lapcode): Signal overflow.Stefan Monnier2009-08-261-1/+3
* (byte-compile-file-form-require): Tweak previous change.Glenn Morris2009-08-251-3/+3
* (byte-compile-eval): Fix test for cl in load-history for absolute file-names.Glenn Morris2009-08-251-4/+8
* (byte-compile-interactive-only-functions): Add goto-line.Stefan Monnier2009-08-101-1/+2
* fix message: new multibyte format requires 23Seiji Zenitani2009-08-061-2/+2
* (byte-compile-from-buffer, byte-compile-output-file-form)Glenn Morris2009-07-231-50/+63
* (emacs-lisp-file-regexp): Fix up EOB.Stefan Monnier2009-02-021-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)Juanma Barranquero2008-11-201-21/+21
* (byte-compile-associative)Chong Yidong2008-11-141-20/+33
* * bitmaps/README:Dan Nicolaescu2008-07-311-8/+3
* (byte-compile-maybe-guarded): Doc fix.Glenn Morris2008-06-131-2/+2
* (byte-compile-current-group): New var.Stefan Monnier2008-06-081-7/+18
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (byte-compile-file): Doc fix.Glenn Morris2008-04-271-1/+1
* Johan Bockg� <bojohan at gnu.org>Glenn Morris2008-04-271-9/+3
* (byte-compile-warn-obsolete): New function.Glenn Morris2008-04-261-23/+23
* (byte-compile-warnings-safe-p): Use `byte-compile-warning-types'.Juanma Barranquero2008-03-311-5/+2
* (byte-compile-obsolete): If no replacement is provided,Juanma Barranquero2008-03-261-4/+6
* (byte-compile-maybe-guarded):Stefan Monnier2008-03-031-17/+1
* This is Dan's patch fromGlenn Morris2008-03-011-98/+113
* (byte-compile-maybe-guarded): Restore code commented out 2007-11-10.Glenn Morris2008-03-011-4/+10
* (byte-compile-lapcode): UseKenichi Handa2008-02-121-1/+1
* Merge from emacs--devo--0Miles Bader2008-01-091-48/+48
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| | * (batch-byte-recompile-directory): Doc fix.Juanma Barranquero2007-11-261-3/+3
| | * (byte-compile-warnings): Autoload the safe-local-variable property.Glenn Morris2007-10-261-1/+2
| | * (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-1/+1