summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document nil args of compare-buffer-substringsPhilipp Stephani2016-10-031-0/+4
* Improve the doc string of 'format'Eli Zaretskii2016-09-231-1/+2
* Some assorted documentation clarificationsPhilipp Stephani2016-08-201-1/+8
* 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 doc string in `insert'Lars Ingebrigtsen2016-05-091-2/+2
* Doc fixes for quotingPaul Eggert2016-05-031-5/+8
* Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen2016-05-011-4/+3
* Improve time zone documentationPaul Eggert2016-04-121-12/+15
* Port to clang 3.7.0 on x86-64Paul Eggert2016-03-151-2/+4
* Rework C source files to avoid ^(Paul Eggert2016-03-101-5/+5
* 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
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-1/+1
* Add test case for ‘format’ bug and refactorPaul Eggert2015-08-271-134/+103
* Fix ‘format’ bug with property offsetsPaul Eggert2015-08-271-2/+6
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-28/+1
* format-message now curves ` and 'Paul Eggert2015-08-251-92/+91
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-2/+3
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-231-115/+85
* New q flag for ‘format’Paul Eggert2015-08-181-11/+67
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-141-85/+117
* New optional ZONE arg for format-time-string etc.Paul Eggert2015-07-261-123/+201
* * src/editfns.c (Fbyte_to_position): Fix bytepos not at char boundary.Wolfgang Jenkner2015-06-171-2/+12
* Fix timezone-related functions on MS-WindowsEli Zaretskii2015-06-041-1/+12
* Remove format2Paul Eggert2015-05-301-7/+0
* * src/editfns.c (Fformat): Fix use-after-free bug (Bug#20548).Paul Eggert2015-05-121-3/+3
* Add `save-mark-and-excursion', which has the old `save-excursion' behaviorDaniel Colascione2015-05-041-0/+4
* Improve doc string of 'insert-buffer-substring'Eli Zaretskii2015-04-251-1/+9
* Port user-login-name initialization to Qnil == 0Paul Eggert2015-03-271-2/+3
* `save-excursion' does not save&restore the mark any moreStefan Monnier2015-03-251-46/+8
* * editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.Paul Eggert2015-03-131-1/+1
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+1
* Better distinguish infinite from invalid timesPaul Eggert2015-02-081-19/+39
* Count MANY function args more reliablyPaul Eggert2015-01-251-29/+24
* Never move gap in make_buffer_string_both.Dmitry Antipov2015-01-141-3/+22
* Fix last time zone handling change.Dmitry Antipov2015-01-141-11/+7
* Consistently handle time zone specification.Dmitry Antipov2015-01-141-36/+31
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-18/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* system-name's returned value can varyPaul Eggert2014-12-291-1/+15
* Prefer stpcpy to strcatPaul Eggert2014-12-251-3/+2
* Improve time stamp handling, and be more consistent about it.Paul Eggert2014-11-161-95/+269