summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* * src/eval.c (Fsignal): Remove duplicate test.Lee Duhem2014-12-04
* Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov2014-09-16
* * eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert2014-09-01
* * eval.c (call_debugger): When exiting the debugger, do not allowDmitry Antipov2014-02-10
* * eval.c (call_debugger): Grow specpdl if the debugger wasDmitry Antipov2014-02-03
* * src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change.Stefan Monnier2014-01-24
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Spelling fixes.Paul Eggert2013-12-08
* * lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command.Helmut Eller2013-12-02
* * src/eval.c (handlerlist_sentinel): New variable.Stefan Monnier2013-11-05
* * src/eval.c (run_hook_with_args): Use FUNCTIONP.Stefan Monnier2013-10-29
* Doc tweaks for condGlenn Morris2013-10-09
* * eval.c (clobbered_eassert): New macro.Paul Eggert2013-10-02
* Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier2013-10-03
* * lisp/subr.el (with-demoted-errors): Add `format' argument.Stefan Monnier2013-09-10
* * src/eval.c (eval_sub): Only call Ffunction if necessary.Stefan Monnier2013-09-06
* * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexicallyStefan Monnier2013-08-28
* Fix some fd issues when running subprocesses.Paul Eggert2013-08-12
* Make defvar affect the default binding outside of any let.Stefan Monnier2013-08-02
* Spelling fixes.Paul Eggert2013-07-28
* Fix minor problems found by static checking.Paul Eggert2013-07-26
* Add support for lexical variables to the debugger's `e' command.Stefan Monnier2013-07-26
* * src/eval.c (Fprogn): Do not check that BODY is a proper list.Paul Eggert2013-07-24
* * eval.c (Fprogn): Check that BODY is a proper list.Paul Eggert2013-07-23
* Tune UNEVALLED functions by using XCAR instead of Fcar, etc.Paul Eggert2013-07-23
* Spelling fixes.Paul Eggert2013-07-20
* * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-17
* * lread.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-17
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Don't lose top specpdl entry when memory is exhausted.Paul Eggert2013-07-12
* * eval.c (backtrace_function, backtrace_args): Now EXTERNALLY_VISIBLE.Paul Eggert2013-07-11
* Porting fixes for merged specpdl and backtrace stacks.Paul Eggert2013-06-18
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* Fix minor problems found by static checking.Paul Eggert2013-06-03
* * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them toStefan Monnier2013-06-03
* Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier2013-06-03
* Static checking by Sun C 5.12.Paul Eggert2013-03-13
* * src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier2013-02-25
* Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.Dmitry Antipov2013-01-14
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-20
* | * eval.c (interactive_p): Remove no-longer-used decl.Paul Eggert2012-11-20
* | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-19
* | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-16
|\|
| * * src/eval.c (Finteractive_p): Revert lexbind-merge mishap.Stefan Monnier2012-11-15
* | * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.Paul Eggert2012-11-14
* | Provide new `defalias-fset-function' symbol property.Stefan Monnier2012-11-09
|/