aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Simplify bignum->intmax conversionPaul Eggert2018-09-041-12/+7
* | | Several fixes for formatting bignumsPaul Eggert2018-08-311-164/+195
* | | Improve (format "%g" bignum) precisionPaul Eggert2018-08-281-29/+59
* | | Improve bignum support for system typesPaul Eggert2018-08-271-17/+13
* | | Modularize bignums betterPaul Eggert2018-08-271-3/+1
* | | Pacify gcc -Og -WuninitializedPaul Eggert2018-08-121-1/+1
* | | ; Avoid compilation warnings under -OgEli Zaretskii2018-08-121-1/+1
* | | Turn misc objects into pseudovectorsPaul Eggert2018-08-111-17/+14
* | | Merge branch 'feature/bignum'Tom Tromey2018-08-111-191/+211
|\ \ \
| * | | Fix up for bignums after merge from trunkTom Tromey2018-08-091-2/+2
| * | | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-24/+44
| |\ \ \
| * | | | More macro renamings for bignumTom Tromey2018-08-071-101/+101
| * | | | Make format handle bignumsTom Tromey2018-07-121-1/+21
| * | | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-97/+97
* | | | | Merge from origin/emacs-26Glenn Morris2018-08-101-2/+10
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Fix copying text properties by 'format'Eli Zaretskii2018-08-091-2/+10
* | | | Merge from origin/emacs-26Glenn Morris2018-07-281-16/+3
|\ \ \ \ | |/ / /
| * | | Fix calls to modifications hooks in replace-buffer-contentsEli Zaretskii2018-07-271-16/+3
* | | | * src/editfns.c (syms_of_editfns): Fix typo in previous change.Paul Eggert2018-07-261-2/+2
* | | | %o and %x can now format signed integersPaul Eggert2018-07-261-5/+38
* | | | Merge from origin/emacs-26Glenn Morris2018-07-241-1/+1
|\ \ \ \ | |/ / /
| * | | Fix last change in editfns.cEli Zaretskii2018-07-211-11/+4
| * | | Fix calls to buffer modification hooks from replace-buffer-contentsEli Zaretskii2018-07-211-5/+12
* | | | (format "%#x" 0) yields "0", not "0x0"Paul Eggert2018-07-231-1/+1
* | | | positive → nonnegative doc fixesPaul Eggert2018-07-231-2/+2
| |/ / |/| |
* | | Merge from origin/emacs-26Glenn Morris2018-07-071-2/+7
|\ \ \ | |/ /
| * | Speed up 'replace-buffer-contents' some moreEli Zaretskii2018-07-031-2/+7
* | | Merge from origin/emacs-26Glenn Morris2018-07-021-26/+73
|\ \ \ | |/ /
| * | Improve on last change in replace-buffer-contentsEli Zaretskii2018-06-301-3/+16
| * | Speed up replace-buffer-contentsEli Zaretskii2018-06-291-25/+58
* | | unbind_to performance tuningPaul Eggert2018-06-291-2/+1
* | | Tune SAFE_FREEPaul Eggert2018-06-281-5/+3
* | | (format "%d" F) now truncates floating FPaul Eggert2018-06-251-0/+7
* | | Merge from origin/emacs-26Glenn Morris2018-06-231-8/+22
|\ \ \ | |/ /
| * | * src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945)Eli Zaretskii2018-06-231-1/+2
| * | Improve responsiveness while in 'replace-buffer-contents'Eli Zaretskii2018-06-231-7/+20
* | | Merge from origin/emacs-26Glenn Morris2018-06-231-2/+3
|\ \ \ | |/ /
| * | Avoid segfaults in replace-buffer-contents with large buffersEli Zaretskii2018-06-221-2/+3
* | | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+11
|\ \ \ | |/ /
| * | Fix 'replace-buffer-contents' in multibyte buffersEli Zaretskii2018-06-151-2/+11
| * | Centralize Bug#30931 fixPaul Eggert2018-06-031-6/+3
| * | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-031-4/+6
| * | Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert2018-06-031-3/+4
* | | Avoid allocating Lisp_Save_Value for excursionsPaul Eggert2018-06-141-16/+11
* | | Minor cleanup of save_excursion_restorePaul Eggert2018-06-071-24/+17
* | | New function record_unwind_protect_excursionPaul Eggert2018-06-071-2/+2
* | | Centralize Bug#30931 fixPaul Eggert2018-03-301-6/+3
* | | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-03-301-4/+6
* | | Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert2018-03-291-3/+4
* | | Improve port to NetBSD tzallocPaul Eggert2018-03-191-5/+13