log lisp/emacs-lisp/bytecomp.el @ 41518:ee7c1fe5feaf

age author description
2001-11-17 Stefan Monnier (byte-compile-call-tree, byte-code-vector)
2001-10-29 Sam Steingold (byte-recompile-directory): Report numbers of files skipped and failed too.
2001-10-18 Sam Steingold Put the *Compile-Log* buffer in `compilation-mode'.
2001-10-12 Gerd Moellmann (byte-compile-check-lambda-list):
2001-10-12 Gerd Moellmann (byte-compile-check-lambda-list): New
2001-10-11 Gerd Moellmann (byte-compile-display-log-head-p): New
2001-10-07 Stefan Monnier (byte-compile-file): Return success when the file says no-byte-compile.
2001-10-05 Gerd Moellmann (byte-recompile-directory): Make sure the file is readable.
2001-08-21 Miles Bader (byte-compile-file): Remove TARGET-FILE before writing it, so that
2001-07-15 Pavel Janík Some fixes to follow coding conventions in files maintained by FSF.
2001-05-27 Stefan Monnier (byte-compile-file-form-autoload): Use the
2001-01-08 Richard M. Stallman (byte-compile-log-1): In non-batch case, don't mention the file name
2000-11-09 Gerd Moellmann (byte-compiling-files-p): New function.
2000-11-09 Gerd Moellmann (byte-compile-current-file): Don't bind
2000-10-23 Miles Bader (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2000-10-23 Miles Bader [the following changes fix a bug where `define-minor-mode' didn't
2000-09-25 Gerd Moellmann (byte-compile-defvar-or-defconst): Only cons onto
2000-09-12 Gerd Moellmann Undo last change
2000-09-11 Gerd Moellmann (byte-compile-defvar): Only cons onto
2000-08-27 Dave Love (mapc): Use byte-compile-funarg.
2000-08-19 Miles Bader (byte-compile-beginning-of-line):
2000-08-07 Kenichi Handa (byte-compile-fix-header): Fix the way of checking the existence of
2000-06-01 Stefan Monnier * byte-run.el (make-obsolete, make-obsolete-variable):
2000-05-26 Dave Love (byte-compile-callargs-warn): Use subr-arity to check primitives.
2000-03-31 Gerd Moellmann (byte-compile-file-form-autoload): Re-enable new code.
2000-03-30 Gerd Moellmann (byte-compile-file-form-autoload): Disable new code.
2000-03-29 Dave Love Doc fixes.
2000-03-26 Stefan Monnier (byte-compile-eval): Fix and reenable the code.
2000-03-24 Gerd Moellmann (byte-compile-eval): Disable new code.
2000-03-24 Stefan Monnier (byte-compile-warning-types, byte-compile-warnings): New warning `noruntime'.
2000-02-23 Dave Love Change old backquote syntax.
2000-02-02 Dave Love Run bytecomp-load-hook.
2000-01-06 Dave Love (byte-extrude-byte-code-vectors): Use remprop.
1999-12-18 Dave Love (byte-compile-constp): Include keywords.
1999-12-16 Dave Love (byte-compile-bound-variables): Doc fix.
1999-09-11 Richard M. Stallman (byte-compile-output-docform): Bind print-gensym-alist for compatibility,
1999-09-11 Richard M. Stallman (byte-compile-output-docform): Bind print-continuous-numbering and
1999-04-06 Richard M. Stallman (byte-compile-file): Clear buffer-file-coding-system. If the coding
1999-01-07 Dave Love (byte-compile-warnings): Doc fix.
1998-11-18 Richard M. Stallman (temp-buffer-show-hook): This is not obsolete.
1998-10-17 Richard M. Stallman (byte-recompile-directory):
1998-09-28 Richard M. Stallman (byte-compile-dynamic): Doc fix.
1998-08-28 Kenichi Handa (byte-compile-output-as-comment):
1998-08-18 Richard M. Stallman Whitespace change.
1998-08-05 Richard M. Stallman (byte-compile-from-buffer): Make the output buffer multibyte.
1998-07-05 Richard M. Stallman (byte-compile-file): Bind set-auto-coding-for-load to t.
1998-06-24 Andreas Schwab (byte-compile-generate-call-tree):
1998-06-04 Karl Heuer (byte-compile-lambda): Fix previous change.
1998-05-19 Richard M. Stallman (byte-compile-insert-header): Do not look for multibyte characters here.
1998-05-13 Richard M. Stallman (byte-compile-insert-header): Fix prev chg.
1998-05-13 Richard M. Stallman (byte-compile-from-buffer):
1998-05-10 Richard M. Stallman (byte-compile-output-docform): Use position-bytes.
1998-04-23 Richard M. Stallman (byte-compile-file): Always read the file in multibyte mode
1998-04-15 Karl Heuer (byte-compile-warn-about-unresolved-functions): Fix whitespace.
1998-04-14 Andreas Schwab (byte-compile-warnings): Fix customize
1998-02-05 Richard M. Stallman (byte-compile-output-as-comment):
1998-02-02 Richard M. Stallman (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.
1998-01-26 Richard M. Stallman Customized.
1997-09-25 Karl Heuer (displaying-byte-compile-warnings): Show
1997-08-31 Richard M. Stallman (byte-compile-output-file-form): Handle custom-declare-variable.