aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-09; Fix last changeEli Zaretskii1-0/+2
2025-08-09Improve Vprint_variable_mappingZach Shaftel1-1/+2
2025-07-09print_error_message: Handle user-error to the echo area speciallySean Whitton1-0/+13
2025-07-07Print non-ASCII chars in unibyte symbols as raw bytesMattias Engdegård1-1/+1
2025-06-28Avoid extra output in Vprin1_to_string_buffer (bug#78842)Pip Cet1-9/+14
2025-05-28Fix unsafe SDATA usage in print.c (bug#78590)Pip Cet1-4/+10
2025-04-28Don't escape "." in `prin1' when followed by a letterSpencer Baugh1-3/+6
2025-01-20Remove redundant case_Lisp_Int macroStefan Kangas1-1/+2
2025-01-19Replace call[1-8] with callnStefan Kangas1-1/+1
2025-01-14Prefer calln to CALLN where applicableStefan Kangas1-2/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet1-3/+0
2024-07-16Fix buffer size problem in print_bool_vectorPaul Eggert1-1/+1
2024-06-10* src/print.c (print_vectorlike_unreadable): Fix merge accident.Mattias Engdegård1-1/+1
2024-06-01Check for buffer liveness when accessing tree-sitter node (bug#71012)Yuan Fu1-0/+5
2024-05-11Pacify gcc -Wmissing-variable-declarationsPaul Eggert1-0/+1
2024-04-28(COMPILED): Rename to CLOSUREStefan Monnier1-3/+3
2024-03-30New JSON encoder (bug#70007)Mattias Engdegård1-0/+1
2024-02-23Add a proper type for obarraysMattias Engdegård1-0/+10
2024-02-02Pacify gcc -Wpointer-signPaul Eggert1-1/+1
2024-02-02bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier1-8/+11
2024-01-24(DOHASH): Change calling conventionStefan Monnier1-3/+3
2024-01-21Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård1-2/+6
2024-01-21Add C macro for hash table iterationMattias Engdegård1-9/+3
2024-01-18Don't use Qunbound as hash table key when printing (bug#68244)Mattias Engdegård1-1/+2
2024-01-14Retype traverse_interval arg type from Lisp_Object to void *Mattias Engdegård1-7/+8
2024-01-13Share hash table test structsMattias Engdegård1-2/+2
2024-01-13Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård1-2/+2
2024-01-13Remove rehash-threshold and rehash-size struct membersMattias Engdegård1-8/+0
2024-01-13Represent hash table weakness as an enum internallyMattias Engdegård1-2/+3
2024-01-13Don't print or read the hash table size parameterMattias Engdegård1-5/+2
2024-01-13* src/print.c (print_object): Don't print empty hash-table dataMattias Engdegård1-14/+23
2024-01-13* src/print.c (print_object): Don't print hash table test if `eql`.Mattias Engdegård1-1/+1
2024-01-12Abstract predicate and constant for unused hash keysMattias Engdegård1-2/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier1-1/+1
2023-12-17Silence warning in print.cStefan Kangas1-1/+1
2023-11-25Refactor pseudovector printingMattias Engdegård1-135/+134
2023-10-24Make eln files re-dumpable (bug#45103)Andrea Corallo1-1/+1
2023-08-03Fix link to info node in prin1 docstringStefan Kangas1-2/+1
2023-08-02Fix link to info node in prin1 docstringStefan Kangas1-2/+1
2023-05-14Prefer UINTMAX_WIDTH in print_objectPaul Eggert1-1/+1
2023-05-14Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert1-1/+1
2023-01-11Bring up the sfnt-android font driverPo Lu1-6/+11
2023-01-09Don't print named tree-sitter nodes with parenthesizes (bug#60696)Yuan Fu1-2/+7
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-11-02Check for outdated tree-sitter node when printingYuan Fu1-1/+9
2022-11-02; * src/print.c (print_vectorlike): Fix comment for tree-sitter.Yuan Fu1-2/+2
2022-11-01Don't print buffer when printing tree-sitter node and parserYuan Fu1-4/+5