summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert
2016-06-08Simplify overflow check via INT_SUBTRACT_WRAPVPaul Eggert
2016-05-10'text-quoting-style' now affects only ` and 'Paul Eggert
2016-05-09Merge from origin/emacs-25Paul Eggert
2016-05-09Fix doc string in `insert'Lars Ingebrigtsen
2016-05-05Merge from origin/emacs-25Paul Eggert
2016-05-04Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie
2016-05-03Doc fixes for quotingPaul Eggert
2016-05-01Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen
2016-04-30Fcompare_buffer_substrings doc string clarificationLars Ingebrigtsen
2016-04-12Support OFFSET and (OFFSET ABBR) time zone rulesPaul Eggert
2016-04-12Merge from origin/emacs-25Paul Eggert
2016-04-12Improve time zone documentationPaul Eggert
2016-04-04New C macro AUTO_STRING_WITH_LENPaul Eggert
2016-03-22-Paul Eggert
2016-03-15Port to clang 3.7.0 on x86-64Paul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-24Use memmove instead of memcpy on overlapping regionsFredrik Bergroth
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-25Avoid non-ASCII decoding errors in C src filesEli Zaretskii
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-10Prefer NUMBERP to spelling it outPaul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-09-01Docstring fixes re quotes in C codePaul Eggert
2015-08-27Add test case for ‘format’ bug and refactorPaul Eggert
2015-08-27Fix ‘format’ bug with property offsetsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-08-25format-message now curves ` and 'Paul Eggert
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert
2015-08-23Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab
2015-08-18New q flag for ‘format’Paul Eggert
2015-08-14Extend ‘format’ to translate curved quotesPaul Eggert
2015-07-26New optional ZONE arg for format-time-string etc.Paul Eggert
2015-06-17* src/editfns.c (Fbyte_to_position): Fix bytepos not at char boundary.Wolfgang Jenkner
2015-06-04Fix timezone-related functions on MS-WindowsEli Zaretskii
2015-05-30Remove format2Paul Eggert
2015-05-12* src/editfns.c (Fformat): Fix use-after-free bug (Bug#20548).Paul Eggert
2015-05-04Add `save-mark-and-excursion', which has the old `save-excursion' behaviorDaniel Colascione
2015-04-25Improve doc string of 'insert-buffer-substring'Eli Zaretskii
2015-03-27Port user-login-name initialization to Qnil == 0Paul Eggert
2015-03-25`save-excursion' does not save&restore the mark any moreStefan Monnier
2015-03-13* editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.Paul Eggert
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert
2015-02-08Better distinguish infinite from invalid timesPaul Eggert
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-14Never move gap in make_buffer_string_both.Dmitry Antipov
2015-01-14Fix last time zone handling change.Dmitry Antipov