aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Shorten pointer printing code using a small helper function.Philipp Stephani2020-01-051-22/+20
| * Also print function data when printing module functions.Philipp Stephani2020-01-051-2/+16
* | better printing for native compilation unitAndrea Corallo2020-01-011-2/+1
* | some rename on compilation unit structAndrea Corallo2020-01-011-1/+1
* | initial gc supportAndrea Corallo2020-01-011-1/+1
* | initial compilation unit as object addAndrea Corallo2020-01-011-1/+10
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-281-2/+1
* Fix print.c infloop on circular listsPaul Eggert2019-10-301-35/+27
* Remove support for destructive splicing in elispStefan Kangas2019-09-261-2/+1
* * src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566)Eli Zaretskii2019-09-141-2/+2
* Don't build print-number-table unless it will be usedGemini Lasswell2019-09-131-53/+39
* Fix unnecessary hash table creation in cl-prin1 (bug#36566)Gemini Lasswell2019-09-131-2/+6