summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Expand)Author
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
2023-08-02Fix link to info node in prin1 docstringStefan Kangas
2023-05-15Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-14Prefer UINTMAX_WIDTH in print_objectPaul Eggert
2023-05-14Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert
2023-01-11Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-01-11Bring up the sfnt-android font driverPo Lu
2023-01-09Don't print named tree-sitter nodes with parenthesizes (bug#60696)Yuan Fu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-21Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-11-02Check for outdated tree-sitter node when printingYuan Fu
2022-11-02; * src/print.c (print_vectorlike): Fix comment for tree-sitter.Yuan Fu
2022-11-01Don't print buffer when printing tree-sitter node and parserYuan Fu
2022-11-01Preven a buffer-overflow (bug#58850)Gerd Möllmann
2022-10-17; Rename ts_* symbols in treesit.cEli Zaretskii
2022-10-16Support MinGW build on MS-WindowsEli Zaretskii
2022-09-25Merge 'master' into noverlayStefan Monnier
2022-09-24Improve printing treesit nodesYuan Fu
2022-08-29Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu
2022-08-08* src/print.c (struct print_buffer): Revert gratuitous format change.Mattias Engdegård
2022-08-08; Fix coding style in recently installed changes to print.cPo Lu