aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* Don't emit print-circle refs for empty string and vectorMattias Engdegård2025-12-041-14/+25
* Avoid extra newline in user-error logged in *Messages*Eli Zaretskii2025-11-151-0/+2
* ; Fix last changeEli Zaretskii2025-08-091-0/+2
* Improve Vprint_variable_mappingZach Shaftel2025-08-091-1/+2
* print_error_message: Handle user-error to the echo area speciallySean Whitton2025-07-091-0/+13
* Print non-ASCII chars in unibyte symbols as raw bytesMattias Engdegård2025-07-071-1/+1
* Avoid extra output in Vprin1_to_string_buffer (bug#78842)Pip Cet2025-06-281-9/+14
* Fix unsafe SDATA usage in print.c (bug#78590)Pip Cet2025-05-281-4/+10
* Don't escape "." in `prin1' when followed by a letterSpencer Baugh2025-04-281-3/+6
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-3/+0
|\
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-3/+0
* | Remove redundant case_Lisp_Int macroStefan Kangas2025-01-201-1/+2
* | Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-2/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Fix buffer size problem in print_bool_vectorPaul Eggert2024-07-161-1/+1
* * src/print.c (print_vectorlike_unreadable): Fix merge accident.Mattias Engdegård2024-06-101-1/+1
* Merge from origin/emacs-29Eli Zaretskii2024-06-081-0/+5
|\
| * Check for buffer liveness when accessing tree-sitter node (bug#71012)Yuan Fu2024-06-011-0/+5
* | Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-0/+1
* | (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-3/+3
* | New JSON encoder (bug#70007)Mattias Engdegård2024-03-301-0/+1
* | Add a proper type for obarraysMattias Engdegård2024-02-231-0/+10
* | Pacify gcc -Wpointer-signPaul Eggert2024-02-021-1/+1
* | bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier2024-02-021-8/+11
* | (DOHASH): Change calling conventionStefan Monnier2024-01-241-3/+3
* | Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård2024-01-211-2/+6
* | Add C macro for hash table iterationMattias Engdegård2024-01-211-9/+3
* | Don't use Qunbound as hash table key when printing (bug#68244)Mattias Engdegård2024-01-181-1/+2
* | Retype traverse_interval arg type from Lisp_Object to void *Mattias Engdegård2024-01-141-7/+8
* | Share hash table test structsMattias Engdegård2024-01-131-2/+2
* | Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård2024-01-131-2/+2
* | Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-8/+0
* | Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-2/+3
* | Don't print or read the hash table size parameterMattias Engdegård2024-01-131-5/+2
* | * src/print.c (print_object): Don't print empty hash-table dataMattias Engdegård2024-01-131-14/+23
* | * src/print.c (print_object): Don't print hash table test if `eql`.Mattias Engdegård2024-01-131-1/+1
* | Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-121-2/+2
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
| * Fix link to info node in prin1 docstringStefan Kangas2023-08-031-2/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-1/+1
* | Silence warning in print.cStefan Kangas2023-12-171-1/+1
* | Refactor pseudovector printingMattias Engdegård2023-11-251-135/+134
* | Make eln files re-dumpable (bug#45103)Andrea Corallo2023-10-241-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-08-031-2/+1
|\ \
| * | Fix link to info node in prin1 docstringStefan Kangas2023-08-021-2/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-151-2/+2
|\ \ \ | |/ /