summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Expand)Author
2026-03-12Replace remaining uses of Qwrong_type_argumentBasil L. Contovounesios
2026-03-10Fix `signal` calls where the data argument is not a listStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-12-04Don't emit print-circle refs for empty string and vectorMattias Engdegård
2025-11-15Avoid extra newline in user-error logged in *Messages*Eli Zaretskii
2025-08-09; Fix last changeEli Zaretskii
2025-08-09Improve Vprint_variable_mappingZach Shaftel
2025-07-09print_error_message: Handle user-error to the echo area speciallySean Whitton
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-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-20Remove redundant case_Lisp_Int macroStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet
2024-07-16Fix buffer size problem in print_bool_vectorPaul Eggert
2024-06-10* src/print.c (print_vectorlike_unreadable): Fix merge accident.Mattias Engdegård
2024-06-08Merge from origin/emacs-29Eli Zaretskii
2024-06-01Check for buffer liveness when accessing tree-sitter node (bug#71012)Yuan Fu
2024-05-11Pacify gcc -Wmissing-variable-declarationsPaul Eggert
2024-04-28(COMPILED): Rename to CLOSUREStefan Monnier
2024-03-30New JSON encoder (bug#70007)Mattias Engdegård
2024-02-23Add a proper type for obarraysMattias Engdegård
2024-02-02Pacify gcc -Wpointer-signPaul Eggert
2024-02-02bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier
2024-01-24(DOHASH): Change calling conventionStefan Monnier
2024-01-21Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård
2024-01-21Add C macro for hash table iterationMattias Engdegård
2024-01-18Don't use Qunbound as hash table key when printing (bug#68244)Mattias Engdegård
2024-01-14Retype traverse_interval arg type from Lisp_Object to void *Mattias Engdegård
2024-01-13Share hash table test structsMattias Engdegård
2024-01-13Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård
2024-01-13Remove rehash-threshold and rehash-size struct membersMattias Engdegård
2024-01-13Represent hash table weakness as an enum internallyMattias Engdegård
2024-01-13Don't print or read the hash table size parameterMattias Engdegård
2024-01-13* src/print.c (print_object): Don't print empty hash-table dataMattias Engdegård
2024-01-13* src/print.c (print_object): Don't print hash table test if `eql`.Mattias Engdegård
2024-01-12Abstract predicate and constant for unused hash keysMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier
2023-12-17Silence warning in print.cStefan Kangas
2023-11-25Refactor pseudovector printingMattias Engdegård
2023-10-24Make eln files re-dumpable (bug#45103)Andrea Corallo
2023-08-03Fix link to info node in prin1 docstringStefan Kangas
2023-08-03Merge remote-tracking branch 'origin/master' into feature/androidPo Lu