summaryrefslogtreecommitdiff
path: root/test/src/print-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-2/+4
* ; Use values instead of trying to ignore themMattias Engdegård2022-07-311-9/+11
* ; Silence byte-compiler in two testsStefan Kangas2022-07-311-1/+2
* Move a test from subr-tests to print-testsLars Ingebrigtsen2022-07-301-0/+10
* Ensure that we don't call print-unreadable-function from " prin1"Lars Ingebrigtsen2022-07-281-1/+0
* Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård2022-07-181-1/+1
* Less wrong printed circular list tail index (bug#55395)Mattias Engdegård2022-05-231-0/+46
* Make printing mostly non-recursive (bug#55481)Mattias Engdegård2022-05-181-0/+16
* Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-151-0/+43
* Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen2022-03-141-0/+8
* Add new variable print-unreadable-functionLars Ingebrigtsen2022-01-221-0/+11
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Reduce integer-output-format to print-integers-as-charactersMattias Engdegård2020-11-061-18/+21
* New variable integer-output-format to print integers as characters (bug#44155)Juri Linkov2020-10-311-0/+20
* Tweak a hash table print testLars Ingebrigtsen2020-09-201-1/+1
* Fix printing of hash tables with removed elementsPip Cet2020-09-201-0/+28
* ; Fix license statements.Stefan Kangas2020-08-271-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix print.c infloop on circular listsPaul Eggert2019-10-301-1/+5
* Create common tests for print.c and cl-print.elGemini Lasswell2019-09-131-12/+247
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-2/+14
* | Add some bignum testsTom Tromey2018-07-121-0/+6
* | Honor print-charset-text-property value of nil (Bug#31376)Noam Postavsky2018-05-231-0/+36
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-281-0/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
* Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
* Rename all test files to reflect source layout.Phillip Lord2015-11-241-0/+62