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
/
cl-generic.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/emacs-lisp/cl-generic.el: Try and fix bug#49866
Stefan Monnier
2021-08-09
1
-12
/
+17
*
* lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Don't emit warning
Stefan Monnier
2021-08-03
1
-6
/
+6
*
Evaluate eql specializers
akater
2021-08-03
1
-1
/
+11
*
* lisp/emacs-lisp/cl-generic.el: Fix bug#49053 and bug#47454
Stefan Monnier
2021-06-16
1
-5
/
+5
*
; Fix some typos in doc strings and manuals
Štěpán Němec
2021-04-24
1
-1
/
+1
*
Improve the documentation of :extra in cl-defmethod
Lars Ingebrigtsen
2021-03-05
1
-3
/
+7
*
* lisp/emacs-lisp/cl-generic.el: Make `doc-string` prop work with qualifiers
Stefan Monnier
2021-03-04
1
-1
/
+11
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-1
/
+1
*
* Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`
Stefan Monnier
2021-02-14
1
-31
/
+45
*
* lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New method
Stefan Monnier
2021-02-13
1
-12
/
+24
*
* lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Fix last change
Stefan Monnier
2021-01-08
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`
Stefan Monnier
2021-01-08
1
-16
/
+8
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Shorten some over-wide docstrings in functions and macros
Stefan Kangas
2020-12-19
1
-2
/
+2
*
cl-defmethod doc string clarification
Lars Ingebrigtsen
2020-12-09
1
-2
/
+12
*
Improve Edebug symbols for inlined secondary methods (Bug#42671)
Philipp Stephani
2020-08-02
1
-1
/
+1
*
Add a workaround for Bug#42672
Philipp Stephani
2020-08-02
1
-1
/
+10
*
Don’t generate duplicate symbols for secondary CL methods (Bug#42671)
Philipp Stephani
2020-08-02
1
-3
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-2
/
+2
*
Make with-suppressed-warnings work in cl-defmethod
Lars Ingebrigtsen
2019-06-17
1
-1
/
+1
*
* lisp/emacs-lisp/cl-generic.el (gv-setter): Move declaration.
Stefan Monnier
2019-06-16
1
-2
/
+2
*
Fix compilation warning about gv-setter in cl-generic
Lars Ingebrigtsen
2019-06-16
1
-0
/
+2
*
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
-1
/
+1
*
|
* lisp/emacs-lisp/cl-generic.el: Clarify we can't define commands
Stefan Monnier
2018-10-31
1
-0
/
+3
*
|
Prevent name clashes between CL structures and builtin types
Philipp Stephani
2018-01-28
1
-29
/
+3
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
* lisp/register.el: Use cl-generic
Stefan Monnier
2017-12-25
1
-6
/
+11
|
/
*
Handle generic variables in cl-defgeneric Edebug spec
Gemini Lasswell
2017-11-01
1
-1
/
+2
*
Create new Edebug spec for docstrings and use it in closures
Gemini Lasswell
2017-10-06
1
-2
/
+11
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/subr.el (method-files): Move function to cl-generic.el
Stefan Monnier
2017-07-28
1
-0
/
+18
*
* lisp/emacs-lisp/cl-generic.el (cl-generic-define-method):
Stefan Monnier
2017-07-26
1
-17
/
+18
*
Fix cl-defmethod indentation
Grégoire Jadi
2017-07-26
1
-1
/
+1
*
(loadhist-unload-element): Move ERT and cl-generic methods
Stefan Monnier
2017-07-24
1
-2
/
+14
*
Make edebug-step-in work on generic methods (Bug#22294)
Gemini Lasswell
2017-05-14
1
-2
/
+2
*
cl-defmethod: Make the edebug spec more technically correct
Dmitry Gutov
2017-05-05
1
-2
/
+3
*
Fix Edebug specs for 'cl-defmethod' and 'defmethod'
Gemini Lasswell
2017-05-02
1
-3
/
+4
*
Make cl-defstruct use records.
Lars Brinkhoff
2017-04-04
1
-20
/
+4
*
Use switch on pseudovector types; plus cleanups along the way
Stefan Monnier
2017-03-12
1
-1
/
+2
*
* lisp/emacs-lisp/cl-generic.el (cl--generic-typeof-types): Add `atom'
Stefan Monnier
2017-02-21
1
-15
/
+22
*
* lisp/emacs-lisp/cl-generic.el (cl-defgeneric): Fix last change
Stefan Monnier
2017-02-21
1
-1
/
+1
*
* lisp/emacs-lisp/autoload.el (make-autoload): Support cl-defgeneric
Stefan Monnier
2017-02-21
1
-4
/
+1
*
Don't warn about obsolete defgenerics when defining them
Noam Postavsky
2017-01-29
1
-7
/
+8
*
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
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-0
/
+14
|
\
|
[next]