index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
bytecomp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
(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
*
(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-dest-file): New variable.
Richard M. Stallman
1994-12-24
1
-162
/
+260
*
(byte-compile-insert-header): Escape backslashes
Richard M. Stallman
1994-11-01
1
-1
/
+4
*
(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-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
*
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
*
(byte-compile-track-mouse): Handle >1 body form.
Richard M. Stallman
1994-03-05
1
-7
/
+5
*
(byte-compile-insert-header): Take a filename argument.
Richard M. Stallman
1994-03-04
1
-17
/
+18
*
(byte-compile-protect-from-advice): New macro that
Richard M. Stallman
1994-02-25
1
-78
/
+109
*
(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
*
[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-compile-from-buffer): Set float-output-format to
Richard M. Stallman
1993-08-11
1
-1
/
+1
*
`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
*
(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
*
(byte-compile-file-form-defmumble): Undo previous change.
Richard M. Stallman
1993-07-09
1
-2
/
+1
*
(byte-compile-setq-default):
Richard M. Stallman
1993-07-09
1
-10
/
+10
*
(byte-compile-setq-default): Handle multiple pairs args like setq (as
Roland McGrath
1993-07-07
1
-3
/
+9
*
(byte-compile-keep-pending): Handle fset like defalias.
Richard M. Stallman
1993-07-02
1
-3
/
+4
*
(byte-compile-file-form-defmumble):
Richard M. Stallman
1993-07-01
1
-2
/
+6
*
(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
*
(byte-compile-file): Undo previous change.
Richard M. Stallman
1993-06-13
1
-13
/
+6
*
* bytecomp.el: Bring it up to version 2.10 of the
Jim Blandy
1993-06-11
1
-33
/
+82
*
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
*
(byte-compile-file): Don't write output if error.
Richard M. Stallman
1993-05-18
1
-36
/
+37
*
(byte-compile-file): Don't write output if error.
Richard M. Stallman
1993-05-18
1
-35
/
+35
*
(byte-compile-track-mouse): New function.
Richard M. Stallman
1993-05-15
1
-0
/
+10
*
(byte-recompile-directory): If ARG is non-nil, set it to its prefix
Roland McGrath
1993-05-10
1
-2
/
+4
*
* bytecomp.el (meta-flag): Declare this an obsolete variable.
Jim Blandy
1993-05-03
1
-1
/
+2
*
(define-function): Changed name back to defalisaases to get things in
Eric S. Raymond
1993-04-23
1
-6
/
+7
*
(byte-compile, byte-compile-keep-pending)
Richard M. Stallman
1993-04-17
1
-6
/
+6
*
Added or corrected Commentary sections
Eric S. Raymond
1993-03-22
1
-0
/
+6
*
* simple.el (comment-indent-function): New variable, intended to
Jim Blandy
1993-03-21
1
-0
/
+1
[next]