summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
Commit message (Expand)AuthorAgeFilesLines
* (byte-compile-output-docform): Don't do dynamic docKarl Heuer1995-12-211-0/+1
* (byte-compile-associative): Do operations left to right.Richard M. Stallman1995-11-101-9/+21
* 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-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-insert-header): Use 19.29, not 19.28.90Richard M. Stallman1995-08-101-54/+56
* (byte-compile-output-docform): CheckRichard M. Stallman1995-08-071-66/+69
* (byte-compile-insert-header): If compiling for vers 18,Richard M. Stallman1995-07-301-2/+4
* (byte-compile-output-file-form): Bind print-lengthKarl Heuer1995-07-171-0/+2
* Made executing-macro, before-change-function, after-change-function and font-...Simon Marshall1995-07-091-18/+24
* (byte-compile-obsolete): Do the funcall to compileRichard M. Stallman1995-07-071-4/+4
* (byte-compile-insert-header):Karl Heuer1995-05-261-4/+9
* (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-log-file): New function.Richard M. Stallman1995-04-091-7/+26
* (byte-compile-output-docform): Output doc string positionRichard M. Stallman1995-04-071-1/+7
* (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
* (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-dest-file): New variable.Richard M. Stallman1994-12-241-162/+260
* (byte-compile-insert-header): Escape backslashesRichard M. Stallman1994-11-011-1/+4
* (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-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
* 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
* (byte-compile-track-mouse): Handle >1 body form.Richard M. Stallman1994-03-051-7/+5
* (byte-compile-insert-header): Take a filename argument.Richard M. Stallman1994-03-041-17/+18
* (byte-compile-protect-from-advice): New macro thatRichard M. Stallman1994-02-251-78/+109
* (byte-compile-file): Return nil on failure.Karl Heuer1994-02-231-2/+2
* (byte-compile-condition-case): Disable warning aboutRichard M. Stallman1994-01-111-8/+16
* [ms-dos] (byte-compile-file): Save as binary.Richard M. Stallman1994-01-061-0/+2
* Comment fix.Richard M. Stallman1994-01-041-2/+0
* Provide bytecomp as well as byte-compile.Richard M. Stallman1993-12-251-0/+1
* (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it.Richard M. Stallman1993-12-231-2/+4
* (byte-compile-from-buffer): Set float-output-format toRichard M. Stallman1993-08-111-1/+1
* `mod' is no longer an alias for `%'.Paul Eggert1993-08-101-2/+0
* (byte-recompile-directory): At end of compiling a file,Richard M. Stallman1993-08-021-0/+2
* (byte-recompile-directory): Doc fix.Richard M. Stallman1993-07-271-1/+4
* * bytecomp.el (byte-compile-from-buffer): Bind float-output-formatJim Blandy1993-07-181-1/+1