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
*
Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.org
Glenn Morris
2012-11-23
1
-0
/
+3
|
\
|
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
Stefan Monnier
2012-11-23
1
-0
/
+3
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
Stefan Monnier
2012-11-20
1
-2
/
+2
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
Stefan Monnier
2012-11-09
1
-1
/
+2
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
Stefan Monnier
2012-11-08
1
-12
/
+27
*
|
Decouple "noruntime" and "cl-functions" bytecomp warnings
Glenn Morris
2012-11-02
1
-10
/
+1
|
/
*
Fix spurious "cl--defsubst-expand might not be defined at runtime"
Stefan Monnier
2012-10-11
1
-5
/
+3
*
* lisp/emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
Stefan Monnier
2012-10-01
1
-4
/
+12
*
* bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.
Glenn Morris
2012-09-28
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
Stefan Monnier
2012-09-20
1
-11
/
+5
*
byte-compile-warning-prefix tweak
Glenn Morris
2012-09-12
1
-0
/
+4
*
byte-compile-setq-default fix for bug#12195
Glenn Morris
2012-08-14
1
-14
/
+16
*
* lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
Glenn Morris
2012-08-14
1
-12
/
+11
*
Fixes: debbugs:12197
Andreas Schwab
2012-08-14
1
-2
/
+3
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-1
/
+1
*
Don't warn on toggle-read-only calls.
Chong Yidong
2012-07-13
1
-1
/
+1
*
Fix byte-recompile-directory.
Eli Zaretskii
2012-07-12
1
-1
/
+1
*
Reduce use of (require 'cl).
Stefan Monnier
2012-07-10
1
-18
/
+19
*
* lisp/emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
Stefan Monnier
2012-07-04
1
-15
/
+25
*
Spelling fixes.
Paul Eggert
2012-07-02
1
-3
/
+3
*
Make inlining of other-mode interpreted functions work.
Stefan Monnier
2012-06-27
1
-8
/
+33
*
Provide generalized variables in core Elisp.
Stefan Monnier
2012-06-22
1
-8
/
+12
*
* lisp/emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
Stefan Monnier
2012-06-13
1
-0
/
+10
*
Use lexical-binding for all of CL, and clean up its namespace.
Stefan Monnier
2012-06-11
1
-3
/
+3
*
Reduce use of cl in lisp/emacs-lisp/.
Stefan Monnier
2012-06-10
1
-21
/
+21
*
Cleanup cl-macs namespace. Add macro helpers in macroexp.el.
Stefan Monnier
2012-06-07
1
-32
/
+9
*
Add native compiler-macro support.
Stefan Monnier
2012-06-05
1
-8
/
+6
*
* lisp/emacs-lisp/bytecomp.el: Fix last change.
Stefan Monnier
2012-06-01
1
-5
/
+14
*
Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de
Chong Yidong
2012-05-31
1
-7
/
+5
|
\
|
*
Fix long filename handling of byte-compile-fix-header.
Stefan Monnier
2012-05-31
1
-7
/
+5
*
|
* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.
Stefan Monnier
2012-05-29
1
-262
/
+230
*
|
Fix minor corner case bugs in byte compilation and pcase.
Stefan Monnier
2012-05-29
1
-37
/
+38
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
Stefan Monnier
2012-05-19
1
-24
/
+27
*
|
* lisp/emacs-lisp/bytecomp.el
Stefan Monnier
2012-05-02
1
-13
/
+1
|
/
*
* emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
Stefan Monnier
2012-03-26
1
-3
/
+4
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
Stefan Monnier
2012-02-09
1
-42
/
+32
*
Trivial bytecomp.el fix for file-local buffer-read-only.
Glenn Morris
2012-01-05
1
-1
/
+3
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
* emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
Andreas Schwab
2011-12-31
1
-31
/
+31
*
Spelling fixes.
Paul Eggert
2011-12-29
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-12-18
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-26
1
-2
/
+2
*
* lisp/emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
Stefan Monnier
2011-11-19
1
-4
/
+7
*
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-17
1
-1
/
+1
*
toggle-read-only fixes for bugs#7292, 10006.
Glenn Morris
2011-11-09
1
-1
/
+1
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
Andreas Schwab
2011-09-17
1
-1
/
+1
*
Add FORCE-SAME-WINDOW argument to switch-to-buffer.
Chong Yidong
2011-07-13
1
-1
/
+1
*
* lisp/files.el (find-file): Use pop-to-buffer-same-window.
Stefan Monnier
2011-07-04
1
-1
/
+1
*
* lisp/emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
Stefan Monnier
2011-06-20
1
-0
/
+19
[next]