aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix last changeEli Zaretskii2018-11-101-15/+18
* src/editfns.c (group-name): New function.Jules Tamagnan2018-11-101-0/+16
* Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-1286/+3
* Rework time-* functions in TrampMichael Albinus2018-09-291-1/+3
* Rename time-equal to time-equal-pPaul Eggert2018-09-281-2/+2
* time-equal, and time values of infinity and NaNPaul Eggert2018-09-271-13/+45
* file-attributes cleanupPaul Eggert2018-09-231-2/+1
* Fix ambiguity in nil DST flagPaul Eggert2018-09-211-2/+4
* Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-101-1/+1
* Fix documentation for conversion to bignumsEli Zaretskii2018-09-081-5/+10
* Fix format-time-string bignum bugPaul Eggert2018-09-041-6/+9
* 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
|\ \ | |/