summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
* (byte-compile-declare-function): Remove declared function fromGlenn Morris2007-12-051-0/+3
* (byte-compile-declare-function): Reverse branches of if statement.Glenn Morris2007-12-021-4/+4
* (byte-compile-declare-function): Third argument to declare-functionGlenn Morris2007-11-301-1/+2
* (batch-byte-recompile-directory): Doc fix.Juanma Barranquero2007-11-261-8/+8
* (byte-compile-file-form-custom-declare-variable): Simplify.Stefan Monnier2007-11-221-10/+9
* (compilation-forget-errors): Declare as function.Glenn Morris2007-11-191-0/+3
* (byte-compile-declare-function): New function, byte-hunk-handler forGlenn Morris2007-11-171-1/+11
* * emacs-lisp/byte-opt.el (byte-optimize-featurep): OptimizeDan Nicolaescu2007-11-101-20/+45
* (byte-compile-file-form-define-abbrev-table): New function.Stefan Monnier2007-11-091-0/+7
* (byte-compile-disable-warning)Glenn Morris2007-10-301-2/+6
* (byte-compile-warnings): Document `not'.Glenn Morris2007-10-281-31/+66
* (byte-compile-warnings): Autoload the safe-local-variable property.Glenn Morris2007-10-261-1/+2
* (byte-compile-warning-types): Add mapcar and make-local.Glenn Morris2007-09-211-1/+2
* (byte-compile-warnings)Glenn Morris2007-09-211-16/+20
* Markus Triska <markus.triska at gmx.at>Glenn Morris2007-09-211-0/+4
* (byte-compile-log-file): Check major-mode via derived-mode-p.Stefan Monnier2007-09-071-2/+1
* (byte-recompile-directory): Fix bug:Thien-Thi Nguyen2007-09-011-3/+3
* Merge from emacs--rel--22Miles Bader2007-08-271-9/+12
|\
| * (byte-compile-from-buffer): Check old-style backquotes after each `read'Stefan Monnier2007-08-231-8/+8
| * (byte-compile-from-buffer): Display a big fat warning for old style backquotes.Stefan Monnier2007-08-221-1/+7
| * (byte-compile-log-file, byte-recompile-directory, byte-compile-file)Stefan Monnier2007-08-221-13/+9
* | (byte-compile-output-docform, byte-compile-output-as-comment):Stefan Monnier2007-08-231-112/+108
* | (byte-compile-interactive-only-functions): Add previous-line and next-line.Stefan Monnier2007-08-211-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (byte-compile-from-buffer): initialise byte-compile-unresolved-functions beforeAlan Mackenzie2007-07-241-6/+8
* | (byte-compile-from-buffer): initialise byte-compile-unresolved-functionsAlan Mackenzie2007-07-241-6/+8
* | (byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):Stefan Monnier2007-06-141-25/+14
* | (byte-compile-current-group): New var.Stefan Monnier2007-06-121-28/+34
* | (byte-compile-find-cl-functions): MatchMartin Rudalics2007-06-101-2/+3
* | (byte-compile-warnings): Add new option `make-local'.Glenn Morris2007-06-071-4/+9
|/
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-111-4/+27
* Markus Triska <markus.triska at gmx.at>:Glenn Morris2007-04-101-0/+8
* (byte-compile-file-form-defmumble): Use prin1 instead of princ.Richard M. Stallman2007-03-261-1/+1
* (byte-compile-warning-prefix): Correctly compute line number.Richard M. Stallman2007-03-111-2/+4
* (byte-compile-dest-file, byte-compile-file): Doc fixes.Juanma Barranquero2007-02-131-2/+5
* (byte-compile-disable-print-circle): NewKenichi Handa2007-01-291-2/+8
* Make byte compiler correctly write circular constantsMiles Bader2007-01-241-1/+3
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (byte-optimize, byte-compile-warnings): Doc fixes.Juanma Barranquero2006-11-301-6/+7
* (byte-compile-get-constant):Richard M. Stallman2006-11-281-2/+6
* (byte-compile-if): Revert last change.Chong Yidong2006-11-191-31/+24
* (byte-compile-maybe-guarded): Check `and' conditions for function orChong Yidong2006-11-181-24/+31
* (byte-compile-form): The `byte-compile'Stefan Monnier2006-07-071-1/+1
* (byte-compile-warnings-safe-p): NewReiner Steib2006-05-161-1/+14
* Move `safe-local-variable' declarations to the respective files.Reiner Steib2006-05-111-0/+4
* (byte-compile-file): Bind enable-local-variables to :safe,Richard M. Stallman2006-04-111-1/+5
* (byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.Stefan Monnier2006-04-081-3/+9
* (batch-byte-recompile-directory): Doc fix.Eli Zaretskii2006-01-131-1/+5