summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-print.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Improve performance of backtrace printing (bug#36566)Gemini Lasswell2019-09-131-10/+11
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add new command to expand all "..."s in a backtrace frameGemini Lasswell2018-08-031-0/+40
* | Add methods for strings to cl-printGemini Lasswell2018-08-031-2/+100
* | Support ellipsis expansion in cl-printGemini Lasswell2018-08-031-21/+134
* | 0x%x → %#x in elisp formatsPaul Eggert2018-07-231-2/+2
* | Merge from emacs-26Noam Postavsky2018-06-101-2/+7
|\ \ | |/
| * Make cl-print respect print-quoted (bug#31649)Gemini Lasswell2018-06-071-2/+7
| * Make cl-print respect print-level and print-length (bug#31559)Gemini Lasswell2018-06-041-47/+68
| * Fix cl-print for circular sublists (Bug#31146)Noam Postavsky2018-06-031-3/+6
* | Make cl-print respect print-level and print-length (bug#31559)Gemini Lasswell2018-05-271-47/+68
* | Fix cl-print for circular sublists (Bug#31146)Noam Postavsky2018-04-261-3/+6
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | * lisp/subr.el (backtrace--print-frame): Use cl-prin1Stefan Monnier2017-12-121-6/+7
|/
* ; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.Glenn Morris2017-10-021-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add cl-print method for hash tablesMark Oteiza2017-09-111-0/+10
* Add docstrings to cl-print entry pointsMark Oteiza2017-09-111-1/+8
* ; Fix previous commitMark Oteiza2017-09-111-1/+1
* Include sxhash of object with printed bytecodeMark Oteiza2017-09-111-1/+1
* * lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default.Noam Postavsky2017-07-021-1/+1
* Don't redundantly cl-print arglist in function docstring againNoam Postavsky2017-06-291-4/+5
* Buttonize #<bytecode> part of printed functions (Bug#25226)Noam Postavsky2017-06-121-4/+29
* cl-print: handle circular objects when `print-circle' is nil (Bug#27117)Noam Postavsky2017-05-311-11/+24
* Make cl-defstruct use records.Lars Brinkhoff2017-04-041-1/+1
* * lisp/emacs-lisp/cl-print.el (cl-print-compiled): New variableStefan Monnier2017-03-121-2/+36
* * lisp/emacs-lisp/cl-print.el (cl-print-object): Use #f(..) for functions.Stefan Monnier2017-03-071-4/+5
* ; Spelling fixesPaul Eggert2017-03-051-1/+1
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-231-0/+196