summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Remove purespace and ancillary codescratch/no-purespacePip Cet2022-07-011-3/+0
* 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
| * Reduce integer-output-format to print-integers-as-charactersMattias Engdegård2020-11-061-22/+42
| * New variable integer-output-format to print integers as characters (bug#44155)Juri Linkov2020-10-311-2/+32
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-231-1/+1
|\ \ | |/
| * Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-181-1/+1
* | Merge remote-tracking branch 'savannah/master' into clean-upAndrea Corallo2020-09-301-23/+27
|\ \ | |/
| * Improve display of raw bytes in the echo-areaEli Zaretskii2020-09-271-23/+27
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-211-5/+12
|\ \ | |/
| * Fix printing of hash tables with removed elementsPip Cet2020-09-201-5/+12
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-04-231-19/+12
|\ \ | |/
| * Prefer more inline functions in character.hPaul Eggert2020-04-171-19/+12
* | Store optimize qualities into .eln filesAndreaCorallo2020-02-261-2/+5
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-041-14/+26
|\ \ | |/