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
/
cconv.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify lexical let-optimisations
Mattias Engdegård
2021-07-30
1
-80
/
+83
*
Move warnings about bad let-bindings from source optimiser to cconv
Mattias Engdegård
2021-07-30
1
-0
/
+7
*
* lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`
Stefan Monnier
2021-07-21
1
-7
/
+8
*
Allow inhibiting warnings about unused variables and empty bodies
Lars Ingebrigtsen
2021-07-06
1
-1
/
+2
*
; Fix typos: emacs lisp -> Emacs Lisp
Stefan Kangas
2021-04-16
1
-1
/
+1
*
Fix typo in cconv
Mattias Engdegård
2021-04-11
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Simplify (doh!)
Stefan Monnier
2021-03-11
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Tune down the warning
Stefan Monnier
2021-03-11
1
-1
/
+2
*
* lisp/emacs-lisp/cconv.el (cconv--analyze-use): Warn never-initialized vars
Stefan Monnier
2021-03-11
1
-5
/
+8
*
* lisp/emacs-lisp/cconv.el: Don't confuse a string for a docstring
Stefan Monnier
2021-03-09
1
-2
/
+3
*
Make lambda-lifting work again
Mattias Engdegård
2021-03-05
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el: Fix uncaught brain farts in last change
Stefan Monnier
2021-02-27
1
-2
/
+2
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-92
/
+119
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Remove generation of old bytecodes for catch/unwind
Mattias Engdegård
2020-01-05
1
-30
/
+4
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Improve errors & warnings due to fancy quoted vars (Bug#32939)
Noam Postavsky
2019-11-28
1
-2
/
+4
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
* lisp/subr.el (prog2): Define as a macro
Stefan Monnier
2019-04-02
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-10
/
+10
*
|
Don't forget to analyze args of lambda lifted functions (Bug#30872)
Noam Postavsky
2018-06-16
1
-24
/
+31
*
|
* lisp/emacs-lisp/cconv.el (cconv-convert): Fix compiling compiled code
Stefan Monnier
2018-02-02
1
-2
/
+5
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Stop calling ‘byte-compile-log-warning’
Philipp Stephani
2016-09-11
1
-17
/
+16
*
|
* lisp/emacs-lisp/cconv.el: Fix λ-lifting in the presence of shadowing
Stefan Monnier
2016-08-09
1
-28
/
+48
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Byte compiler: on setq with an odd number of arguments, generate a `signal'
Alan Mackenzie
2015-11-26
1
-21
/
+22
*
Don't let cconv_convert insert a nil argument into a `setq' form.
Alan Mackenzie
2015-11-23
1
-4
/
+6
*
; Remove extraneous "coding: utf-8" specifications in Elisp files
Dmitry Gutov
2015-09-29
1
-1
/
+1
*
Revert some stray curved quotes I missed earlier
Paul Eggert
2015-09-10
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-3
/
+3
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-5
/
+6
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
1
-4
/
+4
*
Add (:documentation <form>) for dynamically-generated docstrings
Stefan Monnier
2015-02-05
1
-8
/
+23
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Spelling fixes
Paul Eggert
2014-12-13
1
-28
/
+29
*
* lisp/subr.el (track-mouse): New macro.
Stefan Monnier
2014-09-27
1
-9
/
+0
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/cconv.el (cconv-convert): Print warning instead of
Nathan Trapuzzano
2013-11-10
1
-3
/
+3
*
* lisp/emacs-lisp/cconv.el (cconv-convert): Check form of let binding.
Nathan Trapuzzano
2013-11-04
1
-6
/
+9
*
Introduce new bytecodes for efficient catch/condition-case in lexbind.
Stefan Monnier
2013-10-03
1
-12
/
+51
*
* lisp/emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
Stefan Monnier
2013-09-04
1
-10
/
+10
*
* lisp/emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
Stefan Monnier
2013-08-27
1
-1
/
+2
[next]