summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-preloaded.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\
| * ; Fix typos.Stefan Kangas2022-07-02
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-14
|\|
| * cl-typep: Emit warning when using a type not known to be a typeStefan Monnier2022-06-06
* | Add new type treesit-compiled-queryYuan Fu2022-06-14
* | ; Merge from master.Yuan Fu2022-05-07
|\|
| * * lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types): Add `symbol-with-pos`Stefan Monnier2022-04-29
| * CL types: Accept both `byte-code-function` and `compiled-function`Stefan Monnier2022-04-29
| * OClosure: Add support for defmethod dispatchStefan Monnier2022-04-01
* | Add tree-sitter intergrationYuan Fu2022-05-07
|/
* Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-28
* * lisp/emacs-lisp/cl-preloaded.el: Fix the format of props in slot-descsStefan Monnier2021-06-24
* Fix copyright years by handPaul Eggert2021-01-01
* Fix copyright years by handPaul Eggert2020-01-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Fix copyright years by handPaul Eggert2019-01-01
* | Add missing module types to cl--typeof-types.Philipp Stephani2018-01-28
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-28
* | * lisp/emacs-lisp/cl-preloaded.el: Update cl-slot-descriptor name.Stefan Monnier2018-01-26
* | Revert "Prevent name clashes between CL structures and builtin types"Philipp Stephani2018-01-07
* | Prevent name clashes between CL structures and builtin typesPhilipp Stephani2018-01-07
|/
* Fix copyright years by handPaul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Backward compatibility with pre-existing struct instances.Stefan Monnier2017-04-04
* Make cl-defstruct use records.Lars Brinkhoff2017-04-04
* Merge from origin/emacs-25Paul Eggert2017-03-19
|\
| * Fix call to debugger on assertion failureNoam Postavsky2017-01-30
* | * lisp/emacs-lisp/cl-preloaded.el (cl-struct-define): Fix duplicationStefan Monnier2017-02-21
|/
* Fix copyright years by handPaul Eggert2017-01-01
* Do call debugger on failed cl-assertNoam Postavsky2016-11-08
* Don't call debug on failed cl-assertNoam Postavsky2016-11-04
* Fix copyright years by handPaul Eggert2016-01-01
* Fix some file headers for the purpose of `package--builtins'Artur Malabarba2015-12-03
* Add online-help support to describe typesStefan Monnier2015-07-07
* (cl--copy-slot-descriptor): Copy the `props' alist as wellStefan Monnier2015-07-01
* EIEIO: Change class's representation to unify instance & class slotsStefan Monnier2015-03-18
* Add classes as run-time descriptors of cl-structs.Stefan Monnier2015-03-18
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.Stefan Monnier2015-02-16
* * lisp/emacs-lisp/cl*.el: Use define-inline and move some codeStefan Monnier2015-02-14
* Tighten up the tagcode used for eieio and cl-struct objectsStefan Monnier2015-01-27