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 origin/emacs-25
John Wiegley
2016-02-03
1
-3
/
+5
|
\
|
*
Quoting fixes in doc strings and diagnostics
Paul Eggert
2016-02-03
1
-3
/
+5
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
Glenn Morris
2016-01-28
1
-24
/
+26
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Spelling and grammar fixes
Paul Eggert
2015-11-29
1
-1
/
+1
*
Byte compiler: Catch missing argument to `funcall'. Fixes bug#22051.
Alan Mackenzie
2015-11-29
1
-2
/
+7
*
Byte Compiler: generate code to adjust stack count after call to `signal'.
Alan Mackenzie
2015-11-26
1
-1
/
+2
*
Byte compiler: on setq with an odd number of arguments, generate a `signal'
Alan Mackenzie
2015-11-26
1
-14
/
+18
*
Squashed commit of the following:
Alan Mackenzie
2015-11-24
1
-7
/
+39
*
Byte compile: Output an error, not a warning, for odd number of args to setq
Alan Mackenzie
2015-11-24
1
-3
/
+3
*
Expunge occurrences of `setq' with an odd number of arguments.
Alan Mackenzie
2015-11-23
1
-2
/
+1
*
Issue a warning from the byte compiler on a malformed `setq' form.
Alan Mackenzie
2015-11-23
1
-1
/
+5
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-3
/
+3
*
* lisp/emacs-lisp/bytecomp.el (compile-defun): Add defvars in scope.
Stefan Monnier
2015-10-29
1
-1
/
+4
*
(/ N) now returns the reciprocal of N
Paul Eggert
2015-10-20
1
-2
/
+2
*
Fix a few problems with directed quotes
Paul Eggert
2015-10-01
1
-1
/
+1
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-4
/
+4
*
Revert some stray curved quotes I missed earlier
Paul Eggert
2015-09-10
1
-3
/
+3
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-42
/
+42
*
Fix disassembly of non-compiled lexical functions (bug#21377)
Stefan Monnier
2015-09-03
1
-1
/
+3
*
Treat “instead” strings as docstrings
Paul Eggert
2015-08-31
1
-1
/
+3
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-3
/
+3
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-8
/
+9
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-46
/
+46
*
Address a compilation warning.
Glenn Morris
2015-06-16
1
-1
/
+1
*
Address some compilation warnings.
Glenn Morris
2015-06-16
1
-1
/
+1
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-1
/
+1
*
Minor declare-function improvement
Glenn Morris
2015-05-05
1
-5
/
+11
*
* lisp/emacs-lisp/bytecomp.el: Revert "Silence noninteractive compilations"
Artur Malabarba
2015-05-01
1
-44
/
+19
*
* lisp/emacs-lisp/bytecomp.el: Use `inhibit-message'
Artur Malabarba
2015-04-29
1
-3
/
+2
*
* lisp/emacs-lisp/bytecomp.el: Silence noninteractive compilations
Artur Malabarba
2015-04-12
1
-19
/
+45
*
Speed up byte-compilation and autoload generation by avoiding mode-hooks
Artur Malabarba
2015-04-12
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.
Stefan Monnier
2015-02-16
1
-7
/
+7
*
Add (:documentation <form>) for dynamically-generated docstrings
Stefan Monnier
2015-02-05
1
-21
/
+38
*
Don't downcase system diagnostics' first letters
Paul Eggert
2015-01-21
1
-2
/
+2
*
lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of cl-generic
Stefan Monnier
2015-01-20
1
-1
/
+1
*
Less 'make' chatter in batch mode
Paul Eggert
2015-01-03
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
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
|
\
|
[next]