summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Propagate Bug#14412 fix to backtrace_eval_unrewindPaul Eggert2015-12-261-12/+9
* Avoid assertion violation in unbind_toEli Zaretskii2015-12-261-4/+8
* Signal an error when `setq' has an odd number of arguments. Fixes bug#20241.Alan Mackenzie2015-11-231-0/+5
* Simplify push_handler and profile its mallocPaul Eggert2015-11-191-85/+62
* Omit ‘const’ on localsPaul Eggert2015-11-191-7/+10
* Fix minor module problems found by static checkingPaul Eggert2015-11-191-1/+1
* Add catch-all & no-signal version of PUSH_HANDLERPhilipp Stephani2015-11-181-1/+52
* eval_sub followed dangling pointer when debuggingPaul Eggert2015-11-161-15/+22
* Do more checks on bytecode objects (Bug#21929)Andreas Schwab2015-11-171-10/+19
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-3/+3
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-0/+35
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-3/+3
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-112/+10
* Better heuristic for C stack overflowPaul Eggert2015-07-161-0/+6
* Clear gcprolist etc. after stack overflowPaul Eggert2015-07-141-0/+2
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Refactor low-level printing for simplicityPaul Eggert2015-04-191-5/+5
* * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800Eli Zaretskii2015-04-081-1/+1
* Add (:documentation <form>) for dynamically-generated docstringsStefan Monnier2015-02-051-4/+18
* Count MANY function args more reliablyPaul Eggert2015-01-251-12/+9
* Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-3/+4
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-6/+5
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-22/+16
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from emacs-24Stefan Monnier2014-12-051-4/+2
|\
| * * src/eval.c (Fsignal): Remove duplicate test.Lee Duhem2014-12-041-4/+2
* | * src/eval.c (backtrace_eval_unrewind): Rewind also the excursions.Stefan Monnier2014-12-041-29/+33
* | Merge from emacs-24Stefan Monnier2014-09-221-32/+28
|\ \ | |/
| * Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov2014-09-161-32/+28
* | Remove redundant GCPROs around Ffuncall and Fapply calls. ThisDmitry Antipov2014-09-111-107/+21
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-4/+8
* | Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-021-1/+1
|\ \ | |/
| * * eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert2014-09-011-1/+1
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-4/+2
* | * eval.c (toplevel): Remove redundant #include directives.Dmitry Antipov2014-06-171-5/+0
|/
* * eval.c (call_debugger): When exiting the debugger, do not allowDmitry Antipov2014-02-101-2/+6
* * eval.c (call_debugger): Grow specpdl if the debugger wasDmitry Antipov2014-02-031-12/+19
* * src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change.Stefan Monnier2014-01-241-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Spelling fixes.Paul Eggert2013-12-081-1/+1
* * lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command.Helmut Eller2013-12-021-0/+68
* * src/eval.c (handlerlist_sentinel): New variable.Stefan Monnier2013-11-051-2/+18
* * src/eval.c (run_hook_with_args): Use FUNCTIONP.Stefan Monnier2013-10-291-1/+1
* Doc tweaks for condGlenn Morris2013-10-091-4/+4
* * eval.c (clobbered_eassert): New macro.Paul Eggert2013-10-021-16/+23
* Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier2013-10-031-205/+131
* * lisp/subr.el (with-demoted-errors): Add `format' argument.Stefan Monnier2013-09-101-1/+3
* * src/eval.c (eval_sub): Only call Ffunction if necessary.Stefan Monnier2013-09-061-4/+3