summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-28
* Fix print.c infloop on circular listsPaul Eggert2019-10-30
* Remove support for destructive splicing in elispStefan Kangas2019-09-26
* * src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566)Eli Zaretskii2019-09-14
* Don't build print-number-table unless it will be usedGemini Lasswell2019-09-13
* Fix unnecessary hash table creation in cl-prin1 (bug#36566)Gemini Lasswell2019-09-13
* Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-26
* Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-20
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Remove printmax_t etc.Paul Eggert2019-07-07
* Use simpler way to print function pointersPaul Eggert2019-05-05
* Avoid compiler warning in print.cEli Zaretskii2019-05-05
* Avoid undefined behavior when printing function pointers.Philipp Stephani2019-05-04
* Port to Oracle Developer Studio 12.6Paul Eggert2019-04-25
* Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-24
* Remove some #ifdefs for user pointers.Philipp Stephani2019-04-19
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-10
* | Several fixes for formatting bignumsPaul Eggert2018-08-31
* | Modularize bignums betterPaul Eggert2018-08-27
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-11
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Substitute a <ieee754.h> on hosts lacking itPaul Eggert2018-08-01
| * | Read and print NaN significand if <ieee754.h>Paul Eggert2018-08-01
| * | Simplify by assuming C99 math.h isnan etc.Paul Eggert2018-07-31
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Introduce the bignum typeTom Tromey2018-07-12
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | Remove Lisp_Misc_Save_ValuePaul Eggert2018-06-14
* | New type Lisp_Misc_PtrPaul Eggert2018-06-14
* | Add debug facility for formatting in rr sessionsDaniel Colascione2018-06-09
* | Honor print-charset-text-property value of nil (Bug#31376)Noam Postavsky2018-05-23
* | Don’t set print-escape-newlines in the minibufferPaul Eggert2018-04-25
* | Improve octal-escape output in bool vectors and stringsPaul Eggert2018-03-01
* | Merge from origin/emacs-26Glenn Morris2018-01-31
|\|
| * Document external-debugging-output in the Elisp Manual (Bug#24051)Noam Postavsky2018-01-30
| * Clarify effect of print-gensym (Bug#27776)Noam Postavsky2018-01-30
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-28
* | * src/print.c (syms_of_print) <print_quoted>: Set default to trueStefan Monnier2018-01-15
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-14
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-09
* Escape control characters in backtraces (Bug#6991)Noam Postavsky2017-06-29
* Use unlocked stdio more systematicallyPaul Eggert2017-06-22
* Fix emacs-module-tests on MS-WindowsEli Zaretskii2017-06-05
* Omit space that broke ‘make check’Paul Eggert2017-06-05