summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAge
* Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* Avoid printing stacktraces when it probably wouldn't work anyway.Philipp Stephani2021-01-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Improve documentation of 'backtrace-on-error-noninteractive'Eli Zaretskii2020-12-08
* Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani2020-12-07
* Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani2020-12-06
* Fix incorrect handling of module runtime and environment pointers.Philipp Stephani2020-11-27
* (defvar): Detect defining a variable currently lexically boundStefan Monnier2020-11-25
* Ffunction doc string clarificationLars Ingebrigtsen2020-10-19
* * src/eval.c (Fapply): Simplify last changeStefan Monnier2020-09-28
* Handle single-argument `apply' consistently (bug#40968)Pip Cet2020-09-27
* Fix builds without modulesGlenn Morris2020-09-13
* Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-13
* Reinstall recent GC-related changesPaul Eggert2020-09-05
* Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-03
* Use mark_objects elsewhere tooPaul Eggert2020-08-31
* Remove mark_maybe_objectPaul Eggert2020-08-31
* Merge from origin/emacs-27Glenn Morris2020-06-26
|\
| * Avoid crashes in 'defconst'Stephen Berman2020-06-20
* | Restore check for Emacs 20.2 bytecodesPaul Eggert2020-05-23
* | Hoist some byte-code checking out of evalPaul Eggert2020-05-19
|/
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-22
* Revert "Raise default max-specpdl-size value"Mattias Engdegård2020-01-01
* Raise default max-specpdl-size valueMattias Engdegård2020-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Bump up max_specpdl_size to 1600Juanma Barranquero2019-10-01
* Remove obsolete Lint directivesPaul Eggert2019-09-16
* Attempt to fix assertion violation in eval.cEli Zaretskii2019-08-18
* Say that while returns nilLars Ingebrigtsen2019-08-01
* Avoid intern calls for builtin symsPaul Eggert2019-07-31
* Fix lifetime error in previous patchPaul Eggert2019-07-21
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-09
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Bump up max_specpdl_size to 1500. (Bug#36216)Juanma Barranquero2019-06-16
* Improve documentation of the 'function' special formMichael Heerdegen2019-05-24
* * lisp/custom.el: Avoid adding vars to load-history multiple timesStefan Monnier2019-05-06
* Revert Vinternal_interpreter_environment tweakPaul Eggert2019-04-22
* Tweak Vinternal_interpreter_environment lookupPaul Eggert2019-04-22
* Remove --enablechecking=conslist configure optionPaul Eggert2019-04-21
* Fix comment and tweak eval_subPaul Eggert2019-04-19
* Refactoring: simplify definition of some internal variables.Philipp Stephani2019-04-19
* Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani2019-04-19
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-14
* * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-02
* Fix some integer issues in regex-emacsPaul Eggert2019-03-25
* Simplify list creation in C codePaul Eggert2019-03-04
* Avoid rare crashes in xbacktraceEli Zaretskii2019-02-28
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27