| Commit message (Expand) | Author | Age | Files | Lines |
* | (byte-compile-defvar): Check and set the default value of the variable. | Stefan Monnier | 2003-07-04 | 1 | -4/+4 |
* | (byte-compile-no-warnings): New function. | Richard M. Stallman | 2003-05-28 | 1 | -2/+7 |
* | (byte-compile-file): Fix comment | Kenichi Handa | 2003-05-06 | 1 | -2/+2 |
* | (byte-compile-cl-warn): Use `string-match'. | John Paul Wallington | 2003-04-29 | 1 | -2/+2 |
* | (byte-compile-cl-warn): Avoid cl warnings | Dave Love | 2003-04-28 | 1 | -2/+10 |
* | Comment change. | Richard M. Stallman | 2003-04-24 | 1 | -1/+3 |
* | (byte-compile-defun): Generate and compile a defalias form, | Richard M. Stallman | 2003-04-24 | 1 | -6/+15 |
* | (byte-compile-defvar): Improve message. | Stefan Monnier | 2003-04-21 | 1 | -4/+8 |
* | (byte-compile-log-file, (byte-recompile-directory): Don't use | Richard M. Stallman | 2003-04-19 | 1 | -3/+12 |
* | (byte-compile-const-symbol-p): Rename arg. | Stefan Monnier | 2003-04-16 | 1 | -4/+4 |
* | (byte-compile-file-form-defvar, byte-compile-defvar): | Stefan Monnier | 2003-04-12 | 1 | -3/+3 |
* | Use push, with-current-buffer, dolist, ... | Stefan Monnier | 2003-04-12 | 1 | -102/+103 |
* | Comment change. | Richard M. Stallman | 2003-02-17 | 1 | -12/+12 |
* | (byte-compile-file-form-custom-declare-variable): | Richard M. Stallman | 2003-01-25 | 1 | -1/+14 |
* | (byte-compile-if): Suppress warnings from | Dave Love | 2002-12-12 | 1 | -14/+48 |
* | (byte-compile-eval): Handle (t . SYMBOL) elements in load-history. | Richard M. Stallman | 2002-12-07 | 1 | -7/+19 |
* | (maphash, map-char-table): Use | Dave Love | 2002-11-19 | 1 | -1/+3 |
* | (byte-compile-lambda): Handle progn like let, inside interactive spec. | Richard M. Stallman | 2002-11-06 | 1 | -4/+2 |
* | Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -6/+6 |
* | (byte-compile-output-docform): Don't make the definition dynamic if it | Richard M. Stallman | 2002-09-18 | 1 | -2/+13 |
* | (byte-compile-file): Don't switch buffer. | Stefan Monnier | 2002-09-09 | 1 | -3/+5 |
* | (byte-recompile-directory): Set and then bind default-directory. | Richard M. Stallman | 2002-09-09 | 1 | -57/+61 |
* | (byte-compile-delete-errors): Default to nil. | Richard M. Stallman | 2002-09-09 | 1 | -2/+2 |
* | (byte-compile-warning-prefix): | Richard M. Stallman | 2002-08-29 | 1 | -45/+72 |
* | (byte-compile-log-file): Use \f. | Richard M. Stallman | 2002-08-29 | 1 | -6/+13 |
* | (byte-compile-find-cl-functions): | Richard M. Stallman | 2002-07-31 | 1 | -2/+3 |
* | (byte-compile-set-symbol-position): Don't recompute `entry' on each iteration. | Richard M. Stallman | 2002-07-25 | 1 | -13/+11 |
* | (byte-compile-cl-functions): New variable. | Richard M. Stallman | 2002-07-24 | 1 | -10/+28 |
* | Use warnings.el: | Richard M. Stallman | 2002-07-20 | 1 | -70/+59 |
* | (byte-compile-cl-warn): Delete `values' | Richard M. Stallman | 2002-07-19 | 1 | -4/+4 |
* | (unread-command-char, executing-macro, post-command-idle-hook, | Juanma Barranquero | 2002-07-19 | 1 | -9/+1 |
* | (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate, | Juanma Barranquero | 2002-07-19 | 1 | -10/+1 |
* | (byte-compile-warning-types): | Richard M. Stallman | 2002-07-02 | 1 | -9/+57 |
* | (baud-rate): Fix obsolescence declaration. | Juanma Barranquero | 2002-06-27 | 1 | -3/+3 |
* | (byte-compile-callargs-warn): | Stefan Monnier | 2002-06-25 | 1 | -22/+24 |
* | (byte-recompile-directory): Doc fix. | Richard M. Stallman | 2002-06-15 | 1 | -7/+8 |
* | (batch-byte-compile-file): Delete the output file if we get a file-error. | Richard M. Stallman | 2002-05-29 | 1 | -1/+12 |
* | (byte-compile-last-line): Deleted. | Colin Walters | 2002-05-28 | 1 | -66/+160 |
* | (byte-compile-file-form-defmumble): | Gerd Moellmann | 2002-03-24 | 1 | -2/+18 |
* | (batch-byte-compile-if-not-done): Add autoload cookie. | Stefan Monnier | 2002-03-22 | 1 | -1/+2 |
* | (batch-byte-compile): New arg noforce. | Richard M. Stallman | 2002-02-01 | 1 | -5/+20 |
* | (byte-compile-call-tree, byte-code-vector) | Stefan Monnier | 2001-11-17 | 1 | -10/+17 |
* | (byte-recompile-directory): Report numbers of files skipped and failed too. | Sam Steingold | 2001-10-29 | 1 | -17/+24 |
* | Put the *Compile-Log* buffer in `compilation-mode'. | Sam Steingold | 2001-10-18 | 1 | -18/+20 |
* | (byte-compile-check-lambda-list): | Gerd Moellmann | 2001-10-12 | 1 | -2/+2 |
* | (byte-compile-check-lambda-list): New | Gerd Moellmann | 2001-10-12 | 1 | -1/+28 |
* | (byte-compile-display-log-head-p): New | Gerd Moellmann | 2001-10-11 | 1 | -104/+95 |
* | (byte-compile-file): Return success when the file says no-byte-compile. | Stefan Monnier | 2001-10-07 | 1 | -48/+48 |
* | (byte-recompile-directory): Make sure the file is readable. | Gerd Moellmann | 2001-10-05 | 1 | -60/+71 |
* | (byte-compile-file): Remove TARGET-FILE before writing it, so that | Miles Bader | 2001-08-21 | 1 | -2/+9 |