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-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
*
(byte-compile-nogroup-warn): Warn only when name to be defined is quoted.
Richard M. Stallman
2005-05-30
1
-9
/
+9
*
Remove make-obsolete-variable for
Nick Roberts
2005-05-22
1
-21
/
+0
*
(byte-compile-file-form-custom-declare-variable):
Richard M. Stallman
2005-05-19
1
-0
/
+2
*
(byte-compile-nogroup-warn): New function.
Richard M. Stallman
2005-05-14
1
-5
/
+21
*
(dot, dot-min, dot-max): Don't create
Nick Roberts
2005-05-01
1
-3
/
+0
*
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167
Miles Bader
2005-03-09
1
-3
/
+3
*
Change release version from 21.4 to 22.1 throughout.
Kim F. Storm
2005-02-09
1
-1
/
+1
*
Comment change.
Richard M. Stallman
2004-12-21
1
-1
/
+1
*
(byte-compile-form): Move the calls to byte-compile-set-symbol-position,
Richard M. Stallman
2004-11-21
1
-12
/
+15
*
Use push.
Stefan Monnier
2004-11-11
1
-15
/
+13
*
(byte-compile-defalias):
Richard M. Stallman
2004-11-09
1
-13
/
+19
*
(byte-compile-warning-types): Add interactive-only.
Richard M. Stallman
2004-11-02
1
-3
/
+19
*
(byte-compile-eval): Don't process
Richard M. Stallman
2004-10-16
1
-22
/
+36
*
(byte-compile-generate-call-tree): Doc fix.
Thien-Thi Nguyen
2004-09-08
1
-4
/
+7
*
(forward-word): Allow 0 args.
John Paul Wallington
2004-08-14
1
-1
/
+1
*
Put `...' around symbols in warning messages.
Richard M. Stallman
2004-06-13
1
-21
/
+21
*
(byte-compile-log): Use backquotes.
Stefan Monnier
2004-05-19
1
-20
/
+14
*
(batch-byte-recompile-directory): Add byte-recompile-directory's opt `arg'.
Stefan Monnier
2004-04-21
1
-2
/
+2
*
Fix previous change.
Richard M. Stallman
2004-04-21
1
-2
/
+1
*
(byte-compile-no-warnings): Handle multiple args: compile like progn.
Richard M. Stallman
2004-04-21
1
-1
/
+2
*
(batch-byte-compile-file): Give a backtrace if requested.
Stefan Monnier
2004-04-14
1
-18
/
+20
*
(byte-compile-cond): Fix last change.
Stefan Monnier
2004-04-12
1
-6
/
+7
*
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Miles Bader
2004-04-10
1
-8
/
+1
*
(byte-recompile-directory): Ignore hidden dir.
Stefan Monnier
2004-03-22
1
-8
/
+12
*
(byte-compile-get-constant): For strings, do compare text properties.
Richard M. Stallman
2004-03-12
1
-2
/
+3
*
(byte-compile-compatibility): Doc fix.
Richard M. Stallman
2004-01-29
1
-53
/
+95
*
*** empty log message ***
Luc Teirlinck
2004-01-13
1
-2
/
+2
[next]