index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.c
Age
Commit message (
Expand
)
Author
2016-02-03
Doc fixes and refactorings based on comments from Eli Zaretskii
Lars Ingebrigtsen
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-12-26
Propagate Bug#14412 fix to backtrace_eval_unrewind
Paul Eggert
2015-12-26
Avoid assertion violation in unbind_to
Eli Zaretskii
2015-11-23
Signal an error when `setq' has an odd number of arguments. Fixes bug#20241.
Alan Mackenzie
2015-11-19
Simplify push_handler and profile its malloc
Paul Eggert
2015-11-19
Omit ‘const’ on locals
Paul Eggert
2015-11-19
Fix minor module problems found by static checking
Paul Eggert
2015-11-18
Add catch-all & no-signal version of PUSH_HANDLER
Philipp Stephani
2015-11-16
eval_sub followed dangling pointer when debugging
Paul Eggert
2015-11-17
Do more checks on bytecode objects (Bug#21929)
Andreas Schwab
2015-11-01
merge from trunk
Ken Raeburn
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
Add -Wswitch to --enable-gcc-warnings
Paul Eggert
2015-09-01
Docstring fixes re quotes in C code
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-07-16
Better heuristic for C stack overflow
Paul Eggert
2015-07-14
Clear gcprolist etc. after stack overflow
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-04-19
Refactor low-level printing for simplicity
Paul Eggert
2015-04-08
* src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800
Eli Zaretskii
2015-02-05
Add (:documentation <form>) for dynamically-generated docstrings
Stefan Monnier
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-21
Better isolate code that assumes NIL_IS_ZERO
Paul Eggert
2015-01-19
Prefer memset to repeatedly assigning Qnil
Paul Eggert
2015-01-13
Support const and noreturn DEFUN attributes.
Dmitry Antipov
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-05
Merge from emacs-24
Stefan Monnier
2014-12-04
* src/eval.c (backtrace_eval_unrewind): Rewind also the excursions.
Stefan Monnier
2014-12-04
* src/eval.c (Fsignal): Remove duplicate test.
Lee Duhem
2014-09-22
Merge from emacs-24
Stefan Monnier
2014-09-16
Always use matched specpdl entry to record call arguments (Bug#18473).
Dmitry Antipov
2014-09-11
Remove redundant GCPROs around Ffuncall and Fapply calls. This
Dmitry Antipov
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-02
Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ru
Glenn Morris
2014-09-01
* eval.c (internal_lisp_condition_case): Don't overrun the stack
Paul Eggert
2014-07-27
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-06-17
* eval.c (toplevel): Remove redundant #include directives.
Dmitry Antipov
2014-02-10
* eval.c (call_debugger): When exiting the debugger, do not allow
Dmitry Antipov
2014-02-03
* eval.c (call_debugger): Grow specpdl if the debugger was
Dmitry Antipov
2014-01-24
* src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change.
Stefan Monnier
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-08
Spelling fixes.
Paul Eggert
2013-12-02
* lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command.
Helmut Eller
2013-11-05
* src/eval.c (handlerlist_sentinel): New variable.
Stefan Monnier
2013-10-29
* src/eval.c (run_hook_with_args): Use FUNCTIONP.
Stefan Monnier
2013-10-19
* src/eval.c (unbind_for_thread_switch): Fix iteration over the
Barry O'Reilly
2013-10-09
Doc tweaks for cond
Glenn Morris
2013-10-02
* eval.c (clobbered_eassert): New macro.
Paul Eggert
[prev]
[next]