aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-20Avoid crashes in 'defconst'Stephen Berman1-0/+1
2020-05-23Restore check for Emacs 20.2 bytecodesPaul Eggert1-1/+13
2020-05-19Hoist some byte-code checking out of evalPaul Eggert1-29/+19
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec1-1/+1
2020-03-22Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky1-2/+2
2020-01-01Revert "Raise default max-specpdl-size value"Mattias Engdegård1-1/+1
2020-01-01Raise default max-specpdl-size valueMattias Engdegård1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-10-01Bump up max_specpdl_size to 1600Juanma Barranquero1-1/+1
2019-09-16Remove obsolete Lint directivesPaul Eggert1-9/+0
2019-08-18Attempt to fix assertion violation in eval.cEli Zaretskii1-1/+1
2019-08-07Ignore pending_signals when checking for quits.Philipp Stephani1-4/+1
2019-08-01Say that while returns nilLars Ingebrigtsen1-0/+3
2019-07-31Avoid intern calls for builtin symsPaul Eggert1-1/+1
2019-07-21Fix lifetime error in previous patchPaul Eggert1-0/+16
2019-07-09Do not alter match data in Fcapitalize etc.Paul Eggert1-4/+1
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert1-1/+0
2019-06-16Bump up max_specpdl_size to 1500. (Bug#36216)Juanma Barranquero1-1/+1
2019-05-24Improve documentation of the 'function' special formMichael Heerdegen1-2/+2
2019-05-06* lisp/custom.el: Avoid adding vars to load-history multiple timesStefan Monnier1-22/+28
2019-04-22Revert Vinternal_interpreter_environment tweakPaul Eggert1-2/+2
2019-04-22Tweak Vinternal_interpreter_environment lookupPaul Eggert1-8/+10
2019-04-21Remove --enablechecking=conslist configure optionPaul Eggert1-9/+0
2019-04-19Fix comment and tweak eval_subPaul Eggert1-17/+10
2019-04-19Refactoring: simplify definition of some internal variables.Philipp Stephani1-2/+8
2019-04-19Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani1-32/+17
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-1/+1
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky1-10/+14
2019-04-02* lisp/subr.el (prog2): Define as a macroStefan Monnier1-12/+0
2019-03-25Fix some integer issues in regex-emacsPaul Eggert1-6/+0
2019-03-04Simplify list creation in C codePaul Eggert1-2/+2
2019-02-28Avoid rare crashes in xbacktraceEli Zaretskii1-1/+7
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-36/+20
2019-02-24Ignore pending_signals when checking for quits.Philipp Stephani1-4/+1
2019-01-15Add portable dumperDaniel Colascione1-14/+16
2019-01-09Use shortcuts for FlengthPaul Eggert1-27/+21
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-10-30Improve fix for Bug#33014Paul Eggert1-5/+2
2018-10-29Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell1-2/+5
2018-10-14Fix lisp_eval_depth in unwind-protect cleanupPaul Eggert1-0/+3
2018-10-07Avoid assertion violations in nonsensical calls to 'signal'Eli Zaretskii1-1/+4
2018-09-16Clarify condition-case docstringNoam Postavsky1-2/+4
2018-09-11Use overflow-error for bignum overflowPaul Eggert1-0/+8
2018-09-09Show backtraces of threads from thread list bufferGemini Lasswell1-0/+59
2018-09-04Allow t as a catch-all condition-case handler (Bug#24618)Noam Postavsky1-4/+6
2018-08-28Avoid crashes in malformed defvarEli Zaretskii1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-12/+12
2018-07-24Move proper-list-p to CPaul Eggert1-18/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-17/+17
2018-06-30Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)Gemini Lasswell1-2/+6