Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (byte-compile-from-buffer): | Richard M. Stallman | 1998-05-13 | 1 | -37/+63 | |
| | | | | | | | Insert the output file header after compiling all the input. (byte-compile-output-file-form): Major cleanup. If output file contains multibyte chars, insist on Emacs 20 when loading. | |||||
* | (byte-compile-output-docform): Use position-bytes. | Richard M. Stallman | 1998-05-10 | 1 | -1/+3 | |
| | ||||||
* | (byte-compile-file): Always read the file in multibyte mode | Richard M. Stallman | 1998-04-23 | 1 | -1/+4 | |
| | | | | unless the file itself specifies unibyte mode. | |||||
* | (byte-compile-warn-about-unresolved-functions): Fix whitespace. | Karl Heuer | 1998-04-15 | 1 | -2/+2 | |
| | ||||||
* | (byte-compile-warnings): Fix customize | Andreas Schwab | 1998-04-14 | 1 | -4/+6 | |
| | | | | type. | |||||
* | (byte-compile-output-as-comment): | Richard M. Stallman | 1998-02-05 | 1 | -3/+9 | |
| | | | | Use the size in bytes for the #@ size integer. | |||||
* | (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil. | Richard M. Stallman | 1998-02-02 | 1 | -3/+6 | |
| | ||||||
* | Customized. | Richard M. Stallman | 1998-01-26 | 1 | -30/+68 | |
| | | | | | (displaying-byte-compile-warnings): To avoid error, use (forward-line -1), not previous-line. | |||||
* | (displaying-byte-compile-warnings): Show | Karl Heuer | 1997-09-25 | 1 | -2/+3 | |
| | | | | entire "Compiling ..." line when recentering. | |||||
* | (byte-compile-output-file-form): Handle custom-declare-variable. | Richard M. Stallman | 1997-08-31 | 1 | -6/+8 | |
| | ||||||
* | (byte-compile-output-docform): | Richard M. Stallman | 1997-07-25 | 1 | -2/+6 | |
| | | | | Bind print-gensym-alist; bind print-gensym to a cons cell. | |||||
* | (eql): byte-defop-compiler definition deleted. | Richard M. Stallman | 1997-07-23 | 1 | -2/+1 | |
| | ||||||
* | (char-after): Allow 0 args. | Richard M. Stallman | 1997-07-10 | 1 | -2/+2 | |
| | ||||||
* | (byte-compile-file): Doc fix. | Richard M. Stallman | 1997-06-22 | 1 | -3/+4 | |
| | | | | (batch-byte-compile-file): Return what byte-compile-file returns. | |||||
* | (byte-save-current-buffer): Change to code 114 (0162). | Richard M. Stallman | 1997-06-15 | 1 | -4/+3 | |
| | ||||||
* | (byte-compile-file-form-custom-declare-variable): New function. | Richard M. Stallman | 1997-05-08 | 1 | -1/+9 | |
| | ||||||
* | (byte-compile-file): Bind coding-system-for-write | Kenichi Handa | 1997-02-26 | 1 | -2/+2 | |
| | | | | | instead of coding-system-for-read to 'no-conversion to disbale code convertion by write-region. | |||||
* | (byte-compile-file): Write a compiled file without | Karl Heuer | 1997-02-20 | 1 | -2/+3 | |
| | | | | any code conversion. | |||||
* | (byte-compile-file): Set default-directory in compiler input buffer. | Richard M. Stallman | 1996-12-30 | 1 | -2/+4 | |
| | ||||||
* | (byte-compile-insert-header): Fix previous change. | Karl Heuer | 1996-12-11 | 1 | -3/+3 | |
| | ||||||
* | (byte-compile-insert-header): If emacs-version | Richard M. Stallman | 1996-12-07 | 1 | -1/+4 | |
| | | | | ends with a letter, don't check the version number. | |||||
* | (define-function): Mark it as obsolete. | Richard M. Stallman | 1996-10-12 | 1 | -1/+2 | |
| | ||||||
* | (save-current-buffer): Compile it like save-excursion. | Richard M. Stallman | 1996-09-22 | 1 | -2/+9 | |
| | | | | (byte-compile-save-current-buffer): New function. | |||||
* | (byte-compile-lambda): If the doc string is also the | Richard M. Stallman | 1996-09-17 | 1 | -2/+5 | |
| | | | | return value, use it for both. | |||||
* | (byte-compile-output-file-form): Bind print-quoted and print-gensym to t | Erik Naggum | 1996-09-10 | 1 | -4/+4 | |
| | | | | | when writing compiled byte-code objects. (byte-compile-output-docform): Likewise. | |||||
* | (byte-compile-out-toplevel): Undo previous change. | Richard M. Stallman | 1996-09-10 | 1 | -47/+9 | |
| | | | | (byte-compile-byte-code-maker): Undo previous change. | |||||
* | (byte-compile-associative): Treat one arg case like (+ x 0). | Richard M. Stallman | 1996-08-29 | 1 | -1/+5 | |
| | ||||||
* | (byte-compile-out-toplevel): Always compile to byte code | Richard M. Stallman | 1996-08-28 | 1 | -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. Stallman | 1996-08-28 | 1 | -1/+15 | |
| | | | | (sort): Use byte-compile-funarg-2. | |||||
* | (byte-compile-insert-header): Fix previous change. | Richard M. Stallman | 1996-08-26 | 1 | -4/+3 | |
| | ||||||
* | (byte-compile-insert-header): | Richard M. Stallman | 1996-08-25 | 1 | -2/+6 | |
| | | | | Edit byte-compile-version to extract just the version number. | |||||
* | (byte-compile-version): Use $Revision, not $Id. | Richard M. Stallman | 1996-08-25 | 1 | -1/+1 | |
| | ||||||
* | (byte-compile-insert-header): Clean up syntax | Richard M. Stallman | 1996-08-25 | 1 | -10/+13 | |
| | | | | (byte-compile-version): Use the RCS version number. | |||||
* | (post-command-idle-hook, post-command-idle-delay): Mark obsolete. | Richard M. Stallman | 1996-03-06 | 1 | -0/+4 | |
| | ||||||
* | (byte-compile-log-1): Delete format call inside message. | Karl Heuer | 1996-01-29 | 1 | -8/+8 | |
| | ||||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -117/+118 | |
| | ||||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 | |
| | ||||||
* | (byte-compile-output-docform): Don't do dynamic doc | Karl Heuer | 1995-12-21 | 1 | -0/+1 | |
| | | | | strings if byte-compile-compatibility. | |||||
* | (byte-compile-associative): Do operations left to right. | Richard M. Stallman | 1995-11-10 | 1 | -9/+21 | |
| | | | | (byte-force-recompile): Improve the prompt. | |||||
* | Make byte-force-recompile suitably interactive. | Simon Marshall | 1995-11-06 | 1 | -0/+1 | |
| | ||||||
* | (byte-recompile-directory): New arg FORCE. | Richard M. Stallman | 1995-10-30 | 1 | -3/+16 | |
| | | | | (byte-force-recompile): New function. | |||||
* | (byte-compile-from-buffer): Bind print-level. | Richard M. Stallman | 1995-10-06 | 1 | -0/+1 | |
| | ||||||
* | (byte-compiler-base-file-name): New function. | Richard M. Stallman | 1995-08-22 | 1 | -4/+15 | |
| | | | | (byte-compile-dest-file): Call byte-compiler-base-file-name. | |||||
* | (byte-compile-insert-header): Use 19.29, not 19.28.90 | Richard M. Stallman | 1995-08-10 | 1 | -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): Check | Richard M. Stallman | 1995-08-07 | 1 | -66/+69 | |
| | | | | byte-compile-dynamic-docstrings in input buffer, not output buffer. | |||||
* | (byte-compile-insert-header): If compiling for vers 18, | Richard M. Stallman | 1995-07-30 | 1 | -2/+4 | |
| | | | | arrange to set current-load-list when loadingthe file. | |||||
* | (byte-compile-output-file-form): Bind print-length | Karl Heuer | 1995-07-17 | 1 | -0/+2 | |
| | | | | and print-level to nil. | |||||
* | Made executing-macro, before-change-function, after-change-function and ↵ | Simon Marshall | 1995-07-09 | 1 | -18/+24 | |
| | | | | font-lock-doc-string-face obsolete. | |||||
* | (byte-compile-obsolete): Do the funcall to compile | Richard M. Stallman | 1995-07-07 | 1 | -4/+4 | |
| | | | | the form whether or not we warn. | |||||
* | (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. |