summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2020-08-04Drop support for -fcheck-pointer-boundsPaul Eggert
2020-05-06Merge from origin/emacs-27Glenn Morris
2020-05-05* src/editfns.c (Fformat): Small documentation fix.Philipp Stephani
2020-04-26Simplify string-to-charPaul Eggert
2020-04-17Pacify gcc -Og x86-64Paul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-03-27Treat out-of-range positions consistentlyPaul Eggert
2020-03-25line-beginning-position args can be bignumsPaul Eggert
2020-03-04Pacify GCC 9.2.1 20190927 -O3Paul Eggert
2020-02-13; * src/editfns.c (Fbuffer_size): Tiny clarification.Philipp Stephani
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie
2020-01-26Correct regexp for flags in `format' doc stringMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-16Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov
2019-11-27message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov
2019-11-14Fix byte-counting error in ‘format’Paul Eggert
2019-08-14Remove INT_ADD_WRAPV bug workaroundsPaul Eggert
2019-08-12; Add commentary to recent changesEli Zaretskii
2019-08-11Prefer signed when testing for signed overflowPaul Eggert
2019-07-23Support "%x" etc. formats on more floatsPaul Eggert
2019-07-07Fix typo in previous patchPaul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-06-10* src/editfns.c (Fngettext): Fix typos in docstring.Juanma Barranquero
2019-04-10Merge from origin/emacs-26Glenn Morris
2019-04-08* src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)Eli Zaretskii
2019-03-25Port recent ngettext stub to non-glibcPaul Eggert
2019-03-25* lisp/international/mule-cmds.el (ngettext): Move to editfns.c.Juri Linkov
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-03-10* src/editfns.c: Fix docstring typo.Paul Eggert
2019-03-10Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert
2019-03-09; * src/editfns.c (Fformat): Fix last change. (Bug#34792)Eli Zaretskii
2019-03-09Mention `binary-as-unsigned' in `format' docstring (Bug#34792)Ivan Andrus
2019-02-25; Delete unused variable replace-buffer-contents-max-secsTassilo Horn
2019-02-23Don’t assume timersub and gettimeofdayPaul Eggert
2019-02-23Improve replace-buffer-contents/replace-region-contentsTassilo Horn
2019-02-08Add new function replace-buffer-contentsTassilo Horn
2019-02-02Fix unlikely user-full-name integer overflowPaul Eggert
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2019-01-27forward-line now works with bignumsPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2019-01-13Fix translation-region bug with MAX_CHARPaul Eggert
2019-01-13Minor overflow fix in translate-region-internalPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-19* src/editfns.c (Finsert_char): Skip unnecessary fixnum check.Nicholas Drozd
2018-11-10Fix last changeEli Zaretskii
2018-11-10src/editfns.c (group-name): New function.Jules Tamagnan
2018-10-06Move timestamp-related stuff to timefns.cPaul Eggert
2018-09-29Rework time-* functions in TrampMichael Albinus
2018-09-28Rename time-equal to time-equal-pPaul Eggert