| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | Remove redundant GCPROs around Ffuncall and Fapply calls. This | Dmitry Antipov | 2014-09-11 | 1 | -107/+21 | |
| * | | | | | | | | | | | | | | | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -4/+8 | |
| * | | | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ru | Glenn Morris | 2014-09-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | * eval.c (internal_lisp_condition_case): Don't overrun the stack | Paul Eggert | 2014-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | * eval.c (toplevel): Remove redundant #include directives. | Dmitry Antipov | 2014-06-17 | 1 | -5/+0 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | * eval.c (call_debugger): When exiting the debugger, do not allow | Dmitry Antipov | 2014-02-10 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | * eval.c (call_debugger): Grow specpdl if the debugger was | Dmitry Antipov | 2014-02-03 | 1 | -12/+19 | |
| * | | | | | | | | | | | | | | | * src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change. | Stefan Monnier | 2014-01-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | Spelling fixes. | Paul Eggert | 2013-12-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | * lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command. | Helmut Eller | 2013-12-02 | 1 | -0/+68 | |
| * | | | | | | | | | | | | | | | * src/eval.c (handlerlist_sentinel): New variable. | Stefan Monnier | 2013-11-05 | 1 | -2/+18 | |
| * | | | | | | | | | | | | | | | * src/eval.c (run_hook_with_args): Use FUNCTIONP. | Stefan Monnier | 2013-10-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Doc tweaks for cond | Glenn Morris | 2013-10-09 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | * eval.c (clobbered_eassert): New macro. | Paul Eggert | 2013-10-02 | 1 | -16/+23 | |
| * | | | | | | | | | | | | | | | Introduce new bytecodes for efficient catch/condition-case in lexbind. | Stefan Monnier | 2013-10-03 | 1 | -205/+131 | |
| * | | | | | | | | | | | | | | | * lisp/subr.el (with-demoted-errors): Add `format' argument. | Stefan Monnier | 2013-09-10 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | * src/eval.c (eval_sub): Only call Ffunction if necessary. | Stefan Monnier | 2013-09-06 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically | Stefan Monnier | 2013-08-28 | 1 | -11/+10 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fix some fd issues when running subprocesses. | Paul Eggert | 2013-08-12 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | Make defvar affect the default binding outside of any let. | Stefan Monnier | 2013-08-02 | 1 | -42/+82 | |
| * | | | | | | | | | | | | | | Spelling fixes. | Paul Eggert | 2013-07-28 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix minor problems found by static checking. | Paul Eggert | 2013-07-26 | 1 | -6/+7 | |
| * | | | | | | | | | | | | | Add support for lexical variables to the debugger's `e' command. | Stefan Monnier | 2013-07-26 | 1 | -23/+146 | |
| * | | | | | | | | | | | | | * src/eval.c (Fprogn): Do not check that BODY is a proper list. | Paul Eggert | 2013-07-24 | 1 | -6/+0 | |
| * | | | | | | | | | | | | | * eval.c (Fprogn): Check that BODY is a proper list. | Paul Eggert | 2013-07-23 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | Tune UNEVALLED functions by using XCAR instead of Fcar, etc. | Paul Eggert | 2013-07-23 | 1 | -66/+68 | |
| * | | | | | | | | | | | | | Spelling fixes. | Paul Eggert | 2013-07-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | * charset.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -0/+21 | |
| * | | | | | | | | | | | | | * lread.c: Fix file descriptor leaks and errno issues. | Paul Eggert | 2013-07-17 | 1 | -0/+21 | |
| * | | | | | | | | | | | | | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -21/+56 | |
| * | | | | | | | | | | | | | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -7/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Don't lose top specpdl entry when memory is exhausted. | Paul Eggert | 2013-07-12 | 1 | -23/+33 | |
| * | | | | | | | | | | | | * eval.c (backtrace_function, backtrace_args): Now EXTERNALLY_VISIBLE. | Paul Eggert | 2013-07-11 | 1 | -6/+9 | |
| | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Porting fixes for merged specpdl and backtrace stacks. | Paul Eggert | 2013-06-18 | 1 | -90/+108 | |
| * | | | | | | | | | | | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+63 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -7/+16 | |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier | 2013-06-03 | 1 | -4/+6 | |
| * | | | | | | | | | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier | 2013-06-03 | 1 | -217/+261 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | Static checking by Sun C 5.12. | Paul Eggert | 2013-03-13 | 1 | -1/+0 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | * src/callint.c (Fcall_interactively): Use the right lexical environment | Stefan Monnier | 2013-02-25 | 1 | -1/+1 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE. | Dmitry Antipov | 2013-01-14 | 1 | -0/+3 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 | |
| * | | | | | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 2012-11-20 | 1 | -12/+12 | |
| * | | | | | * eval.c (interactive_p): Remove no-longer-used decl. | Paul Eggert | 2012-11-20 | 1 | -1/+0 | |
| * | | | | | Make called-interactively-p work for edebug or advised code. | Stefan Monnier | 2012-11-19 | 1 | -102/+5 | |
| * | | | | | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru | Glenn Morris | 2012-11-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | * src/eval.c (Finteractive_p): Revert lexbind-merge mishap. | Stefan Monnier | 2012-11-15 | 1 | -1/+1 | |