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
/
byte-opt.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-12
/
+12
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+1
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-12
/
+12
*
Address some compilation warnings.
Glenn Morris
2015-06-16
1
-1
/
+1
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-19
1
-2
/
+2
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't try to
Stefan Monnier
2015-03-06
1
-60
/
+61
*
Replace *-function vars with generic functions in cl-generic.
Stefan Monnier
2015-03-04
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru
Glenn Morris
2014-06-01
1
-8
/
+10
|
\
|
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
Stefan Monnier
2014-05-27
1
-8
/
+10
*
|
* lisp/subr.el (zerop): Move from C. Add compiler-macro.
Stefan Monnier
2014-05-27
1
-9
/
+0
|
/
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
Stefan Monnier
2014-01-06
1
-2
/
+2
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Introduce new bytecodes for efficient catch/condition-case in lexbind.
Stefan Monnier
2013-10-03
1
-9
/
+23
*
* lisp/subr.el (pop): Use `car-safe'.
Stefan Monnier
2013-09-04
1
-12
/
+0
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
Stefan Monnier
2013-06-13
1
-0
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
* emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
Dmitry Antipov
2012-11-06
1
-11
/
+23
|
/
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-6
/
+7
*
Reduce use of (require 'cl).
Stefan Monnier
2012-07-10
1
-6
/
+6
*
Spelling fixes.
Paul Eggert
2012-07-02
1
-1
/
+1
*
Make inlining of other-mode interpreted functions work.
Stefan Monnier
2012-06-27
1
-31
/
+19
*
* lisp/emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
Stefan Monnier
2012-06-13
1
-10
/
+0
*
Reduce use of cl in lisp/emacs-lisp/.
Stefan Monnier
2012-06-10
1
-5
/
+5
*
Cleanup cl-macs namespace. Add macro helpers in macroexp.el.
Stefan Monnier
2012-06-07
1
-17
/
+16
*
Add native compiler-macro support.
Stefan Monnier
2012-06-05
1
-9
/
+9
*
* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.
Stefan Monnier
2012-05-29
1
-1
/
+1
*
Fix minor corner case bugs in byte compilation and pcase.
Stefan Monnier
2012-05-29
1
-4
/
+8
*
Remove defining user variables via * in docstring.
Chong Yidong
2012-04-09
1
-1
/
+1
*
Duplicate-word and spelling fixes.
Paul Eggert
2012-01-10
1
-1
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-26
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-13
1
-1
/
+1
*
* lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
Stefan Monnier
2011-04-20
1
-5
/
+4
*
Miscellanous cleanups in preparation for the merge.
Stefan Monnier
2011-04-01
1
-10
/
+6
*
Clean up left over Emacs-18/19 code, inline byte-code-functions.
Stefan Monnier
2011-03-22
1
-97
/
+45
*
Remove bytecomp- prefix, plus misc changes.
Stefan Monnier
2011-03-16
1
-69
/
+95
*
Try and fix w32 build; misc cleanup.
Stefan Monnier
2011-03-11
1
-18
/
+15
*
Misc fixes, and use lexical-binding in more files.
Stefan Monnier
2011-03-11
1
-6
/
+5
*
* lisp/emacs-lisp/byte-opt.el: Use lexical binding.
Stefan Monnier
2011-03-10
1
-10
/
+15
*
Rewrite the cconv conversion algorithm, for clarity.
Stefan Monnier
2011-03-09
1
-2
/
+1
*
Fix pcase memoizing; change lexbound byte-code marker.
Stefan Monnier
2011-03-05
1
-2
/
+1
*
* doc/lispref/variables.texi (Scope): Mention the availability of lexbind.
Stefan Monnier
2011-03-01
1
-0
/
+4
*
Get rid of funvec.
Stefan Monnier
2011-02-24
1
-16
/
+31
*
Merge from trunk
Stefan Monnier
2011-02-21
1
-5
/
+5
|
\
*
|
Missing files in last commit; remove stack-depth in byte-optimize-lapcode
Stefan Monnier
2011-02-21
1
-85
/
+21
*
|
Use offsets relative to top rather than bottom for stack refs
Stefan Monnier
2011-02-21
1
-74
/
+69
*
|
* lisp/subr.el (save-window-excursion): New macro, moved from C.
Stefan Monnier
2011-02-19
1
-20
/
+1
[next]