summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (byte-compile-associative): Treat one arg case like (+ x 0).Richard M. Stallman1996-08-291-1/+5
|
* (byte-compile-out-toplevel): Always compile to byte codeRichard M. Stallman1996-08-281-9/+47
| | | | | | if an uninterned symbol appears. (byte-compile-byte-code-maker): Handle uninterned symbols in the constant vector.
* (byte-compile-funarg-2): New function,Richard M. Stallman1996-08-281-1/+15
| | | | (sort): Use byte-compile-funarg-2.
* (byte-compile-insert-header): Fix previous change.Richard M. Stallman1996-08-261-4/+3
|
* (byte-compile-insert-header):Richard M. Stallman1996-08-251-2/+6
| | | | Edit byte-compile-version to extract just the version number.
* (byte-compile-version): Use $Revision, not $Id.Richard M. Stallman1996-08-251-1/+1
|
* (byte-compile-insert-header): Clean up syntaxRichard M. Stallman1996-08-251-10/+13
| | | | (byte-compile-version): Use the RCS version number.
* (post-command-idle-hook, post-command-idle-delay): Mark obsolete.Richard M. Stallman1996-03-061-0/+4
|
* (byte-compile-log-1): Delete format call inside message.Karl Heuer1996-01-291-8/+8
|
* Update FSF's address.Erik Naggum1996-01-141-117/+118
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (byte-compile-output-docform): Don't do dynamic docKarl Heuer1995-12-211-0/+1
| | | | strings if byte-compile-compatibility.
* (byte-compile-associative): Do operations left to right.Richard M. Stallman1995-11-101-9/+21
| | | | (byte-force-recompile): Improve the prompt.
* Make byte-force-recompile suitably interactive.Simon Marshall1995-11-061-0/+1
|
* (byte-recompile-directory): New arg FORCE.Richard M. Stallman1995-10-301-3/+16
| | | | (byte-force-recompile): New function.
* (byte-compile-from-buffer): Bind print-level.Richard M. Stallman1995-10-061-0/+1
|
* (byte-compiler-base-file-name): New function.Richard M. Stallman1995-08-221-4/+15
| | | | (byte-compile-dest-file): Call byte-compiler-base-file-name.
* (byte-compile-insert-header): Use 19.29, not 19.28.90Richard M. Stallman1995-08-101-54/+56
| | | | | | | | | as limit for where dynamic docstrings are allowed. (byte-compile-insert-header): New args inbuffer and outbuffer. Test byte-compile-dynamic-docstrings in the initially current buffer. (byte-compile-from-buffer): Add new args to byte-compile-insert-header.
* (byte-compile-output-docform): CheckRichard M. Stallman1995-08-071-66/+69
| | | | byte-compile-dynamic-docstrings in input buffer, not output buffer.
* (byte-compile-insert-header): If compiling for vers 18,Richard M. Stallman1995-07-301-2/+4
| | | | arrange to set current-load-list when loadingthe file.
* (byte-compile-output-file-form): Bind print-lengthKarl Heuer1995-07-171-0/+2
| | | | and print-level to nil.
* Made executing-macro, before-change-function, after-change-function and ↵Simon Marshall1995-07-091-18/+24
| | | | font-lock-doc-string-face obsolete.
* (byte-compile-obsolete): Do the funcall to compileRichard M. Stallman1995-07-071-4/+4
| | | | the form whether or not we warn.
* (byte-compile-insert-header):Karl Heuer1995-05-261-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 Heuer1995-05-181-0/+5
|
* (byte-compile-insert-header): Cope if user-mail-address is unbound.Richard M. Stallman1995-05-151-1/+1
|
* (byte-recompile-directory): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1
|
* (byte-compile-log-file): Always insert at eob.Richard M. Stallman1995-04-131-1/+5
| | | | (byte-compile-insert-header): Cope if user-mail-address is nil.
* (byte-compile-log-file): New function.Richard M. Stallman1995-04-091-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 positionRichard M. Stallman1995-04-071-1/+7
| | | | as negative number, if doc string starts with *.
* (byte-compile-out-toplevel): Compile lambda forms even if trivial.Karl Heuer1995-03-241-5/+8
|
* (byte-compile-file): Bind default-major-mode to avoid randomness.Richard M. Stallman1995-02-251-0/+1
|
* (byte-compile-file): Add "done" message.Karl Heuer1995-02-081-0/+2
|
* (byte-compile-file-form-defmumble, display-call-tree): Print ellipsis earlier,Karl Heuer1995-02-081-2/+2
| | | | so message logging will fold similar strings.
* (byte-compile-defvar): Add the var to current-load-list.Richard M. Stallman1995-01-221-0/+5
|
* Fix text punctuation.Karl Heuer1995-01-091-3/+3
|
* (byte-compile-warning-types): Add obsolete.Richard M. Stallman1994-12-261-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. Stallman1994-12-241-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 backslashesRichard M. Stallman1994-11-011-1/+4
| | | | in FILENAME when putting it inside a string constant.
* (byte-compile-file): Treat windows-nt like ms-dos.Richard M. Stallman1994-11-011-1/+1
|
* (byte-compile-insert-header): Use user-mail-address.Richard M. Stallman1994-10-091-1/+1
|
* (byte-compile-protect-from-advice): Macro deleted.Richard M. Stallman1994-08-041-91/+60
| | | | (byte-compile-from-buffer, byte-compile-top-level): Don't use it.
* (byte-compile-defalias): Fix typo in prev change.Richard M. Stallman1994-07-021-1/+1
|
* (byte-compile-callargs-warn): Handle function defnitionRichard M. Stallman1994-06-291-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 Heuer1994-05-031-1/+1
|
* (byte-compile-file): Use whole file name for errors.Richard M. Stallman1994-03-281-1/+1
|
* (byte-compile-track-mouse): Undo previous change,Richard M. Stallman1994-03-101-5/+7
| | | | but use byte-compile-top-level-body.
* (byte-compile-track-mouse): Handle >1 body form.Richard M. Stallman1994-03-051-7/+5
| | | | Generate code that binds track-mouse.
* (byte-compile-insert-header): Take a filename argument.Richard M. Stallman1994-03-041-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 thatRichard M. Stallman1994-02-251-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.