| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * editfns.c (dump_tz_string): No longer const. | Paul Eggert | 2014-10-12 | 1 | -2/+2 |
| * | Fix putenv race conditions with undefined behavior. | Paul Eggert | 2014-10-11 | 1 | -187/+172 |
| * | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -1/+2 |
| * | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -2/+1 |
| * | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -3/+1 |
| * | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+2 |
| * | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS. | Dmitry Antipov | 2014-09-18 | 1 | -1/+1 |
| * | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -5/+2 |
| * | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -24/+30 |
| * | Fix a few ``MS-DOG''s overlooked in the previous commit. | Reuben Thomas | 2014-08-07 | 1 | -1/+1 |
| * | Don't mishandle year-9999 dates. | Paul Eggert | 2014-08-03 | 1 | -12/+13 |
| * | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -7/+7 |
| * | * src/callint.c (Fcall_interactively): Fix up last change. | Stefan Monnier | 2014-06-17 | 1 | -1/+1 |
| * | More backward-compatible fix to char-equal core dump. | Paul Eggert | 2014-03-26 | 1 | -5/+15 |
| * | Fix core dump in char-equal. | Paul Eggert | 2014-03-25 | 1 | -10/+5 |
| * | * editfns.c (Fconstrain_to_field): Fix typo in docstring. | Bastien Guerry | 2014-01-24 | 1 | -1/+1 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -3/+3 |
| * | Fix docstring of format-time-string to include %F. | RĂ¼diger Sonderfeld | 2013-12-11 | 1 | -1/+2 |
| * | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier | 2013-11-28 | 1 | -6/+0 |
| * | Export get_pos_property to Elisp. | Stefan Monnier | 2013-11-24 | 1 | -16/+18 |
| * | Fix doc string of format-time-string, per bug #15816. | Eli Zaretskii | 2013-11-06 | 1 | -0/+1 |
| * | Support menus on text-mode terminals. | Eli Zaretskii | 2013-10-08 | 1 | -15/+10 |
| |\ |
|
| | * | Fix message-box and avoid compilation warnings. | Eli Zaretskii | 2013-09-30 | 1 | -15/+10 |
| * | | Minor doc fixes. | Xue Fuqiao | 2013-10-05 | 1 | -0/+3 |
| |/ |
|
| * | * intervals.c (set_point_from_marker): New function. | Dmitry Antipov | 2013-08-29 | 1 | -20/+6 |
| * | Simplify EMACS_TIME-related code. | Paul Eggert | 2013-08-27 | 1 | -24/+24 |
| * | * src/editfns.c (insert_before_markers): Mention overlay in the doc string. | Xue Fuqiao | 2013-08-16 | 1 | -0/+4 |
| * | Invalidate region caches only if buffer text is going to be changed. | Dmitry Antipov | 2013-08-06 | 1 | -7/+7 |
| * | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -3/+2 |
| * | * lread.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -1/+1 |
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -13/+8 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -1/+1 |
| * | Port --enable-gcc-warnings to clang. | Paul Eggert | 2013-05-17 | 1 | -1/+1 |
| * | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -3/+3 |
| * | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -3/+3 |
| * | * xdisp.c (with_echo_area_buffer_unwind_data): Save window | Dmitry Antipov | 2013-03-28 | 1 | -1/+1 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -4/+4 |
| * | Use functions and constants to manipulate Lisp_Save_Value objects. | Paul Eggert | 2013-03-21 | 1 | -2/+5 |
| * | * search.c (find_newline): Accept start and end byte positions | Dmitry Antipov | 2013-03-08 | 1 | -2/+4 |
| * | * lisp.h (list2i, list3i): New functions. | Dmitry Antipov | 2013-03-07 | 1 | -3/+1 |
| * | * search.c (find_newline): Return byte position in bytepos. | Dmitry Antipov | 2013-02-20 | 1 | -2/+3 |
| * | Prefer `message1' over `message'. | Stefan Monnier | 2013-02-17 | 1 | -2/+2 |
| * | Tune by using memchr and memrchr. | Paul Eggert | 2013-02-11 | 1 | -3/+2 |
| * | * src/xdisp.c (message2, message2_nolog): Remove functions. | Stefan Monnier | 2013-01-23 | 1 | -19/+3 |
| * | Fix crashes with lots of overlays. | Eli Zaretskii | 2013-01-19 | 1 | -1/+4 |
| * | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -2/+2 |
| * | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -1/+1 |
| * | Some convenient bits to deal with Lisp_Save_Values. | Dmitry Antipov | 2013-01-15 | 1 | -35/+16 |
| * | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -18/+33 |