summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid unwanted point motion in Fline_beginning_position.Dmitry Antipov2014-10-151-12/+3
* * editfns.c (dump_tz_string): No longer const.Paul Eggert2014-10-121-2/+2
* Fix putenv race conditions with undefined behavior.Paul Eggert2014-10-111-187/+172
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-1/+2
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+1
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-3/+1
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+2
* More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-1/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-5/+2
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-24/+30
* Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas2014-08-071-1/+1