summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAge
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-28
* New JSON encoder (bug#70007)Mattias Engdegård2024-03-30
* Add a proper type for obarraysMattias Engdegård2024-02-23
* Pacify gcc -Wpointer-signPaul Eggert2024-02-02
* bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier2024-02-02
* (DOHASH): Change calling conventionStefan Monnier2024-01-24
* Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård2024-01-21
* Add C macro for hash table iterationMattias Engdegård2024-01-21
* Don't use Qunbound as hash table key when printing (bug#68244)Mattias Engdegård2024-01-18
* Retype traverse_interval arg type from Lisp_Object to void *Mattias Engdegård2024-01-14
* Share hash table test structsMattias Engdegård2024-01-13
* Use non-Lisp allocation for internal hash-table vectorsMattias Engdegård2024-01-13
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-13
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-13
* Don't print or read the hash table size parameterMattias Engdegård2024-01-13
* * src/print.c (print_object): Don't print empty hash-table dataMattias Engdegård2024-01-13
* * src/print.c (print_object): Don't print hash table test if `eql`.Mattias Engdegård2024-01-13
* Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-12
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
| * Fix link to info node in prin1 docstringStefan Kangas2023-08-03
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-23
* | Silence warning in print.cStefan Kangas2023-12-17
* | Refactor pseudovector printingMattias Engdegård2023-11-25
* | Make eln files re-dumpable (bug#45103)Andrea Corallo2023-10-24
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-08-03
|\ \
| * | Fix link to info node in prin1 docstringStefan Kangas2023-08-02
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-15
|\| |
| * | Prefer UINTMAX_WIDTH in print_objectPaul Eggert2023-05-14
| * | Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-14
| |/
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-11
|\|
| * Don't print named tree-sitter nodes with parenthesizes (bug#60696)Yuan Fu2023-01-09
* | Bring up the sfnt-android font driverPo Lu2023-01-11
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * Preven a buffer-overflow (bug#58850)Gerd Möllmann2022-11-01
| * Merge 'master' into noverlayStefan Monnier2022-09-25
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
* | | Check for outdated tree-sitter node when printingYuan Fu2022-11-02
* | | ; * src/print.c (print_vectorlike): Fix comment for tree-sitter.Yuan Fu2022-11-02
* | | Don't print buffer when printing tree-sitter node and parserYuan Fu2022-11-01
* | | ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-17
* | | Support MinGW build on MS-WindowsEli Zaretskii2022-10-16
* | | Improve printing treesit nodesYuan Fu2022-09-24
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-29
|\ \ \ | | |/ | |/|
| * | * src/print.c (struct print_buffer): Revert gratuitous format change.Mattias Engdegård2022-08-08
| * | ; Fix coding style in recently installed changes to print.cPo Lu2022-08-08
| * | Group print buffer state in a structMattias Engdegård2022-08-08
| * | Turn large macros in print.c to functionsMattias Engdegård2022-08-08
| * | ; * src/print.c (print_vectorlike): Fix Lisp_Object type mixup.Po Lu2022-07-28