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
*
Spelling fixes
Paul Eggert
2014-12-13
1
-1
/
+1
*
* lisp: Prefer inlinable functions to macros.
Stefan Monnier
2014-12-05
1
-0
/
+4
*
Fix bootstrap failure after last change to eval-and-compile.
Stefan Monnier
2014-11-09
1
-24
/
+30
*
Merge from emacs-24; up to 117689
Glenn Morris
2014-11-08
1
-2
/
+5
|
\
|
*
* bytecomp.el (byte-compile-report-error): Allow the argument to be a string.
Glenn Morris
2014-11-08
1
-2
/
+5
*
|
* lisp/emacs-lisp/bytecomp.el: Add a warning and remove a spurious warning.
Stefan Monnier
2014-11-08
1
-50
/
+54
*
|
Merge from emacs-24; up to 117634
Glenn Morris
2014-10-29
1
-9
/
+14
|
\
|
|
*
* lisp/emacs-lisp/bytecomp.el: Require cl-extra.
Stefan Monnier
2014-10-23
1
-1
/
+5
|
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
Stefan Monnier
2014-10-22
1
-9
/
+10
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
Stefan Monnier
2014-10-23
1
-1
/
+1
*
|
* lisp/select.el: Use lexical-binding.
Stefan Monnier
2014-10-22
1
-5
/
+3
*
|
Merge from emacs-24; up to 2014-07-28T06:28:15Z!dmantipov@yandex.ru
Glenn Morris
2014-10-20
1
-5
/
+6
|
\
|
|
*
Restore temporarily reverted bytecomp change
Stefan Monnier
2014-10-20
1
-5
/
+6
|
*
Temporarily revert previous bytecomp change
Glenn Morris
2014-10-20
1
-6
/
+5
|
*
* lisp/emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
Stefan Monnier
2014-10-19
1
-5
/
+6
*
|
* lisp/subr.el (track-mouse): New macro.
Stefan Monnier
2014-09-27
1
-7
/
+0
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
Stefan Monnier
2014-09-22
1
-2
/
+5
*
|
Minor bytecomp.el fixes
Daniel Colascione
2014-04-21
1
-20
/
+20
*
|
Correctly treat progn contents as toplevel forms when byte compiling
Daniel Colascione
2014-04-21
1
-23
/
+44
|
/
*
Move some help functions from help-fns.el to help.el, which is preloaded.
Glenn Morris
2014-03-13
1
-1
/
+0
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
"Use instead" obsolescence messages should end with "."
Glenn Morris
2014-02-06
1
-1
/
+1
*
Silence byte-compiler warning.
Juanma Barranquero
2014-01-24
1
-3
/
+1
*
Use whole file-name-history'.
Daniel Colascione
2014-01-15
1
-1
/
+1
*
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
Stefan Monnier
2014-01-06
1
-8
/
+5
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-2
/
+2
*
Make the `interactive-only' bytecomp warning like the `obsolete' one
Glenn Morris
2013-11-30
1
-8
/
+12
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
Bozhidar Batsov
2013-11-25
1
-1
/
+1
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
Bozhidar Batsov
2013-11-25
1
-10
/
+16
*
Cleanup namespace of dos-w32.el.
Stefan Monnier
2013-10-29
1
-5
/
+16
*
Introduce new bytecodes for efficient catch/condition-case in lexbind.
Stefan Monnier
2013-10-03
1
-12
/
+92
*
* bytecomp.el (byte-recompile-directory): Fix is-this-a-directory logic.
Glenn Morris
2013-08-30
1
-10
/
+10
*
* bytecomp.el (byte-compile-make-variable-buffer-local): Tweak warning.
Glenn Morris
2013-08-15
1
-1
/
+1
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
Stefan Monnier
2013-08-07
1
-35
/
+20
*
* lisp/emacs-lisp/bytecomp.el: Check existence of f in #'f.
Stefan Monnier
2013-08-07
1
-39
/
+57
*
Check autoload's "type" argument correctly in bytecomp.el
Glenn Morris
2013-06-19
1
-2
/
+2
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
Stefan Monnier
2013-06-13
1
-23
/
+12
*
Improve previous bytecomp fix
Glenn Morris
2013-06-07
1
-3
/
+6
*
bytecomp fix for bug#14565
Glenn Morris
2013-06-06
1
-9
/
+12
*
Fix compilation error with simultaneous dynamic+lexical scoping.
Stefan Monnier
2013-06-04
1
-74
/
+85
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
Glenn Morris
2013-05-27
1
-2
/
+3
*
Tweak byte-compile-file-form-autoload warnings
Glenn Morris
2013-05-22
1
-12
/
+17
*
Silence byte-compiler warnings.
Juanma Barranquero
2013-05-08
1
-1
/
+1
*
No longer include timestamp in header of .elc files
Glenn Morris
2013-04-20
1
-5
/
+1
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Use let.
Stefan Monnier
2013-02-25
1
-4
/
+2
*
Implement CLASH_DETECTION for MS-Windows.
Eli Zaretskii
2013-02-25
1
-0
/
+2
*
Avoid recursive byte-compile-files fighting over input/output buffers
Glenn Morris
2013-02-23
1
-3
/
+18
*
Remove all references to buffer-file-type and related features.
Eli Zaretskii
2013-02-09
1
-2
/
+0
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-2
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
[next]