summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-print.el
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Remove redundant requires of 'button'Stefan Kangas2020-12-03
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve performance of backtrace printing (bug#36566)Gemini Lasswell2019-09-13
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add new command to expand all "..."s in a backtrace frameGemini Lasswell2018-08-03
* | Add methods for strings to cl-printGemini Lasswell2018-08-03
* | Support ellipsis expansion in cl-printGemini Lasswell2018-08-03
* | 0x%x → %#x in elisp formatsPaul Eggert2018-07-23
* | Merge from emacs-26Noam Postavsky2018-06-10
|\|
| * Make cl-print respect print-quoted (bug#31649)Gemini Lasswell2018-06-07
| * Make cl-print respect print-level and print-length (bug#31559)Gemini Lasswell2018-06-04
| * Fix cl-print for circular sublists (Bug#31146)Noam Postavsky2018-06-03
* | Make cl-print respect print-level and print-length (bug#31559)Gemini Lasswell2018-05-27
* | Fix cl-print for circular sublists (Bug#31146)Noam Postavsky2018-04-26
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | * lisp/subr.el (backtrace--print-frame): Use cl-prin1Stefan Monnier2017-12-12
|/
* ; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.Glenn Morris2017-10-02
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add cl-print method for hash tablesMark Oteiza2017-09-11
* Add docstrings to cl-print entry pointsMark Oteiza2017-09-11
* ; Fix previous commitMark Oteiza2017-09-11
* Include sxhash of object with printed bytecodeMark Oteiza2017-09-11
* * lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default.Noam Postavsky2017-07-02
* Don't redundantly cl-print arglist in function docstring againNoam Postavsky2017-06-29
* Buttonize #<bytecode> part of printed functions (Bug#25226)Noam Postavsky2017-06-12
* cl-print: handle circular objects when `print-circle' is nil (Bug#27117)Noam Postavsky2017-05-31
* Make cl-defstruct use records.Lars Brinkhoff2017-04-04
* * lisp/emacs-lisp/cl-print.el (cl-print-compiled): New variableStefan Monnier2017-03-12
* * lisp/emacs-lisp/cl-print.el (cl-print-object): Use #f(..) for functions.Stefan Monnier2017-03-07
* ; Spelling fixesPaul Eggert2017-03-05
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-23