aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-13/+8
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-1/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-3/+3
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-3/+3
* * xdisp.c (with_echo_area_buffer_unwind_data): Save windowDmitry Antipov2013-03-281-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-4/+4
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-2/+5
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-2/+4