Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (byte-compile-insert-header): | Karl Heuer | 1995-05-26 | 1 | -4/+9 |
| | | | | | When using dynamic docstrings, refuse to load in 19.28 and older. In that error message, don't mention the directory names. | ||||
* | (byte-compile-dynamic-docstrings): Doc fix. | Karl Heuer | 1995-05-18 | 1 | -0/+5 |
| | |||||
* | (byte-compile-insert-header): Cope if user-mail-address is unbound. | Richard M. Stallman | 1995-05-15 | 1 | -1/+1 |
| | |||||
* | (byte-recompile-directory): Use force-mode-line-update. | Karl Heuer | 1995-04-25 | 1 | -1/+1 |
| | |||||
* | (byte-compile-log-file): Always insert at eob. | Richard M. Stallman | 1995-04-13 | 1 | -1/+5 |
| | | | | (byte-compile-insert-header): Cope if user-mail-address is nil. | ||||
* | (byte-compile-log-file): New function. | Richard M. Stallman | 1995-04-09 | 1 | -7/+26 |
| | | | | | | (displaying-byte-compile-warnings): Log the file name at start; display the log buffer only if something more gets output by BODY. (byte-compile-warnings-point-max): Initialize to nil. | ||||
* | (byte-compile-output-docform): Output doc string position | Richard M. Stallman | 1995-04-07 | 1 | -1/+7 |
| | | | | as negative number, if doc string starts with *. | ||||
* | (byte-compile-out-toplevel): Compile lambda forms even if trivial. | Karl Heuer | 1995-03-24 | 1 | -5/+8 |
| | |||||
* | (byte-compile-file): Bind default-major-mode to avoid randomness. | Richard M. Stallman | 1995-02-25 | 1 | -0/+1 |
| | |||||
* | (byte-compile-file): Add "done" message. | Karl Heuer | 1995-02-08 | 1 | -0/+2 |
| | |||||
* | (byte-compile-file-form-defmumble, display-call-tree): Print ellipsis earlier, | Karl Heuer | 1995-02-08 | 1 | -2/+2 |
| | | | | so message logging will fold similar strings. | ||||
* | (byte-compile-defvar): Add the var to current-load-list. | Richard M. Stallman | 1995-01-22 | 1 | -0/+5 |
| | |||||
* | Fix text punctuation. | Karl Heuer | 1995-01-09 | 1 | -3/+3 |
| | |||||
* | (byte-compile-warning-types): Add obsolete. | Richard M. Stallman | 1994-12-26 | 1 | -8/+13 |
| | | | | | | (byte-compile-warnings): Doc fix. (byte-compile-obsolete): Check for obsolete in byte-compile-warnings. (byte-compile-variable-ref): Likewise. | ||||
* | (byte-compile-dest-file): New variable. | Richard M. Stallman | 1994-12-24 | 1 | -162/+260 |
| | | | | | | | | | | | | | | | | | (byte-compile-file): Bind that var, early on. (byte-compile-dynamic): New variable. (byte-compile-dynamic-docstrings): New variable. (byte-compile-close-variables): Bind byte-compile-dynamic, byte-compile-dynamic-docstrings, and byte-compiler-compatibility. (byte-compile-file): Call normal-mode, not set-auto-mode. (byte-compile-output-docform): New arguments PREFACE, NAME, SPECINDEX, QUOTED. Callers changed. Output doc strings as references to the .elc file itself, using #@ and #$ constructs. (byte-compile-output-as-comment): New function. (byte-compile-insert-header): Don't save-excursion. Insert at point, and move point. Insert extra newline at end. (byte-compile-from-buffer): Insert the header before compilation. | ||||
* | (byte-compile-insert-header): Escape backslashes | Richard M. Stallman | 1994-11-01 | 1 | -1/+4 |
| | | | | in FILENAME when putting it inside a string constant. | ||||
* | (byte-compile-file): Treat windows-nt like ms-dos. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| | |||||
* | (byte-compile-insert-header): Use user-mail-address. | Richard M. Stallman | 1994-10-09 | 1 | -1/+1 |
| | |||||
* | (byte-compile-protect-from-advice): Macro deleted. | Richard M. Stallman | 1994-08-04 | 1 | -91/+60 |
| | | | | (byte-compile-from-buffer, byte-compile-top-level): Don't use it. | ||||
* | (byte-compile-defalias): Fix typo in prev change. | Richard M. Stallman | 1994-07-02 | 1 | -1/+1 |
| | |||||
* | (byte-compile-callargs-warn): Handle function defnition | Richard M. Stallman | 1994-06-29 | 1 | -3/+36 |
| | | | | | | | that is not a lambda expression or byte code function. (byte-compile-arglist-warn): Likewise. (byte-compile-defalias): New function, used to compile defalias. (byte-compile-defalias-warn): New function. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (byte-compile-file): Use whole file name for errors. | Richard M. Stallman | 1994-03-28 | 1 | -1/+1 |
| | |||||
* | (byte-compile-track-mouse): Undo previous change, | Richard M. Stallman | 1994-03-10 | 1 | -5/+7 |
| | | | | but use byte-compile-top-level-body. | ||||
* | (byte-compile-track-mouse): Handle >1 body form. | Richard M. Stallman | 1994-03-05 | 1 | -7/+5 |
| | | | | Generate code that binds track-mouse. | ||||
* | (byte-compile-insert-header): Take a filename argument. | Richard M. Stallman | 1994-03-04 | 1 | -17/+18 |
| | | | | | | (byte-compile-from-buffer): Change second argument to filename. Always return outbuffer; never eval from it or kill it. (byte-compile-file): Pass filename to byte-compile-from-buffer. | ||||
* | (byte-compile-protect-from-advice): New macro that | Richard M. Stallman | 1994-02-25 | 1 | -78/+109 |
| | | | | | | temporarily deactivates advice of `defun/defmacro' while BODY is run. (byte-compile-from-buffer, byte-compile-top-level): Use `byte-compile-protect-from-advice' to protect compilation. | ||||
* | (byte-compile-file): Return nil on failure. | Karl Heuer | 1994-02-23 | 1 | -2/+2 |
| | |||||
* | (byte-compile-condition-case): Disable warning about | Richard M. Stallman | 1994-01-11 | 1 | -8/+16 |
| | | | | symbol not naming a condition. Allow a list of condition names. | ||||
* | [ms-dos] (byte-compile-file): Save as binary. | Richard M. Stallman | 1994-01-06 | 1 | -0/+2 |
| | |||||
* | Comment fix. | Richard M. Stallman | 1994-01-04 | 1 | -2/+0 |
| | |||||
* | Provide bytecomp as well as byte-compile. | Richard M. Stallman | 1993-12-25 | 1 | -0/+1 |
| | |||||
* | (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it. | Richard M. Stallman | 1993-12-23 | 1 | -2/+4 |
| | | | | | | (byte-recompile-directory): Don't treat symlinks as dirs. (batch-byte-recompile-directory): Add autoload cookie. | ||||
* | (byte-compile-from-buffer): Set float-output-format to | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| | | | | nil, not "%.20e", since nil is guaranteed to not lose info on output. | ||||
* | `mod' is no longer an alias for `%'. | Paul Eggert | 1993-08-10 | 1 | -2/+0 |
| | |||||
* | (byte-recompile-directory): At end of compiling a file, | Richard M. Stallman | 1993-08-02 | 1 | -0/+2 |
| | | | | put back the "Checking DIR..." message. | ||||
* | (byte-recompile-directory): Doc fix. | Richard M. Stallman | 1993-07-27 | 1 | -1/+4 |
| | |||||
* | * bytecomp.el (byte-compile-from-buffer): Bind float-output-format | Jim Blandy | 1993-07-18 | 1 | -1/+1 |
| | | | | | to "%.20e", not "%20e"; the latter is always ignored, since it doesn't have a decimal point after the percent sign. | ||||
* | (byte-compile-file-form-defmumble): Undo previous change. | Richard M. Stallman | 1993-07-09 | 1 | -2/+1 |
| | | | | It turns out the second arg was put in by mistake in the first place. | ||||
* | (byte-compile-setq-default): | Richard M. Stallman | 1993-07-09 | 1 | -10/+10 |
| | | | | | | Generate a progn of calls to set-default, then compile it. (byte-compile-file-form-defmumble): Put back second arg of byte-compile-keep-pending, accidentally deleted before. | ||||
* | (byte-compile-setq-default): Handle multiple pairs args like setq (as | Roland McGrath | 1993-07-07 | 1 | -3/+9 |
| | | | | the setq-default subr does). | ||||
* | (byte-compile-keep-pending): Handle fset like defalias. | Richard M. Stallman | 1993-07-02 | 1 | -3/+4 |
| | | | | (byte-compile-file-form-defmumble): Fix backward if in prev change. | ||||
* | (byte-compile-file-form-defmumble): | Richard M. Stallman | 1993-07-01 | 1 | -2/+6 |
| | | | | If byte-compile-compatibility, use fset, not defalias. | ||||
* | (byte-compile-file-form-defmumble): Typo in prev change. | Richard M. Stallman | 1993-06-16 | 1 | -2/+1 |
| | |||||
* | (byte-compile-file-form-defmumble): Use defalias | Richard M. Stallman | 1993-06-15 | 1 | -1/+1 |
| | | | | for named function, even if no doc string. | ||||
* | (byte-compile-file): Undo previous change. | Richard M. Stallman | 1993-06-13 | 1 | -13/+6 |
| | | | | (batch-byte-recompile-directory): Doc fix. | ||||
* | * bytecomp.el: Bring it up to version 2.10 of the | Jim Blandy | 1993-06-11 | 1 | -33/+82 |
| | | | | Zawinski-Furuseth compiler. Changes from David Gillespie. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -4/+4 |
| | |||||
* | (byte-compile-insert-header): Fix backwards test | Richard M. Stallman | 1993-06-03 | 1 | -1/+1 |
| | | | | of byte-compile-compatibility. | ||||
* | (byte-compile-file): Don't write output if error. | Richard M. Stallman | 1993-05-18 | 1 | -36/+37 |
| |