aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Treat out-of-range positions consistentlyPaul Eggert2020-03-271-68/+27
* | | line-beginning-position args can be bignumsPaul Eggert2020-03-251-9/+17
* | | Pacify GCC 9.2.1 20190927 -O3Paul Eggert2020-03-041-8/+11
|/ /
* | ; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani2020-02-131-1/+1
* | Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-2/+2
* | Correct regexp for flags in `format' doc stringMattias Engdegård2020-01-261-1/+1
* | Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-161-56/+0
* | message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-0/+56
* | Fix byte-counting error in ‘format’Paul Eggert2019-11-141-3/+3
* | 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