Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | |||||
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | ; Minor stylistic checkdoc fixes in test/**/*.el | Stefan Kangas | 2021-09-26 | 1 | -0/+2 |
| | |||||
* | Autoload cl-struct-slot-info | Lars Ingebrigtsen | 2021-09-05 | 1 | -1/+0 |
| | | | | | | | * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-info): Autoload (bug#50301). * test/lisp/emacs-lisp/memory-report-tests.el: Don't require cl-macs. | ||||
* | Fix memory-report test failure | Lars Ingebrigtsen | 2021-09-03 | 1 | -0/+1 |
| | | | | * test/lisp/emacs-lisp/memory-report-tests.el: Fix test build failure. | ||||
* | memory-report: support calculating size for structures | Yikai Zhao | 2021-09-02 | 1 | -0/+8 |
| | | | | | * lisp/emacs-lisp/memory-report.el (memory-report--object-size-1): Add support for cl-defstruct types (bug#50301). | ||||
* | Fix memory-report counting of vector/hash table sizes | Yikai Zhao | 2021-08-14 | 1 | -0/+16 |
| | | | | | | | * lisp/emacs-lisp/memory-report.el (memory-report--object-size-1): Count element values in vectors and hash tables. Copyright-paperwork-exempt: yes | ||||
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
* | Fix copyright line | Lars Ingebrigtsen | 2020-12-11 | 1 | -2/+5 |
| | |||||
* | Add a new command `memory-report' | Lars Ingebrigtsen | 2020-12-11 | 1 | -0/+54 |
* doc/lispref/internals.texi (Garbage Collection): Document it. * lisp/emacs-lisp/memory-report.el: New package. |