summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-print.el
Commit message (Expand)AuthorAgeFilesLines
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-0/+32
* (cl-print-object): Fix indirect cause of bug#70436Stefan Monnier2024-04-201-1/+1
* cl-preloaded.el: Improve docstrings of "kinds"Stefan Monnier2024-03-231-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | In cl-prin1, enable raw printing for a byte-compiled functionAlan Mackenzie2023-10-111-35/+48
* | ; * lisp/emacs-lisp/cl-print.el (cl-print-to-string-with-limit): Typo.Eli Zaretskii2023-10-041-1/+1
* | Correct the `cond' forms in cl-print-string-with-limitAlan Mackenzie2023-10-031-11/+11
* | Stop truncating strings too much in cl-print-string-with-limitAlan Mackenzie2023-09-291-4/+27
* | Revert "Don't use ellipses while cl-printing strings."Alan Mackenzie2023-09-271-4/+14
* | Don't use ellipses while cl-printing strings.Alan Mackenzie2023-09-191-14/+4
* | cl-print: Allow expanding the contents of hash-tablesStefan Monnier2023-07-131-5/+17
* | cl-print: Put buttons on ellipsesStefan Monnier2023-07-131-24/+80
* | cl-print.el: Reduce code duplicationStefan Monnier2023-07-081-95/+53
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* nadvice.el: Use OClosuresStefan Monnier2022-04-261-21/+0
* nadvice.el: Rename "where" to "how"Stefan Monnier2022-04-261-2/+2
* Pretty print OClosure slot accessorsStefan Monnier2022-04-261-0/+6
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove redundant requires of 'button'Stefan Kangas2020-12-031-2/+0
* 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