| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer more inline functions in character.h | Paul Eggert | 2020-04-17 | 1 | -19/+12 |
* | Shorten pointer printing code using a small helper function. | Philipp Stephani | 2020-01-05 | 1 | -22/+20 |
* | Also print function data when printing module functions. | Philipp Stephani | 2020-01-05 | 1 | -2/+16 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Stop signaling an error when reading "smart quotes" in symbols | Noam Postavsky | 2019-11-28 | 1 | -2/+1 |
* | Fix print.c infloop on circular lists | Paul Eggert | 2019-10-30 | 1 | -35/+27 |
* | Remove support for destructive splicing in elisp | Stefan Kangas | 2019-09-26 | 1 | -2/+1 |
* | * src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566) | Eli Zaretskii | 2019-09-14 | 1 | -2/+2 |
* | Don't build print-number-table unless it will be used | Gemini Lasswell | 2019-09-13 | 1 | -53/+39 |
* | Fix unnecessary hash table creation in cl-prin1 (bug#36566) | Gemini Lasswell | 2019-09-13 | 1 | -2/+6 |
* | Adjust remaining uses of `NILP (HASH_HASH)`. | Stefan Monnier | 2019-07-26 | 1 | -10/+16 |
* | Rename ‘pure’ to ‘purecopy’ | Paul Eggert | 2019-07-20 | 1 | -2/+2 |
* | Use fewer locks when accessing stdio | Paul Eggert | 2019-07-08 | 1 | -6/+6 |
* | Remove printmax_t etc. | Paul Eggert | 2019-07-07 | 1 | -11/+11 |
* | Use simpler way to print function pointers | Paul Eggert | 2019-05-05 | 1 | -21/+26 |
* | Avoid compiler warning in print.c | Eli Zaretskii | 2019-05-05 | 1 | -1/+1 |
* | Avoid undefined behavior when printing function pointers. | Philipp Stephani | 2019-05-04 | 1 | -11/+18 |
* | Port to Oracle Developer Studio 12.6 | Paul Eggert | 2019-04-25 | 1 | -1/+1 |
* | Move definition of Lisp_Module_Function to emacs-module.c. | Philipp Stephani | 2019-04-24 | 1 | -2/+2 |
* | Remove some #ifdefs for user pointers. | Philipp Stephani | 2019-04-19 | 1 | -2/+0 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Fix mishandling of symbols that look like numbers | Paul Eggert | 2018-10-10 | 1 | -34/+15 |
* | | Several fixes for formatting bignums | Paul Eggert | 2018-08-31 | 1 | -5/+4 |
* | | Modularize bignums better | Paul Eggert | 2018-08-27 | 1 | -3/+6 |
* | | Turn misc objects into pseudovectors | Paul Eggert | 2018-08-11 | 1 | -91/+74 |
* | | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -32/+16 |
|\ \ |
|
| * | | Substitute a <ieee754.h> on hosts lacking it | Paul Eggert | 2018-08-01 | 1 | -22/+3 |
| * | | Read and print NaN significand if <ieee754.h> | Paul Eggert | 2018-08-01 | 1 | -0/+11 |
| * | | Simplify by assuming C99 math.h isnan etc. | Paul Eggert | 2018-07-31 | 1 | -14/+6 |
* | | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -15/+15 |
* | | | Introduce the bignum type | Tom Tromey | 2018-07-12 | 1 | -0/+9 |
* | | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -19/+19 |
|/ / |
|
* | | Remove Lisp_Misc_Save_Value | Paul Eggert | 2018-06-14 | 1 | -83/+0 |
* | | New type Lisp_Misc_Ptr | Paul Eggert | 2018-06-14 | 1 | -0/+7 |
* | | Add debug facility for formatting in rr sessions | Daniel Colascione | 2018-06-09 | 1 | -0/+11 |
* | | Honor print-charset-text-property value of nil (Bug#31376) | Noam Postavsky | 2018-05-23 | 1 | -5/+6 |
* | | Don’t set print-escape-newlines in the minibuffer | Paul Eggert | 2018-04-25 | 1 | -2/+0 |
* | | Improve octal-escape output in bool vectors and strings | Paul Eggert | 2018-03-01 | 1 | -23/+34 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-01-31 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Document external-debugging-output in the Elisp Manual (Bug#24051) | Noam Postavsky | 2018-01-30 | 1 | -1/+1 |
| * | Clarify effect of print-gensym (Bug#27776) | Noam Postavsky | 2018-01-30 | 1 | -4/+4 |
* | | Fix round tripping of read->print for symbols with strange quotes | Noam Postavsky | 2018-01-28 | 1 | -1/+2 |
* | | * src/print.c (syms_of_print) <print_quoted>: Set default to true | Stefan Monnier | 2018-01-15 | 1 | -1/+1 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Improve stack-overflow heuristic on GNU/Linux | Paul Eggert | 2017-07-14 | 1 | -1/+1 |
* | Fix core dump in substitute-object-in-subtree | Paul Eggert | 2017-07-09 | 1 | -3/+3 |
* | Escape control characters in backtraces (Bug#6991) | Noam Postavsky | 2017-06-29 | 1 | -12/+33 |
* | Use unlocked stdio more systematically | Paul Eggert | 2017-06-22 | 1 | -5/+5 |