summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-1/+26
* Use switch on pseudovector types; plus cleanups along the wayStefan Monnier2017-03-121-31/+53
* Remove a few unused C functionsPaul Eggert2017-02-261-14/+4
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-231-10/+22
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-6/+4
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-7/+5
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-0/+6
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-0/+36
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-437/+400
| |\ \
| * \ \ merge from trunkTom Tromey2013-07-261-5/+3
| |\ \ \