summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer UINTMAX_WIDTH in print_objectPaul Eggert2023-05-141-1/+1
* Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-141-1/+1
* Don't print named tree-sitter nodes with parenthesizes (bug#60696)Yuan Fu2023-01-091-2/+7
* ; 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
| * | Don't export print--unreadable-callback-buffer to lispLars Ingebrigtsen2022-07-281-0/+2
| * | Ensure that we don't call print-unreadable-function from " prin1"Lars Ingebrigtsen2022-07-281-0/+19
| * | Fix thinko in last changePo Lu2022-07-271-7/+11
| * | Fix invalid current buffer after print-unreadable-function signalsPo Lu2022-07-271-3/+2
| * | Simplify str_to_multibyte and related codeMattias Engdegård2022-07-111-1/+1
| * | Simplify and speed up string-to-multibyteMattias Engdegård2022-07-111-2/+1
| * | ; Fix typos.Mattias Engdegård2022-07-021-1/+1
| * | Pacify Oracle Studio re print_vectorlikePaul Eggert2022-06-251-2/+2
* | | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-302/+646
|\ \ \ | |/ /
| * | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-1/+1
| * | Fix 32-bit warnings againPo Lu2022-05-261-1/+1
| * | Less wrong printed circular list tail index (bug#55395)Mattias Engdegård2022-05-231-15/+13
| * | Fix compiler warnings in printer code on 32-bit systemsPo Lu2022-05-211-15/+28
| * | Make printing mostly non-recursive (bug#55481)Mattias Engdegård2022-05-181-293/+517
| * | Don't expose Vprint_variable_mapping to LispLars Ingebrigtsen2022-05-161-33/+39
| * | ; Improve documentation of the OVERRIDES argument to prin1Eli Zaretskii2022-05-151-6/+7
| * | Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-151-8/+110
* | | Add new type treesit-compiled-queryYuan Fu2022-06-141-0/+3
* | | ; Merge from master.Yuan Fu2022-05-071-15/+44
|\ \ \ | |/ /
| * | Be more resilient towards errors during error handlingLars Ingebrigtsen2022-05-051-1/+8
| * | Pacify gcc -std=c99 with printf %pPaul Eggert2022-04-191-5/+8
| * | Add new function `flush-standard-output'.Lars Ingebrigtsen2022-04-171-0/+12
| * | Speed up fixnum printingMattias Engdegård2022-03-181-2/+4
| * | Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen2022-03-141-7/+12
* | | Add tree-sitter intergrationYuan Fu2022-05-071-0/+28
|/ /
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-4/+4
* | Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-221-1/+32
|\ \
| * \ Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-8/+29
| |\ \
| * | | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-1/+32