summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-141-5/+3
* ; Add commentary to recent changesEli Zaretskii2019-08-121-1/+3
* Prefer signed when testing for signed overflowPaul Eggert2019-08-111-2/+2
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-5/+12
* Fix typo in previous patchPaul Eggert2019-07-071-1/+1
* Remove printmax_t etc.Paul Eggert2019-07-071-7/+7
* * src/editfns.c (Fngettext): Fix typos in docstring.Juanma Barranquero2019-06-101-3/+3
* Merge from origin/emacs-26Glenn Morris2019-04-101-2/+3
|\
| * * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii2019-04-081-2/+3
* | Port recent ngettext stub to non-glibcPaul Eggert2019-03-251-25/+9
* | * lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov2019-03-251-0/+37
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* | * src/editfns.c: Fix docstring typo.Paul Eggert2019-03-101-1/+1
* | Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert2019-03-101-9/+5
* | ; * src/editfns.c (Fformat): Fix last change. (Bug#34792)Eli Zaretskii2019-03-091-4/+4
* | Mention `binary-as-unsigned' in `format' docstring (Bug#34792)Ivan Andrus2019-03-091-2/+4
* | ; Delete unused variable replace-buffer-contents-max-secsTassilo Horn2019-02-251-6/+0
* | Don’t assume timersub and gettimeofdayPaul Eggert2019-02-231-11/+16
* | Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-231-20/+75
* | Add new function replace-buffer-contentsTassilo Horn2019-02-081-1/+9
* | Fix unlikely user-full-name integer overflowPaul Eggert2019-02-021-1/+1
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-4/+5
* | forward-line now works with bignumsPaul Eggert2019-01-271-3/+3
* | Add portable dumperDaniel Colascione2019-01-151-1/+1
* | Fix translation-region bug with MAX_CHARPaul Eggert2019-01-131-47/+35
* | Minor overflow fix in translate-region-internalPaul Eggert2019-01-131-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * src/editfns.c (Finsert_char): Skip unnecessary fixnum check.Nicholas Drozd2018-12-191-1/+2
* | 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