summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't mishandle year-9999 dates.Paul Eggert2014-08-031-12/+13
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-7/+7
* * src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier2014-06-171-1/+1
* More backward-compatible fix to char-equal core dump.Paul Eggert2014-03-261-5/+15
* Fix core dump in char-equal.Paul Eggert2014-03-251-10/+5
* * editfns.c (Fconstrain_to_field): Fix typo in docstring.Bastien Guerry2014-01-241-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-3/+3
* Fix docstring of format-time-string to include %F.RĂ¼diger Sonderfeld2013-12-111-1/+2
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-6/+0
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-16/+18
* Fix doc string of format-time-string, per bug #15816.Eli Zaretskii2013-11-061-0/+1
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-15/+10
|\
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-301-15/+10
* | Minor doc fixes.Xue Fuqiao2013-10-051-0/+3
|/
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-20/+6
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-24/+24
* * src/editfns.c (insert_before_markers): Mention overlay in the doc string.Xue Fuqiao2013-08-161-0/+4
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-061-7/+7
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-3/+2
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-1/+1