summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-generic.el
Commit message (Expand)AuthorAge
* Fix bug#28557Stefan Monnier2021-12-20
* Remove spurious %S from 'define-error' messagesTom Levy2021-11-10
* * lisp/emacs-lisp/cl-generic.el: Add reference to inspirationStefan Monnier2021-11-08
* * lisp/emacs-lisp/cl-generic.el: Fix test/lisp/loadhist-testsStefan Monnier2021-10-01
* * lisp/emacs-lisp/cl-generic.el (cl--generic-get-dispatcher): Fix regressionStefan Monnier2021-10-01
* ; If Invalid function: with-memoization error introduced in 3c972723Tassilo Horn2021-10-01
* * lisp/emacs-lisp/subr-x.el (with-memoization): New macroStefan Monnier2021-10-01
* Tweak the whitespace before "This is a generic function"Lars Ingebrigtsen2021-09-29
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-18
* * lisp/emacs-lisp/cl-generic.el: Try and fix bug#49866Stefan Monnier2021-08-09
* * lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Don't emit warningStefan Monnier2021-08-03
* Evaluate eql specializersakater2021-08-03
* * lisp/emacs-lisp/cl-generic.el: Fix bug#49053 and bug#47454Stefan Monnier2021-06-16
* ; Fix some typos in doc strings and manualsŠtěpán Němec2021-04-24
* Improve the documentation of :extra in cl-defmethodLars Ingebrigtsen2021-03-05
* * lisp/emacs-lisp/cl-generic.el: Make `doc-string` prop work with qualifiersStefan Monnier2021-03-04
* * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-26
* * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-14
* * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-13
* * lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Fix last changeStefan Monnier2021-01-08
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`Stefan Monnier2021-01-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-19
* cl-defmethod doc string clarificationLars Ingebrigtsen2020-12-09
* Improve Edebug symbols for inlined secondary methods (Bug#42671)Philipp Stephani2020-08-02
* Add a workaround for Bug#42672Philipp Stephani2020-08-02
* Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-02
* Update copyright year to 2020Paul Eggert2020-01-01
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Make with-suppressed-warnings work in cl-defmethodLars Ingebrigtsen2019-06-17
* * lisp/emacs-lisp/cl-generic.el (gv-setter): Move declaration.Stefan Monnier2019-06-16
* Fix compilation warning about gv-setter in cl-genericLars Ingebrigtsen2019-06-16
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | * lisp/emacs-lisp/cl-generic.el: Clarify we can't define commandsStefan Monnier2018-10-31
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-28
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | * lisp/register.el: Use cl-genericStefan Monnier2017-12-25
|/
* Handle generic variables in cl-defgeneric Edebug specGemini Lasswell2017-11-01
* Create new Edebug spec for docstrings and use it in closuresGemini Lasswell2017-10-06
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/subr.el (method-files): Move function to cl-generic.elStefan Monnier2017-07-28
* * lisp/emacs-lisp/cl-generic.el (cl-generic-define-method):Stefan Monnier2017-07-26
* Fix cl-defmethod indentationGrégoire Jadi2017-07-26
* (loadhist-unload-element): Move ERT and cl-generic methodsStefan Monnier2017-07-24
* Make edebug-step-in work on generic methods (Bug#22294)Gemini Lasswell2017-05-14
* cl-defmethod: Make the edebug spec more technically correctDmitry Gutov2017-05-05
* Fix Edebug specs for 'cl-defmethod' and 'defmethod'Gemini Lasswell2017-05-02