aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen2016-04-301-4/+3
* | Support OFFSET and (OFFSET ABBR) time zone rulesPaul Eggert2016-04-121-27/+77
* | Merge from origin/emacs-25Paul Eggert2016-04-121-12/+15
|\ \ | |/
| * Improve time zone documentationPaul Eggert2016-04-121-12/+15
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-041-3/+4
* | -Paul Eggert2016-03-221-2/+4
|\ \ | |/
| * Port to clang 3.7.0 on x86-64Paul Eggert2016-03-151-2/+4
* | Merge from origin/emacs-25John Wiegley2016-03-111-5/+5
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-5/+5
* | Use memmove instead of memcpy on overlapping regionsFredrik Bergroth2016-02-241-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-2/+5
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+1
* Avoid non-ASCII decoding errors in C src filesEli Zaretskii2015-09-251-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-1/+1