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-recompile-directory): Report numbers of files skipped and failed too.
Sam Steingold
2001-10-29
1
-17
/
+24
*
Put the *Compile-Log* buffer in `compilation-mode'.
Sam Steingold
2001-10-18
1
-18
/
+20
*
(byte-compile-check-lambda-list):
Gerd Moellmann
2001-10-12
1
-2
/
+2
*
(byte-compile-check-lambda-list): New
Gerd Moellmann
2001-10-12
1
-1
/
+28
*
(byte-compile-display-log-head-p): New
Gerd Moellmann
2001-10-11
1
-104
/
+95
*
(byte-compile-file): Return success when the file says no-byte-compile.
Stefan Monnier
2001-10-07
1
-48
/
+48
*
(byte-recompile-directory): Make sure the file is readable.
Gerd Moellmann
2001-10-05
1
-60
/
+71
*
(byte-compile-file): Remove TARGET-FILE before writing it, so that
Miles Bader
2001-08-21
1
-2
/
+9
*
Some fixes to follow coding conventions in files maintained by FSF.
Pavel JanÃk
2001-07-15
1
-2
/
+2
*
(byte-compile-file-form-autoload): Use the
Stefan Monnier
2001-05-27
1
-6
/
+6
*
(byte-compile-log-1): In non-batch case, don't mention the file name
Richard M. Stallman
2001-01-08
1
-9
/
+15
*
(byte-compiling-files-p): New function.
Gerd Moellmann
2000-11-09
1
-4
/
+2
*
(byte-compile-current-file): Don't bind
Gerd Moellmann
2000-11-09
1
-2
/
+4
*
(byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
Miles Bader
2000-10-23
1
-1
/
+2
*
[the following changes fix a bug where `define-minor-mode' didn't
Miles Bader
2000-10-23
1
-6
/
+13
*
(byte-compile-defvar-or-defconst): Only cons onto
Gerd Moellmann
2000-09-25
1
-18
/
+27
*
Undo last change
Gerd Moellmann
2000-09-12
1
-10
/
+13
*
(byte-compile-defvar): Only cons onto
Gerd Moellmann
2000-09-11
1
-14
/
+11
*
(mapc): Use byte-compile-funarg.
Dave Love
2000-08-27
1
-1
/
+2
*
(byte-compile-beginning-of-line):
Miles Bader
2000-08-19
1
-15
/
+1
*
(byte-compile-fix-header): Fix the way of checking the existence of
Kenichi Handa
2000-08-07
1
-3
/
+1
*
* byte-run.el (make-obsolete, make-obsolete-variable):
Stefan Monnier
2000-06-01
1
-35
/
+45
*
(byte-compile-callargs-warn): Use subr-arity to check primitives.
Dave Love
2000-05-26
1
-16
/
+24
*
(byte-compile-file-form-autoload): Re-enable new code.
Gerd Moellmann
2000-03-31
1
-2
/
+2
*
(byte-compile-file-form-autoload): Disable new code.
Gerd Moellmann
2000-03-30
1
-2
/
+2
*
Doc fixes.
Dave Love
2000-03-29
1
-22
/
+30
*
(byte-compile-eval): Fix and reenable the code.
Stefan Monnier
2000-03-26
1
-12
/
+19
*
(byte-compile-eval): Disable new code.
Gerd Moellmann
2000-03-24
1
-2
/
+2
*
(byte-compile-warning-types, byte-compile-warnings): New warning `noruntime'.
Stefan Monnier
2000-03-24
1
-31
/
+76
*
Change old backquote syntax.
Dave Love
2000-02-23
1
-20
/
+24
*
Run bytecomp-load-hook.
Dave Love
2000-02-02
1
-1
/
+3
*
(byte-extrude-byte-code-vectors): Use remprop.
Dave Love
2000-01-06
1
-3
/
+3
*
(byte-compile-constp): Include keywords.
Dave Love
1999-12-18
1
-0
/
+1
*
(byte-compile-bound-variables): Doc fix.
Dave Love
1999-12-16
1
-9
/
+12
*
(byte-compile-output-docform): Bind print-gensym-alist for compatibility,
Richard M. Stallman
1999-09-11
1
-2
/
+8
*
(byte-compile-output-docform): Bind print-continuous-numbering and
Richard M. Stallman
1999-09-11
1
-6
/
+4
*
(byte-compile-file): Clear buffer-file-coding-system. If the coding
Richard M. Stallman
1999-04-06
1
-2
/
+10
*
(byte-compile-warnings): Doc fix.
Dave Love
1999-01-07
1
-4
/
+2
*
(temp-buffer-show-hook): This is not obsolete.
Richard M. Stallman
1998-11-18
1
-3
/
+1
*
(byte-recompile-directory):
Richard M. Stallman
1998-10-17
1
-7
/
+7
*
(byte-compile-dynamic): Doc fix.
Richard M. Stallman
1998-09-28
1
-2
/
+3
*
(byte-compile-output-as-comment):
Kenichi Handa
1998-08-28
1
-9
/
+4
*
Whitespace change.
Richard M. Stallman
1998-08-18
1
-5
/
+5
*
(byte-compile-from-buffer): Make the output buffer multibyte.
Richard M. Stallman
1998-08-05
1
-1
/
+2
*
(byte-compile-file): Bind set-auto-coding-for-load to t.
Richard M. Stallman
1998-07-05
1
-1
/
+2
*
(byte-compile-generate-call-tree):
Andreas Schwab
1998-06-24
1
-2
/
+2
*
(byte-compile-lambda): Fix previous change.
Karl Heuer
1998-06-04
1
-2
/
+2
*
(byte-compile-insert-header): Do not look for multibyte characters here.
Richard M. Stallman
1998-05-19
1
-31
/
+67
*
(byte-compile-insert-header): Fix prev chg.
Richard M. Stallman
1998-05-13
1
-2
/
+2
*
(byte-compile-from-buffer):
Richard M. Stallman
1998-05-13
1
-37
/
+63
[next]