| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Simplify bignum->intmax conversion | Paul Eggert | 2018-09-04 | 1 | -12/+7 | |
| * | | | Several fixes for formatting bignums | Paul Eggert | 2018-08-31 | 1 | -164/+195 | |
| * | | | Improve (format "%g" bignum) precision | Paul Eggert | 2018-08-28 | 1 | -29/+59 | |
| * | | | Improve bignum support for system types | Paul Eggert | 2018-08-27 | 1 | -17/+13 | |
| * | | | Modularize bignums better | Paul Eggert | 2018-08-27 | 1 | -3/+1 | |
| * | | | Pacify gcc -Og -Wuninitialized | Paul Eggert | 2018-08-12 | 1 | -1/+1 | |
| * | | | ; Avoid compilation warnings under -Og | Eli Zaretskii | 2018-08-12 | 1 | -1/+1 | |
| * | | | Turn misc objects into pseudovectors | Paul Eggert | 2018-08-11 | 1 | -17/+14 | |
| * | | | Merge branch 'feature/bignum' | Tom Tromey | 2018-08-11 | 1 | -191/+211 | |
| |\ \ \ | ||||||
| | * | | | Fix up for bignums after merge from trunk | Tom Tromey | 2018-08-09 | 1 | -2/+2 | |
| | * | | | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -24/+44 | |
| | |\ \ \ | ||||||
| | * | | | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -101/+101 | |
| | * | | | | Make format handle bignums | Tom Tromey | 2018-07-12 | 1 | -1/+21 | |
| | * | | | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -97/+97 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-10 | 1 | -2/+10 | |
| |\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| | * | | | Fix copying text properties by 'format' | Eli Zaretskii | 2018-08-09 | 1 | -2/+10 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-28 | 1 | -16/+3 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix calls to modifications hooks in replace-buffer-contents | Eli Zaretskii | 2018-07-27 | 1 | -16/+3 | |
| * | | | | * src/editfns.c (syms_of_editfns): Fix typo in previous change. | Paul Eggert | 2018-07-26 | 1 | -2/+2 | |
| * | | | | %o and %x can now format signed integers | Paul Eggert | 2018-07-26 | 1 | -5/+38 | |
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-24 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Fix last change in editfns.c | Eli Zaretskii | 2018-07-21 | 1 | -11/+4 | |
| | * | | | Fix calls to buffer modification hooks from replace-buffer-contents | Eli Zaretskii | 2018-07-21 | 1 | -5/+12 | |
| * | | | | (format "%#x" 0) yields "0", not "0x0" | Paul Eggert | 2018-07-23 | 1 | -1/+1 | |
| * | | | | positive → nonnegative doc fixes | Paul Eggert | 2018-07-23 | 1 | -2/+2 | |
| | |/ / |/| | | ||||||
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-07 | 1 | -2/+7 | |
| |\ \ \ | |/ / | ||||||
| | * | | Speed up 'replace-buffer-contents' some more | Eli Zaretskii | 2018-07-03 | 1 | -2/+7 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-02 | 1 | -26/+73 | |
| |\ \ \ | |/ / | ||||||
| | * | | Improve on last change in replace-buffer-contents | Eli Zaretskii | 2018-06-30 | 1 | -3/+16 | |
| | * | | Speed up replace-buffer-contents | Eli Zaretskii | 2018-06-29 | 1 | -25/+58 | |
| * | | | unbind_to performance tuning | Paul Eggert | 2018-06-29 | 1 | -2/+1 | |
| * | | | Tune SAFE_FREE | Paul Eggert | 2018-06-28 | 1 | -5/+3 | |
| * | | | (format "%d" F) now truncates floating F | Paul Eggert | 2018-06-25 | 1 | -0/+7 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-06-23 | 1 | -8/+22 | |
| |\ \ \ | |/ / | ||||||
| | * | | * src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945) | Eli Zaretskii | 2018-06-23 | 1 | -1/+2 | |
| | * | | Improve responsiveness while in 'replace-buffer-contents' | Eli Zaretskii | 2018-06-23 | 1 | -7/+20 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-06-23 | 1 | -2/+3 | |
| |\ \ \ | |/ / | ||||||
| | * | | Avoid segfaults in replace-buffer-contents with large buffers | Eli Zaretskii | 2018-06-22 | 1 | -2/+3 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-06-18 | 1 | -2/+11 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix 'replace-buffer-contents' in multibyte buffers | Eli Zaretskii | 2018-06-15 | 1 | -2/+11 | |
| | * | | Centralize Bug#30931 fix | Paul Eggert | 2018-06-03 | 1 | -6/+3 | |
| | * | | Fix another case of freed markers in the undo-list (Bug#30931) | Noam Postavsky | 2018-06-03 | 1 | -4/+6 | |
| | * | | Fix CHECK_ALLOCATED_AND_LIVE abort during GC | Paul Eggert | 2018-06-03 | 1 | -3/+4 | |
| * | | | Avoid allocating Lisp_Save_Value for excursions | Paul Eggert | 2018-06-14 | 1 | -16/+11 | |
| * | | | Minor cleanup of save_excursion_restore | Paul Eggert | 2018-06-07 | 1 | -24/+17 | |
| * | | | New function record_unwind_protect_excursion | Paul Eggert | 2018-06-07 | 1 | -2/+2 | |
| * | | | Centralize Bug#30931 fix | Paul Eggert | 2018-03-30 | 1 | -6/+3 | |
| * | | | Fix another case of freed markers in the undo-list (Bug#30931) | Noam Postavsky | 2018-03-30 | 1 | -4/+6 | |
| * | | | Fix CHECK_ALLOCATED_AND_LIVE abort during GC | Paul Eggert | 2018-03-29 | 1 | -3/+4 | |
| * | | | Improve port to NetBSD tzalloc | Paul Eggert | 2018-03-19 | 1 | -5/+13 | |