aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-17Prefer more inline functions in character.hPaul Eggert1-19/+12
2020-01-05Shorten pointer printing code using a small helper function.Philipp Stephani1-22/+20
2020-01-05Also print function data when printing module functions.Philipp Stephani1-2/+16
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-28Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky1-2/+1
2019-10-30Fix print.c infloop on circular listsPaul Eggert1-35/+27
2019-09-26Remove support for destructive splicing in elispStefan Kangas1-2/+1
2019-09-14* src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566)Eli Zaretskii1-2/+2
2019-09-13Don't build print-number-table unless it will be usedGemini Lasswell1-53/+39
2019-09-13Fix unnecessary hash table creation in cl-prin1 (bug#36566)Gemini Lasswell1-2/+6
2019-07-26Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier1-10/+16
2019-07-20Rename ‘pure’ to ‘purecopy’Paul Eggert1-2/+2
2019-07-08Use fewer locks when accessing stdioPaul Eggert1-6/+6
2019-07-07Remove printmax_t etc.Paul Eggert1-11/+11
2019-05-05Use simpler way to print function pointersPaul Eggert1-21/+26
2019-05-05Avoid compiler warning in print.cEli Zaretskii1-1/+1
2019-05-04Avoid undefined behavior when printing function pointers.Philipp Stephani1-11/+18
2019-04-25Port to Oracle Developer Studio 12.6Paul Eggert1-1/+1
2019-04-24Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani1-2/+2
2019-04-19Remove some #ifdefs for user pointers.Philipp Stephani1-2/+0
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-10-10Fix mishandling of symbols that look like numbersPaul Eggert1-34/+15
2018-08-31Several fixes for formatting bignumsPaul Eggert1-5/+4
2018-08-27Modularize bignums betterPaul Eggert1-3/+6
2018-08-11Turn misc objects into pseudovectorsPaul Eggert1-91/+74
2018-08-07More macro renamings for bignumTom Tromey1-15/+15
2018-08-01Substitute a <ieee754.h> on hosts lacking itPaul Eggert1-22/+3
2018-08-01Read and print NaN significand if <ieee754.h>Paul Eggert1-0/+11
2018-07-31Simplify by assuming C99 math.h isnan etc.Paul Eggert1-14/+6
2018-07-12Introduce the bignum typeTom Tromey1-0/+9
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-19/+19
2018-06-14Remove Lisp_Misc_Save_ValuePaul Eggert1-83/+0
2018-06-14New type Lisp_Misc_PtrPaul Eggert1-0/+7
2018-06-09Add debug facility for formatting in rr sessionsDaniel Colascione1-0/+11
2018-05-23Honor print-charset-text-property value of nil (Bug#31376)Noam Postavsky1-5/+6
2018-04-25Don’t set print-escape-newlines in the minibufferPaul Eggert1-2/+0
2018-03-01Improve octal-escape output in bool vectors and stringsPaul Eggert1-23/+34
2018-01-30Document external-debugging-output in the Elisp Manual (Bug#24051)Noam Postavsky1-1/+1
2018-01-30Clarify effect of print-gensym (Bug#27776)Noam Postavsky1-4/+4
2018-01-28Fix round tripping of read->print for symbols with strange quotesNoam Postavsky1-1/+2
2018-01-15* src/print.c (syms_of_print) <print_quoted>: Set default to trueStefan Monnier1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-07-14Improve stack-overflow heuristic on GNU/LinuxPaul Eggert1-1/+1
2017-07-09Fix core dump in substitute-object-in-subtreePaul Eggert1-3/+3
2017-06-29Escape control characters in backtraces (Bug#6991)Noam Postavsky1-12/+33
2017-06-22Use unlocked stdio more systematicallyPaul Eggert1-5/+5
2017-06-05Fix emacs-module-tests on MS-WindowsEli Zaretskii1-25/+30
2017-06-05Omit space that broke ‘make check’Paul Eggert1-1/+1
2017-06-04Rework printing of module functionsPhilipp Stephani1-2/+28