summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Remove interpreter’s byte stack...Paul Eggert2016-08-091-3/+0
* Tune interpretation of integer arglist descriptor...Paul Eggert2016-08-071-5/+5
* Fix debugging of string-match-p errors...Noam Postavsky2016-08-071-0/+5
* ‘signal’ no longer returns...Paul Eggert2016-07-251-13/+24
* Support macros in 'func-arity'...Paul Pogonyshev2016-04-021-0/+3
* func-arity minor improvements...Paul Eggert2016-03-261-11/+11
* Implement 'func-arity'...Paul Pogonyshev2016-03-261-0/+111
* Merge from origin/emacs-25...John Wiegley2016-03-111-4/+4
|\
| * Rework C source files to avoid ^(...Paul Eggert2016-03-101-4/+4
* | Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen2016-02-221-4/+11
|\ \ | |/ |/|
| * Doc fixes and refactorings based on comments from Eli Zaretskii...Lars Ingebrigtsen2016-02-031-4/+11
* | Avoid crashes in semi-malformed 'condition-case'...Eli Zaretskii2016-02-151-1/+1
|/
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Propagate Bug#14412 fix to backtrace_eval_unrewind...Paul Eggert2015-12-261-12/+9
* Avoid assertion violation in unbind_to...Eli 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 malloc...Paul Eggert2015-11-191-85/+62
* Omit ‘const’ on locals...Paul Eggert2015-11-191-7/+10
* Fix minor module problems found by static checking...Paul Eggert2015-11-191-1/+1
* Add catch-all & no-signal version of PUSH_HANDLER...Philipp Stephani2015-11-181-1/+52
* eval_sub followed dangling pointer when debugging...Paul 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 docstrings...Paul Eggert2015-09-161-3/+3
* Add -Wswitch to --enable-gcc-warnings...Paul Eggert2015-09-161-0/+35
* Docstring fixes re quotes in C code...Paul Eggert2015-09-011-3/+3
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS...Paul Eggert2015-08-261-112/+10
* Better heuristic for C stack overflow...Paul Eggert2015-07-161-0/+6
* Clear gcprolist etc. after stack overflow...Paul Eggert2015-07-141-0/+2
* Remove unused DEFSYMs...Paul Eggert2015-05-311-1/+0
* Refactor low-level printing for simplicity...Paul Eggert2015-04-191-5/+5
* * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800...Eli Zaretskii2015-04-081-1/+1
* Add (:documentation <form>) for dynamically-generated docstrings...Stefan Monnier2015-02-051-4/+18
* Count MANY function args more reliably...Paul Eggert2015-01-251-12/+9
* Better isolate code that assumes NIL_IS_ZERO...Paul Eggert2015-01-211-3/+4
* Prefer memset to repeatedly assigning Qnil...Paul Eggert2015-01-191-6/+5
* Support const and noreturn DEFUN attributes....Dmitry Antipov2015-01-131-1/+2
* Compute C decls for DEFSYMs automatically...Paul Eggert2015-01-051-22/+16
* Update copyright year to 2015...Paul 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. This...Dmitry 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 stack...Paul 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 allow...Dmitry Antipov2014-02-101-2/+6