aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from gnulibPaul Eggert2017-05-011-4/+2
* Don’t mishandle (format "%i" -1.0)Paul Eggert2017-03-281-1/+1
* Merge from origin/emacs-25Paul Eggert2017-03-191-9/+15
|\
| * Improve documentation of 'format' conversionsEli Zaretskii2017-01-281-9/+15
* | Fewer rounding errors with (format "%f" fixnum)Paul Eggert2017-03-041-13/+43
* | * src/editfns.c (styled_format): Omit unnecessary code for "%0d" etc.Paul Eggert2017-03-041-4/+3
* | * src/editfns.c (styled_format): Omit unnecessary code.Paul Eggert2017-03-031-1/+1
* | Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-6/+2
* | Fix rounding error in ‘ceiling’ etc.Paul Eggert2017-03-011-7/+2
* | Revamp quitting and fix infloopsPaul Eggert2017-02-011-0/+1
* | Remove immediate_quit.Paul Eggert2017-02-011-7/+2
* | Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* | A quicker check for quitPaul Eggert2017-01-251-6/+8
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix timezone detection of parse-iso8601-time-stringHong Xu2016-12-241-1/+1
* | Pacify --enable-gcc-warnings CANNOT_DUMP=yesPaul Eggert2016-11-201-4/+6
* | * src/editfns.c (format-time-string): Mention %q in doc string.Tino Calancha2016-11-201-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-11/+22
|\ \ | |/
| * Improve documentation of functions that accept time valuesEli Zaretskii2016-11-181-12/+26
| * Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-171-2/+9
* | Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-171-2/+9
* | Merge from origin/emacs-25Paul Eggert2016-10-101-0/+4
|\ \ | |/
| * Document nil args of compare-buffer-substringsPhilipp Stephani2016-10-031-0/+4
| * Improve the doc string of 'format'Eli Zaretskii2016-09-231-1/+2
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-12/+3
* | Improve the doc string of 'format'Eli Zaretskii2016-09-161-1/+2
* | * src/editfns.c (Fformat_message): Fix doc to match current behavior.Paul Eggert2016-08-301-4/+3
* | Minor doc quoting fixesPaul Eggert2016-08-301-2/+2
* | Merge from origin/emacs-25Paul Eggert2016-08-221-1/+8
|\ \ | |/
| * Some assorted documentation clarificationsPhilipp Stephani2016-08-201-1/+8
* | Merge from origin/emacs-25Paul Eggert2016-08-051-3/+3
|\ \ | |/
| * Adjust match data before calling after-change-funsNoam Postavsky2016-07-221-3/+3
| * Use memmove instead of memcpy on overlapping regionsFredrik Bergroth2016-07-141-1/+1
* | Fix lifetime bug in tzlookupPaul Eggert2016-07-201-3/+3
* | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-191-0/+8
* | Minor tweaks of copying text properties when padding stringsEli Zaretskii2016-07-091-1/+1
* | Yet another fix for copying properties by 'format'Eli Zaretskii2016-07-081-1/+1
* | Call tzset after setting TZPaul Eggert2016-06-131-16/+18
* | Fix copying text properties by 'format'Eli Zaretskii2016-06-091-4/+7
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-2/+2
* | Simplify overflow check via INT_SUBTRACT_WRAPVPaul Eggert2016-06-081-6/+5
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-101-22/+0
* | Merge from origin/emacs-25Paul Eggert2016-05-091-2/+2
|\ \ | |/
| * Fix doc string in `insert'Lars Ingebrigtsen2016-05-091-2/+2
* | Merge from origin/emacs-25Paul Eggert2016-05-051-5/+8
|\ \ | |/
| * Doc fixes for quotingPaul Eggert2016-05-031-5/+8
| * Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen2016-05-011-4/+3
* | Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie2016-05-041-0/+2