summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-compile-lambda): Handle progn like let, inside interactive spec.Richard M. Stallman2002-11-061-4/+2
* Fix typo.Juanma Barranquero2002-10-171-6/+6
* (byte-compile-output-docform): Don't make the definition dynamic if itRichard M. Stallman2002-09-181-2/+13
* (byte-compile-file): Don't switch buffer.Stefan Monnier2002-09-091-3/+5
* (byte-recompile-directory): Set and then bind default-directory.Richard M. Stallman2002-09-091-57/+61
* (byte-compile-delete-errors): Default to nil.Richard M. Stallman2002-09-091-2/+2
* (byte-compile-warning-prefix):Richard M. Stallman2002-08-291-45/+72
* (byte-compile-log-file): Use \f.Richard M. Stallman2002-08-291-6/+13
* (byte-compile-find-cl-functions):Richard M. Stallman2002-07-311-2/+3
* (byte-compile-set-symbol-position): Don't recompute `entry' on each iteration.Richard M. Stallman2002-07-251-13/+11
* (byte-compile-cl-functions): New variable.Richard M. Stallman2002-07-241-10/+28
* Use warnings.el:Richard M. Stallman2002-07-201-70/+59
* (byte-compile-cl-warn): Delete `values'Richard M. Stallman2002-07-191-4/+4
* (unread-command-char, executing-macro, post-command-idle-hook,Juanma Barranquero2002-07-191-9/+1
* (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,Juanma Barranquero2002-07-191-10/+1
* (byte-compile-warning-types):Richard M. Stallman2002-07-021-9/+57
* (baud-rate): Fix obsolescence declaration.Juanma Barranquero2002-06-271-3/+3
* (byte-compile-callargs-warn):Stefan Monnier2002-06-251-22/+24
* (byte-recompile-directory): Doc fix.Richard M. Stallman2002-06-151-7/+8
* (batch-byte-compile-file): Delete the output file if we get a file-error.Richard M. Stallman2002-05-291-1/+12
* (byte-compile-last-line): Deleted.Colin Walters2002-05-281-66/+160
* (byte-compile-file-form-defmumble):Gerd Moellmann2002-03-241-2/+18
* (batch-byte-compile-if-not-done): Add autoload cookie.Stefan Monnier2002-03-221-1/+2
* (batch-byte-compile): New arg noforce.Richard M. Stallman2002-02-011-5/+20
* (byte-compile-call-tree, byte-code-vector)Stefan Monnier2001-11-171-10/+17
* (byte-recompile-directory): Report numbers of files skipped and failed too.Sam Steingold2001-10-291-17/+24
* Put the *Compile-Log* buffer in `compilation-mode'.Sam Steingold2001-10-181-18/+20
* (byte-compile-check-lambda-list):Gerd Moellmann2001-10-121-2/+2
* (byte-compile-check-lambda-list): NewGerd Moellmann2001-10-121-1/+28
* (byte-compile-display-log-head-p): NewGerd Moellmann2001-10-111-104/+95
* (byte-compile-file): Return success when the file says no-byte-compile.Stefan Monnier2001-10-071-48/+48
* (byte-recompile-directory): Make sure the file is readable.Gerd Moellmann2001-10-051-60/+71
* (byte-compile-file): Remove TARGET-FILE before writing it, so thatMiles Bader2001-08-211-2/+9
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-2/+2
* (byte-compile-file-form-autoload): Use theStefan Monnier2001-05-271-6/+6
* (byte-compile-log-1): In non-batch case, don't mention the file nameRichard M. Stallman2001-01-081-9/+15
* (byte-compiling-files-p): New function.Gerd Moellmann2000-11-091-4/+2
* (byte-compile-current-file): Don't bindGerd Moellmann2000-11-091-2/+4
* (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.Miles Bader2000-10-231-1/+2
* [the following changes fix a bug where `define-minor-mode' didn'tMiles Bader2000-10-231-6/+13
* (byte-compile-defvar-or-defconst): Only cons ontoGerd Moellmann2000-09-251-18/+27
* Undo last changeGerd Moellmann2000-09-121-10/+13
* (byte-compile-defvar): Only cons ontoGerd Moellmann2000-09-111-14/+11
* (mapc): Use byte-compile-funarg.Dave Love2000-08-271-1/+2
* (byte-compile-beginning-of-line):Miles Bader2000-08-191-15/+1
* (byte-compile-fix-header): Fix the way of checking the existence ofKenichi Handa2000-08-071-3/+1
* * byte-run.el (make-obsolete, make-obsolete-variable):Stefan Monnier2000-06-011-35/+45
* (byte-compile-callargs-warn): Use subr-arity to check primitives.Dave Love2000-05-261-16/+24
* (byte-compile-file-form-autoload): Re-enable new code.Gerd Moellmann2000-03-311-2/+2
* (byte-compile-file-form-autoload): Disable new code.Gerd Moellmann2000-03-301-2/+2