summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* 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
* 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
* | | Clarify Vprint_unreadable_function doc stringLars Ingebrigtsen2022-01-221-8/+8
* | | Fix documentation of 'unprintable' stuffEli Zaretskii2022-01-221-5/+5
* | | Add new variable print-unreadable-functionLars Ingebrigtsen2022-01-221-201/+248
| |/ |/|
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | | Print dead xwidgets speciallyPo Lu2022-01-011-7/+12
* | | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-111-0/+16
| |/ |/|
* | Fix build on nextstepPo Lu2021-11-071-0/+6
* | Make xwidgets print nicerPo Lu2021-11-071-2/+14
* | Add an optional parameter to kill-all-local-variablesLars Ingebrigtsen2021-10-061-1/+1
|/
* Avoid exiting when outputting error messages during loadupGregory Heytings2021-10-041-1/+5
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-081-1/+2
|\
| * * src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier2021-01-041-1/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\|
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-201-1/+1
|\|
| * Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-071-2/+52
|\|
| * Fix --enable-check-lisp-object-type buildGlenn Morris2020-11-061-1/+1