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