summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAge
* Simplify str_to_multibyte and related codeMattias Engdegård2022-07-11
* Simplify and speed up string-to-multibyteMattias Engdegård2022-07-11
* ; Fix typos.Mattias Engdegård2022-07-02
* Pacify Oracle Studio re print_vectorlikePaul Eggert2022-06-25
* Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-12
* Fix 32-bit warnings againPo Lu2022-05-26
* Less wrong printed circular list tail index (bug#55395)Mattias Engdegård2022-05-23
* Fix compiler warnings in printer code on 32-bit systemsPo Lu2022-05-21
* Make printing mostly non-recursive (bug#55481)Mattias Engdegård2022-05-18
* Don't expose Vprint_variable_mapping to LispLars Ingebrigtsen2022-05-16
* ; Improve documentation of the OVERRIDES argument to prin1Eli Zaretskii2022-05-15
* Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-15
* Be more resilient towards errors during error handlingLars Ingebrigtsen2022-05-05
* Pacify gcc -std=c99 with printf %pPaul Eggert2022-04-19
* Add new function `flush-standard-output'.Lars Ingebrigtsen2022-04-17
* Speed up fixnum printingMattias Engdegård2022-03-18
* Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen2022-03-14
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* Merge branch 'scratch/correct-warning-pos'Alan Mackenzie2022-01-22
|\
| * Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-11
| |\
| * | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-29
* | | Clarify Vprint_unreadable_function doc stringLars Ingebrigtsen2022-01-22
* | | Fix documentation of 'unprintable' stuffEli Zaretskii2022-01-22
* | | Add new variable print-unreadable-functionLars Ingebrigtsen2022-01-22
| |/ |/|
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\ \
| * | ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | | Print dead xwidgets speciallyPo Lu2022-01-01
* | | Add sqlite3 support to EmacsLars Ingebrigtsen2021-12-11
| |/ |/|
* | Fix build on nextstepPo Lu2021-11-07
* | Make xwidgets print nicerPo Lu2021-11-07
* | Add an optional parameter to kill-all-local-variablesLars Ingebrigtsen2021-10-06
|/
* Avoid exiting when outputting error messages during loadupGregory Heytings2021-10-04
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-08
|\
| * * src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier2021-01-04
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\|
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-20
|\|
| * Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-07
|\|
| * Fix --enable-check-lisp-object-type buildGlenn Morris2020-11-06
| * Reduce integer-output-format to print-integers-as-charactersMattias Engdegård2020-11-06
| * New variable integer-output-format to print integers as characters (bug#44155)Juri Linkov2020-10-31
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-23
|\|
| * Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
* | Merge remote-tracking branch 'savannah/master' into clean-upAndrea Corallo2020-09-30
|\|
| * Improve display of raw bytes in the echo-areaEli Zaretskii2020-09-27
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-21
|\|
| * Fix printing of hash tables with removed elementsPip Cet2020-09-20
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-04-23
|\|
| * Prefer more inline functions in character.hPaul Eggert2020-04-17