summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Expand)Author
2022-03-18Speed up fixnum printingMattias Engdegård
2022-03-14Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-22Merge branch 'scratch/correct-warning-pos'Alan Mackenzie
2022-01-22Clarify Vprint_unreadable_function doc stringLars Ingebrigtsen
2022-01-22Fix documentation of 'unprintable' stuffEli Zaretskii
2022-01-22Add new variable print-unreadable-functionLars Ingebrigtsen
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2022-01-01Print dead xwidgets speciallyPo Lu
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen
2021-11-29First commit of scratch/correct-warning-pos.Alan Mackenzie
2021-11-07Fix build on nextstepPo Lu
2021-11-07Make xwidgets print nicerPo Lu
2021-10-06Add an optional parameter to kill-all-local-variablesLars Ingebrigtsen
2021-10-04Avoid exiting when outputting error messages during loadupGregory Heytings
2021-01-08Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-04* src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier
2021-01-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-20Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-11-07Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-11-06Fix --enable-check-lisp-object-type buildGlenn Morris
2020-11-06Reduce integer-output-format to print-integers-as-charactersMattias Engdegård
2020-10-31New variable integer-output-format to print integers as characters (bug#44155)Juri Linkov
2020-10-23Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-10-18Add new Lisp implementation of substitute-command-keysStefan Kangas
2020-09-30Merge remote-tracking branch 'savannah/master' into clean-upAndrea Corallo
2020-09-27Improve display of raw bytes in the echo-areaEli Zaretskii
2020-09-21Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-09-20Fix printing of hash tables with removed elementsPip Cet
2020-04-23Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-02-26Store optimize qualities into .eln filesAndreaCorallo
2020-02-04Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-01-05Shorten pointer printing code using a small helper function.Philipp Stephani
2020-01-05Also print function data when printing module functions.Philipp Stephani
2020-01-01better printing for native compilation unitAndrea Corallo
2020-01-01some rename on compilation unit structAndrea Corallo
2020-01-01initial gc supportAndrea Corallo
2020-01-01initial compilation unit as object addAndrea Corallo
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-28Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky
2019-10-30Fix print.c infloop on circular listsPaul Eggert
2019-09-26Remove support for destructive splicing in elispStefan Kangas
2019-09-14* src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566)Eli Zaretskii
2019-09-13Don't build print-number-table unless it will be usedGemini Lasswell
2019-09-13Fix unnecessary hash table creation in cl-prin1 (bug#36566)Gemini Lasswell