summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAge
* Improve documentation of 'format' conversionsEli Zaretskii2017-01-28
* Update copyright year to 2017Paul Eggert2016-12-31
* Improve documentation of functions that accept time valuesEli Zaretskii2016-11-18
* Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-17
* Document nil args of compare-buffer-substringsPhilipp Stephani2016-10-03
* Improve the doc string of 'format'Eli Zaretskii2016-09-23
* Some assorted documentation clarificationsPhilipp Stephani2016-08-20
* Adjust match data before calling after-change-funsNoam Postavsky2016-07-22
* Use memmove instead of memcpy on overlapping regionsFredrik Bergroth2016-07-14
* Fix doc string in `insert'Lars Ingebrigtsen2016-05-09
* Doc fixes for quotingPaul Eggert2016-05-03
* Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen2016-05-01
* Improve time zone documentationPaul Eggert2016-04-12
* Port to clang 3.7.0 on x86-64Paul Eggert2016-03-15
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Avoid non-ASCII decoding errors in C src filesEli Zaretskii2015-09-25
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-10
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* Docstring fixes re quotes in C codePaul Eggert2015-09-01
* Add test case for ‘format’ bug and refactorPaul Eggert2015-08-27
* Fix ‘format’ bug with property offsetsPaul Eggert2015-08-27
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* format-message now curves ` and 'Paul Eggert2015-08-25
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-23
* New q flag for ‘format’Paul Eggert2015-08-18
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-14
* New optional ZONE arg for format-time-string etc.Paul Eggert2015-07-26
* * src/editfns.c (Fbyte_to_position): Fix bytepos not at char boundary.Wolfgang Jenkner2015-06-17
* Fix timezone-related functions on MS-WindowsEli Zaretskii2015-06-04
* Remove format2Paul Eggert2015-05-30
* * src/editfns.c (Fformat): Fix use-after-free bug (Bug#20548).Paul Eggert2015-05-12
* Add `save-mark-and-excursion', which has the old `save-excursion' behaviorDaniel Colascione2015-05-04
* Improve doc string of 'insert-buffer-substring'Eli Zaretskii2015-04-25
* Port user-login-name initialization to Qnil == 0Paul Eggert2015-03-27
* `save-excursion' does not save&restore the mark any moreStefan Monnier2015-03-25
* * editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.Paul Eggert2015-03-13
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Better distinguish infinite from invalid timesPaul Eggert2015-02-08
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Never move gap in make_buffer_string_both.Dmitry Antipov2015-01-14
* Fix last time zone handling change.Dmitry Antipov2015-01-14
* Consistently handle time zone specification.Dmitry Antipov2015-01-14
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* system-name's returned value can varyPaul Eggert2014-12-29