summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-261-10/+16
* Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-201-2/+2
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-6/+6
* Remove printmax_t etc.Paul Eggert2019-07-071-11/+11
* Use simpler way to print function pointersPaul Eggert2019-05-051-21/+26
* Avoid compiler warning in print.cEli Zaretskii2019-05-051-1/+1
* Avoid undefined behavior when printing function pointers.Philipp Stephani2019-05-041-11/+18
* Port to Oracle Developer Studio 12.6Paul Eggert2019-04-251-1/+1
* Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-241-2/+2
* Remove some #ifdefs for user pointers.Philipp Stephani2019-04-191-2/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-101-34/+15
* | Several fixes for formatting bignumsPaul Eggert2018-08-311-5/+4
* | Modularize bignums betterPaul Eggert2018-08-271-3/+6
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-111-91/+74
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-32/+16
|\ \
| * | Substitute a <ieee754.h> on hosts lacking itPaul Eggert2018-08-011-22/+3
| * | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-011-0/+11
| * | Simplify by assuming C99 math.h isnan etc.Paul Eggert2018-07-311-14/+6
* | | More macro renamings for bignumTom Tromey2018-08-071-15/+15
* | | Introduce the bignum typeTom Tromey2018-07-121-0/+9
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-19/+19
|/ /
* | Remove Lisp_Misc_Save_ValuePaul Eggert2018-06-141-83/+0
* | New type Lisp_Misc_PtrPaul Eggert2018-06-141-0/+7
* | Add debug facility for formatting in rr sessionsDaniel Colascione2018-06-091-0/+11
* | Honor print-charset-text-property value of nil (Bug#31376)Noam Postavsky2018-05-231-5/+6
* | Don’t set print-escape-newlines in the minibufferPaul Eggert2018-04-251-2/+0
* | Improve octal-escape output in bool vectors and stringsPaul Eggert2018-03-011-23/+34
* | Merge from origin/emacs-26Glenn Morris2018-01-311-5/+5
|\ \ | |/
| * Document external-debugging-output in the Elisp Manual (Bug#24051)Noam Postavsky2018-01-301-1/+1
| * Clarify effect of print-gensym (Bug#27776)Noam Postavsky2018-01-301-4/+4
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-281-1/+2
* | * src/print.c (syms_of_print) <print_quoted>: Set default to trueStefan Monnier2018-01-151-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-1/+1
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-3/+3
* Escape control characters in backtraces (Bug#6991)Noam Postavsky2017-06-291-12/+33
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-5/+5
* Fix emacs-module-tests on MS-WindowsEli Zaretskii2017-06-051-25/+30
* Omit space that broke ‘make check’Paul Eggert2017-06-051-1/+1
* Rework printing of module functionsPhilipp Stephani2017-06-041-2/+28
* Pacify --enable-gcc-warnings without modulesPaul Eggert2017-05-211-384/+367
* Reimplement module functionsPhilipp Stephani2017-05-201-5/+7
* Introduce new misc type for module functionPhilipp Stephani2017-05-061-0/+5
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-1/+1