aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Prefer UINTMAX_WIDTH in print_objectPaul Eggert2023-05-141-1/+1
| * | Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-141-1/+1
| |/
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-111-2/+7
|\ \ | |/
| * Don't print named tree-sitter nodes with parenthesizes (bug#60696)Yuan Fu2023-01-091-2/+7
* | Bring up the sfnt-android font driverPo Lu2023-01-111-6/+11
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-10/+8
|\
| * Preven a buffer-overflow (bug#58850)Gerd Möllmann2022-11-011-2/+2
| * Merge 'master' into noverlayStefan Monnier2022-09-251-831/+1347
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-7/+5
* | | Check for outdated tree-sitter node when printingYuan Fu2022-11-021-1/+9
* | | ; * src/print.c (print_vectorlike): Fix comment for tree-sitter.Yuan Fu2022-11-021-2/+2
* | | Don't print buffer when printing tree-sitter node and parserYuan Fu2022-11-011-4/+5
* | | ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-171-1/+1
* | | Support MinGW build on MS-WindowsEli Zaretskii2022-10-161-1/+1
* | | Improve printing treesit nodesYuan Fu2022-09-241-6/+9
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-159/+202
|\ \ \ | | |/ | |/|
| * | * src/print.c (struct print_buffer): Revert gratuitous format change.Mattias Engdegård2022-08-081-11/+4
| * | ; Fix coding style in recently installed changes to print.cPo Lu2022-08-081-6/+15
| * | Group print buffer state in a structMattias Engdegård2022-08-081-39/+41
| * | Turn large macros in print.c to functionsMattias Engdegård2022-08-081-130/+146
| * | ; * src/print.c (print_vectorlike): Fix Lisp_Object type mixup.Po Lu2022-07-281-1/+1
| * | Correctly set marker position after specpdl is unwound during printingPo Lu2022-07-281-2/+2