summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2015-01-14Consistently handle time zone specification.Dmitry Antipov
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-29system-name's returned value can varyPaul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-11-16Improve time stamp handling, and be more consistent about it.Paul Eggert
2014-10-15Avoid unwanted point motion in Fline_beginning_position.Dmitry Antipov
2014-10-12* editfns.c (dump_tz_string): No longer const.Paul Eggert
2014-10-11Fix putenv race conditions with undefined behavior.Paul Eggert
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert
2014-09-18More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-07Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas
2014-08-03Don't mishandle year-9999 dates.Paul Eggert
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov
2014-06-17* src/callint.c (Fcall_interactively): Fix up last change.Stefan Monnier
2014-03-26More backward-compatible fix to char-equal core dump.Paul Eggert
2014-03-25Fix core dump in char-equal.Paul Eggert
2014-01-24* editfns.c (Fconstrain_to_field): Fix typo in docstring.Bastien Guerry
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-12-11Fix docstring of format-time-string to include %F.RĂ¼diger Sonderfeld
2013-11-28* configure.ac (HAVE_MENUS): Remove.Stefan Monnier
2013-11-24Export get_pos_property to Elisp.Stefan Monnier
2013-11-06Fix doc string of format-time-string, per bug #15816.Eli Zaretskii
2013-10-08Support menus on text-mode terminals.Eli Zaretskii
2013-10-05Minor doc fixes.Xue Fuqiao
2013-09-30Fix message-box and avoid compilation warnings.Eli Zaretskii
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-08-16* src/editfns.c (insert_before_markers): Mention overlay in the doc string.Xue Fuqiao
2013-08-06Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov
2013-07-18Fix obscure porting bug with varargs functions.Paul Eggert
2013-07-17* lread.c: Fix file descriptor leaks and errno issues.Paul Eggert
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert
2013-04-01Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov
2013-03-28* xdisp.c (with_echo_area_buffer_unwind_data): Save windowDmitry Antipov
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-03-21Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert
2013-03-08* search.c (find_newline): Accept start and end byte positionsDmitry Antipov
2013-03-07* lisp.h (list2i, list3i): New functions.Dmitry Antipov
2013-02-20* search.c (find_newline): Return byte position in bytepos.Dmitry Antipov
2013-02-17Prefer `message1' over `message'.Stefan Monnier