summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Make goto-char offer the number at point as defaultDaniel Martín2020-12-141-2/+7
* Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-091-3/+3
* Don't leave lock files after 'replace-buffer-contents'Eli Zaretskii2020-11-071-0/+7
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* replace-buffer-contents cleanupsPaul Eggert2020-08-241-44/+46
* Fix replace-region-contents performance bugPaul Eggert2020-08-241-16/+15
* Clarify docs about line movementNoam Postavsky2020-08-211-1/+2
* Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-041-3/+0
* Merge from origin/emacs-27Glenn Morris2020-05-061-1/+1
|\
| * * src/editfns.c (Fformat): Small documentation fix.Philipp Stephani2020-05-051-1/+1
* | Simplify string-to-charPaul Eggert2020-04-261-12/+6
* | Pacify gcc -Og x86-64Paul Eggert2020-04-171-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-14/+12
* | 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