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-warning-types): Add mapcar and make-local.
Glenn Morris
2007-09-21
1
-1
/
+2
*
(byte-compile-warnings)
Glenn Morris
2007-09-21
1
-16
/
+20
*
Markus Triska <markus.triska at gmx.at>
Glenn Morris
2007-09-21
1
-0
/
+4
*
(byte-compile-log-file): Check major-mode via derived-mode-p.
Stefan Monnier
2007-09-07
1
-2
/
+1
*
(byte-recompile-directory): Fix bug:
Thien-Thi Nguyen
2007-09-01
1
-3
/
+3
*
Merge from emacs--rel--22
Miles Bader
2007-08-27
1
-9
/
+12
|
\
|
*
(byte-compile-from-buffer): Check old-style backquotes after each `read'
Stefan Monnier
2007-08-23
1
-8
/
+8
|
*
(byte-compile-from-buffer): Display a big fat warning for old style backquotes.
Stefan Monnier
2007-08-22
1
-1
/
+7
|
*
(byte-compile-log-file, byte-recompile-directory, byte-compile-file)
Stefan Monnier
2007-08-22
1
-13
/
+9
*
|
(byte-compile-output-docform, byte-compile-output-as-comment):
Stefan Monnier
2007-08-23
1
-112
/
+108
*
|
(byte-compile-interactive-only-functions): Add previous-line and next-line.
Stefan Monnier
2007-08-21
1
-1
/
+1
*
|
Merge from emacs--rel--22
Miles Bader
2007-07-26
1
-1
/
+1
|
\
|
|
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
|
*
(byte-compile-from-buffer): initialise byte-compile-unresolved-functions before
Alan Mackenzie
2007-07-24
1
-6
/
+8
*
|
(byte-compile-from-buffer): initialise byte-compile-unresolved-functions
Alan Mackenzie
2007-07-24
1
-6
/
+8
*
|
(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
Stefan Monnier
2007-06-14
1
-25
/
+14
*
|
(byte-compile-current-group): New var.
Stefan Monnier
2007-06-12
1
-28
/
+34
*
|
(byte-compile-find-cl-functions): Match
Martin Rudalics
2007-06-10
1
-2
/
+3
*
|
(byte-compile-warnings): Add new option `make-local'.
Glenn Morris
2007-06-07
1
-4
/
+9
|
/
*
Markus Triska <markus.triska at gmx.at>:
Glenn Morris
2007-04-11
1
-4
/
+27
*
Markus Triska <markus.triska at gmx.at>:
Glenn Morris
2007-04-10
1
-0
/
+8
*
(byte-compile-file-form-defmumble): Use prin1 instead of princ.
Richard M. Stallman
2007-03-26
1
-1
/
+1
*
(byte-compile-warning-prefix): Correctly compute line number.
Richard M. Stallman
2007-03-11
1
-2
/
+4
*
(byte-compile-dest-file, byte-compile-file): Doc fixes.
Juanma Barranquero
2007-02-13
1
-2
/
+5
*
(byte-compile-disable-print-circle): New
Kenichi Handa
2007-01-29
1
-2
/
+8
*
Make byte compiler correctly write circular constants
Miles Bader
2007-01-24
1
-1
/
+3
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
(byte-optimize, byte-compile-warnings): Doc fixes.
Juanma Barranquero
2006-11-30
1
-6
/
+7
*
(byte-compile-get-constant):
Richard M. Stallman
2006-11-28
1
-2
/
+6
*
(byte-compile-if): Revert last change.
Chong Yidong
2006-11-19
1
-31
/
+24
*
(byte-compile-maybe-guarded): Check `and' conditions for function or
Chong Yidong
2006-11-18
1
-24
/
+31
*
(byte-compile-form): The `byte-compile'
Stefan Monnier
2006-07-07
1
-1
/
+1
*
(byte-compile-warnings-safe-p): New
Reiner Steib
2006-05-16
1
-1
/
+14
*
Move `safe-local-variable' declarations to the respective files.
Reiner Steib
2006-05-11
1
-0
/
+4
*
(byte-compile-file): Bind enable-local-variables to :safe,
Richard M. Stallman
2006-04-11
1
-1
/
+5
*
(byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.
Stefan Monnier
2006-04-08
1
-3
/
+9
*
(batch-byte-recompile-directory): Doc fix.
Eli Zaretskii
2006-01-13
1
-1
/
+5
*
(byte-compile-file-form-defalias):
Stefan Monnier
2006-01-03
1
-2
/
+10
*
(byte-compile-lambda): Add parameter add-lambda.
Lars Hansen
2005-10-23
1
-12
/
+22
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-06
1
-1
/
+1
*
(byte-compile-make-variable-buffer-local)
Stefan Monnier
2005-07-29
1
-0
/
+13
*
(byte-compile-maybe-guarded): Fix typo in docstring.
Juanma Barranquero
2005-07-16
1
-3
/
+3
*
(byte-compile-maybe-guarded): Doc fix.
Richard M. Stallman
2005-07-16
1
-4
/
+4
*
(byte-compile-if): Guard the else-clause too.
Richard M. Stallman
2005-07-16
1
-1
/
+2
*
(byte-compile-or-recursion): New function.
Richard M. Stallman
2005-07-16
1
-7
/
+16
*
(byte-compile-and-recursion): New function.
Richard M. Stallman
2005-07-16
1
-5
/
+12
*
(byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
Richard M. Stallman
2005-07-08
1
-17
/
+24
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(bytecomp): Finish `defgroup' description with period.
Juanma Barranquero
2005-07-04
1
-1
/
+1
*
(byte-compile-nogroup-warn): Don't warn when name is not constant
Richard M. Stallman
2005-07-03
1
-1
/
+4
[next]