aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-05* src/editfns.c (Fformat): Small documentation fix.Philipp Stephani1-1/+1
2020-04-26Simplify string-to-charPaul Eggert1-12/+6
2020-04-17Pacify gcc -Og x86-64Paul Eggert1-1/+1
2020-04-17Prefer more inline functions in character.hPaul Eggert1-14/+12
2020-03-27Treat out-of-range positions consistentlyPaul Eggert1-68/+27
2020-03-25line-beginning-position args can be bignumsPaul Eggert1-9/+17
2020-03-04Pacify GCC 9.2.1 20190927 -O3Paul Eggert1-8/+11
2020-02-13; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani1-1/+1
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie1-2/+2
2020-01-26Correct regexp for flags in `format' doc stringMattias Engdegård1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-16Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov1-56/+0
2019-11-27message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov1-0/+56
2019-11-14Fix byte-counting error in ‘format’Paul Eggert1-3/+3
2019-08-14Remove INT_ADD_WRAPV bug workaroundsPaul Eggert1-5/+3
2019-08-12; Add commentary to recent changesEli Zaretskii1-1/+3
2019-08-11Prefer signed when testing for signed overflowPaul Eggert1-2/+2
2019-07-23Support "%x" etc. formats on more floatsPaul Eggert1-5/+12
2019-07-07Fix typo in previous patchPaul Eggert1-1/+1
2019-07-07Remove printmax_t etc.Paul Eggert1-7/+7
2019-06-10* src/editfns.c (Fngettext): Fix typos in docstring.Juanma Barranquero1-3/+3
2019-04-08* src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii1-2/+3
2019-03-25Port recent ngettext stub to non-glibcPaul Eggert1-25/+9
2019-03-25* lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov1-0/+37
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-1/+1
2019-03-10* src/editfns.c: Fix docstring typo.Paul Eggert1-1/+1
2019-03-10Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert1-9/+5
2019-03-09; * src/editfns.c (Fformat): Fix last change. (Bug#34792)Eli Zaretskii1-4/+4
2019-03-09Mention `binary-as-unsigned' in `format' docstring (Bug#34792)Ivan Andrus1-2/+4
2019-02-25; Delete unused variable replace-buffer-contents-max-secsTassilo Horn1-6/+0
2019-02-23Don’t assume timersub and gettimeofdayPaul Eggert1-11/+16
2019-02-23Improve replace-buffer-contents/replace-region-contentsTassilo Horn1-20/+75
2019-02-08Add new function replace-buffer-contentsTassilo Horn1-1/+9
2019-02-02Fix unlikely user-full-name integer overflowPaul Eggert1-1/+1
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert1-4/+5
2019-01-27forward-line now works with bignumsPaul Eggert1-3/+3
2019-01-15Add portable dumperDaniel Colascione1-1/+1
2019-01-13Fix translation-region bug with MAX_CHARPaul Eggert1-47/+35
2019-01-13Minor overflow fix in translate-region-internalPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-19* src/editfns.c (Finsert_char): Skip unnecessary fixnum check.Nicholas Drozd1-1/+2
2018-11-10Fix last changeEli Zaretskii1-15/+18
2018-11-10src/editfns.c (group-name): New function.Jules Tamagnan1-0/+16
2018-10-06Move timestamp-related stuff to timefns.cPaul Eggert1-1286/+3
2018-09-29Rework time-* functions in TrampMichael Albinus1-1/+3
2018-09-28Rename time-equal to time-equal-pPaul Eggert1-2/+2
2018-09-27time-equal, and time values of infinity and NaNPaul Eggert1-13/+45
2018-09-23file-attributes cleanupPaul Eggert1-2/+1
2018-09-21Fix ambiguity in nil DST flagPaul Eggert1-2/+4
2018-09-10Fix misleading name ‘double_to_bignum’Paul Eggert1-1/+1