summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Don't leave lock files after 'replace-buffer-contents'Eli Zaretskii2020-11-14
* Fix replace-region-contents performance bugPaul Eggert2020-08-25
* * src/editfns.c (Fformat): Small documentation fix.Philipp Stephani2020-05-05
* ; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani2020-02-13
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* Correct regexp for flags in `format' doc stringMattias Engdegård2020-01-26
* Update copyright year to 2020Paul Eggert2020-01-01
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-16
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-27
* Fix byte-counting error in ‘format’Paul Eggert2019-11-14
* Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-14
* ; Add commentary to recent changesEli Zaretskii2019-08-12
* Prefer signed when testing for signed overflowPaul Eggert2019-08-11
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-23
* Fix typo in previous patchPaul Eggert2019-07-07
* Remove printmax_t etc.Paul Eggert2019-07-07
* * src/editfns.c (Fngettext): Fix typos in docstring.Juanma Barranquero2019-06-10
* Merge from origin/emacs-26Glenn Morris2019-04-10
|\
| * * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii2019-04-08
* | Port recent ngettext stub to non-glibcPaul Eggert2019-03-25
* | * lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov2019-03-25
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* | * src/editfns.c: Fix docstring typo.Paul Eggert2019-03-10
* | Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert2019-03-10
* | ; * src/editfns.c (Fformat): Fix last change. (Bug#34792)Eli Zaretskii2019-03-09
* | Mention `binary-as-unsigned' in `format' docstring (Bug#34792)Ivan Andrus2019-03-09
* | ; Delete unused variable replace-buffer-contents-max-secsTassilo Horn2019-02-25
* | Don’t assume timersub and gettimeofdayPaul Eggert2019-02-23
* | Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-23
* | Add new function replace-buffer-contentsTassilo Horn2019-02-08
* | Fix unlikely user-full-name integer overflowPaul Eggert2019-02-02
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* | forward-line now works with bignumsPaul Eggert2019-01-27
* | Add portable dumperDaniel Colascione2019-01-15
* | Fix translation-region bug with MAX_CHARPaul Eggert2019-01-13
* | Minor overflow fix in translate-region-internalPaul Eggert2019-01-13
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * src/editfns.c (Finsert_char): Skip unnecessary fixnum check.Nicholas Drozd2018-12-19
* | Fix last changeEli Zaretskii2018-11-10
* | src/editfns.c (group-name): New function.Jules Tamagnan2018-11-10
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-06
* | Rework time-* functions in TrampMichael Albinus2018-09-29
* | Rename time-equal to time-equal-pPaul Eggert2018-09-28
* | time-equal, and time values of infinity and NaNPaul Eggert2018-09-27
* | file-attributes cleanupPaul Eggert2018-09-23
* | Fix ambiguity in nil DST flagPaul Eggert2018-09-21
* | Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-10
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-08