log lisp/emacs-lisp/bytecomp.el @ 54497:acd845de0416

age author description
Mon, 22 Mar 2004 15:23:59 +0000 Stefan Monnier (byte-recompile-directory): Ignore hidden dir.
Fri, 12 Mar 2004 10:09:59 +0000 Richard M. Stallman (byte-compile-get-constant): For strings, do compare text properties.
Thu, 29 Jan 2004 17:57:49 +0000 Richard M. Stallman (byte-compile-compatibility): Doc fix.
Tue, 13 Jan 2004 00:24:12 +0000 Luc Teirlinck *** empty log message ***
Mon, 12 Jan 2004 23:28:29 +0000 Luc Teirlinck (compile-defun): Doc fix.
Wed, 24 Dec 2003 16:09:13 +0000 Karoly Lorentey tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
Mon, 22 Sep 2003 15:16:10 +0000 Richard M. Stallman (byte-compile-log-file): Clear out byte-compile-last-warned-form.
Fri, 19 Sep 2003 14:29:42 +0000 Richard M. Stallman (byte-compile-warning-prefix):
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 06 Aug 2003 01:08:21 +0000 Richard M. Stallman (byte-compile-not-obsolete-var): New var.
Fri, 04 Jul 2003 23:47:48 +0000 Stefan Monnier (byte-compile-defvar): Check and set the default value of the variable.
Wed, 28 May 2003 11:26:45 +0000 Richard M. Stallman (byte-compile-no-warnings): New function.
Tue, 06 May 2003 05:09:48 +0000 Kenichi Handa (byte-compile-file): Fix comment
Tue, 29 Apr 2003 02:53:39 +0000 John Paul Wallington (byte-compile-cl-warn): Use `string-match'.
Mon, 28 Apr 2003 22:03:13 +0000 Dave Love (byte-compile-cl-warn): Avoid cl warnings
Thu, 24 Apr 2003 01:52:37 +0000 Richard M. Stallman Comment change.
Thu, 24 Apr 2003 01:52:27 +0000 Richard M. Stallman Comment change.
Thu, 24 Apr 2003 01:51:54 +0000 Richard M. Stallman (byte-compile-defun): Generate and compile a defalias form,
Mon, 21 Apr 2003 15:48:28 +0000 Stefan Monnier (byte-compile-defvar): Improve message.
Sat, 19 Apr 2003 04:18:37 +0000 Richard M. Stallman (byte-compile-log-file, (byte-recompile-directory): Don't use
Wed, 16 Apr 2003 20:10:33 +0000 Stefan Monnier (byte-compile-const-symbol-p): Rename arg.
Sat, 12 Apr 2003 21:39:50 +0000 Stefan Monnier (byte-compile-file-form-defvar, byte-compile-defvar):
Sat, 12 Apr 2003 20:28:10 +0000 Stefan Monnier Use push, with-current-buffer, dolist, ...
Mon, 17 Feb 2003 07:54:27 +0000 Richard M. Stallman Comment change.
Sat, 25 Jan 2003 19:44:24 +0000 Richard M. Stallman (byte-compile-file-form-custom-declare-variable):
Thu, 12 Dec 2002 20:27:43 +0000 Dave Love (byte-compile-if): Suppress warnings from
Sat, 07 Dec 2002 21:33:19 +0000 Richard M. Stallman (byte-compile-eval): Handle (t . SYMBOL) elements in load-history.
Tue, 19 Nov 2002 18:00:27 +0000 Dave Love (maphash, map-char-table): Use
Wed, 06 Nov 2002 05:07:04 +0000 Richard M. Stallman (byte-compile-lambda): Handle progn like let, inside interactive spec.
Thu, 17 Oct 2002 15:32:26 +0000 Juanma Barranquero Fix typo.
Wed, 18 Sep 2002 16:02:49 +0000 Richard M. Stallman (byte-compile-output-docform): Don't make the definition dynamic if it
Mon, 09 Sep 2002 21:41:34 +0000 Stefan Monnier (byte-compile-file): Don't switch buffer.
Mon, 09 Sep 2002 19:35:57 +0000 Richard M. Stallman (byte-recompile-directory): Set and then bind default-directory.
Mon, 09 Sep 2002 00:28:24 +0000 Richard M. Stallman (byte-compile-delete-errors): Default to nil.
Thu, 29 Aug 2002 17:26:47 +0000 Richard M. Stallman (byte-compile-warning-prefix):
Thu, 29 Aug 2002 14:49:48 +0000 Richard M. Stallman (byte-compile-log-file): Use \f.
Wed, 31 Jul 2002 22:04:33 +0000 Richard M. Stallman (byte-compile-find-cl-functions):
Thu, 25 Jul 2002 18:18:10 +0000 Richard M. Stallman (byte-compile-set-symbol-position): Don't recompute `entry' on each iteration.
Wed, 24 Jul 2002 03:58:02 +0000 Richard M. Stallman (byte-compile-cl-functions): New variable.
Sat, 20 Jul 2002 22:01:19 +0000 Richard M. Stallman Use warnings.el:
Fri, 19 Jul 2002 23:01:10 +0000 Richard M. Stallman (byte-compile-cl-warn): Delete `values'
Fri, 19 Jul 2002 11:35:37 +0000 Juanma Barranquero (unread-command-char, executing-macro, post-command-idle-hook,
Fri, 19 Jul 2002 06:23:28 +0000 Juanma Barranquero (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
Tue, 02 Jul 2002 18:48:34 +0000 Richard M. Stallman (byte-compile-warning-types):
Thu, 27 Jun 2002 16:07:04 +0000 Juanma Barranquero (baud-rate): Fix obsolescence declaration.
Tue, 25 Jun 2002 01:09:52 +0000 Stefan Monnier (byte-compile-callargs-warn):
Sat, 15 Jun 2002 20:37:01 +0000 Richard M. Stallman (byte-recompile-directory): Doc fix.
Wed, 29 May 2002 16:38:46 +0000 Richard M. Stallman (batch-byte-compile-file): Delete the output file if we get a file-error.
Tue, 28 May 2002 17:39:45 +0000 Colin Walters (byte-compile-last-line): Deleted.
Sun, 24 Mar 2002 19:47:26 +0000 Gerd Moellmann (byte-compile-file-form-defmumble):
Fri, 22 Mar 2002 23:05:26 +0000 Stefan Monnier (batch-byte-compile-if-not-done): Add autoload cookie.
Fri, 01 Feb 2002 04:14:14 +0000 Richard M. Stallman (batch-byte-compile): New arg noforce.
Sat, 17 Nov 2001 00:54:36 +0000 Stefan Monnier (byte-compile-call-tree, byte-code-vector)
Mon, 29 Oct 2001 17:26:26 +0000 Sam Steingold (byte-recompile-directory): Report numbers of files skipped and failed too.
Thu, 18 Oct 2001 21:05:16 +0000 Sam Steingold Put the *Compile-Log* buffer in `compilation-mode'.
Fri, 12 Oct 2001 21:56:53 +0000 Gerd Moellmann (byte-compile-check-lambda-list):
Fri, 12 Oct 2001 14:19:39 +0000 Gerd Moellmann (byte-compile-check-lambda-list): New
Thu, 11 Oct 2001 12:57:18 +0000 Gerd Moellmann (byte-compile-display-log-head-p): New
Sun, 07 Oct 2001 23:33:47 +0000 Stefan Monnier (byte-compile-file): Return success when the file says no-byte-compile.
Fri, 05 Oct 2001 09:29:51 +0000 Gerd Moellmann (byte-recompile-directory): Make sure the file is readable.