summaryrefslogtreecommitdiff
path: root/test/src/print-tests.el
AgeCommit message (Expand)Author
2026-05-07; Revert Eric's commits from February.Sean Whitton
2026-02-25Tests for the lreaf.c amd print.c primitives.Eric S. Raymond
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-04Don't emit print-circle refs for empty string and vectorMattias Engdegård
2025-07-07Print non-ASCII chars in unibyte symbols as raw bytesMattias Engdegård
2025-06-28Avoid extra output in Vprin1_to_string_buffer (bug#78842)Pip Cet
2025-05-28Fix unsafe SDATA usage in print.c (bug#78590)Pip Cet
2025-04-28Don't escape "." in `prin1' when followed by a letterSpencer Baugh
2025-02-23Fix print-testsThuna
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-13* src/print.c (print_object): Don't print empty hash-table dataMattias Engdegård
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-08test: Remove redundant "" arg to `mapconcat`Stefan Monnier
2022-07-31; Use values instead of trying to ignore themMattias Engdegård
2022-07-31; Silence byte-compiler in two testsStefan Kangas
2022-07-30Move a test from subr-tests to print-testsLars Ingebrigtsen
2022-07-28Ensure that we don't call print-unreadable-function from " prin1"Lars Ingebrigtsen
2022-07-18Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård
2022-05-23Less wrong printed circular list tail index (bug#55395)Mattias Engdegård
2022-05-18Make printing mostly non-recursive (bug#55481)Mattias Engdegård
2022-05-15Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen
2022-03-14Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen
2022-01-22Add new variable print-unreadable-functionLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-06Reduce integer-output-format to print-integers-as-charactersMattias Engdegård
2020-10-31New variable integer-output-format to print integers as characters (bug#44155)Juri Linkov
2020-09-20Tweak a hash table print testLars Ingebrigtsen
2020-09-20Fix printing of hash tables with removed elementsPip Cet
2020-08-27; Fix license statements.Stefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-30Fix print.c infloop on circular listsPaul Eggert
2019-09-13Create common tests for print.c and cl-print.elGemini Lasswell
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-10Fix mishandling of symbols that look like numbersPaul Eggert
2018-07-12Add some bignum testsTom Tromey
2018-05-23Honor print-charset-text-property value of nil (Bug#31376)Noam Postavsky
2018-01-28Fix round tripping of read->print for symbols with strange quotesNoam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-01-11Merge from origin/emacs-25John Wiegley
2015-11-24Rename all test files to reflect source layout.Phillip Lord