summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2020-09-05Reinstall recent GC-related changesPaul Eggert
2020-09-03Revert recent GC-related changes (Bug#43152)Paul Eggert
2020-08-31Use mark_objects elsewhere tooPaul Eggert
2020-08-31Remove mark_maybe_objectPaul Eggert
2020-06-27Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-06-26Merge from origin/emacs-27Glenn Morris
2020-06-20Avoid crashes in 'defconst'Stephen Berman
2020-06-19Add native compiler dynamic scope supportAndrea Corallo
2020-05-25Improve handling of native compilation units still in use in WindowsNicolás Bértolo
2020-05-24Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-05-23Restore check for Emacs 20.2 bytecodesPaul Eggert
2020-05-19Hoist some byte-code checking out of evalPaul Eggert
2020-04-23Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec
2020-03-23Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-03-22Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky
2020-01-01Revert "Raise default max-specpdl-size value"Mattias Engdegård
2020-01-01Raise default max-specpdl-size valueMattias Engdegård
2020-01-01adjust max_specpdl_size to sustain bootstrapAndrea Corallo
2020-01-01mitigate ifdef proliferationAndrea Corallo
2020-01-01fix max depth compilationAndrea Corallo
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-01Bump up max_specpdl_size to 1600Juanma Barranquero
2019-09-16Remove obsolete Lint directivesPaul Eggert
2019-08-18Attempt to fix assertion violation in eval.cEli Zaretskii
2019-08-01Say that while returns nilLars Ingebrigtsen
2019-07-31Avoid intern calls for builtin symsPaul Eggert
2019-07-21Fix lifetime error in previous patchPaul Eggert
2019-07-09Do not alter match data in Fcapitalize etc.Paul Eggert
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-06-16Bump up max_specpdl_size to 1500. (Bug#36216)Juanma Barranquero
2019-05-24Improve documentation of the 'function' special formMichael Heerdegen
2019-05-06* lisp/custom.el: Avoid adding vars to load-history multiple timesStefan Monnier
2019-04-22Revert Vinternal_interpreter_environment tweakPaul Eggert
2019-04-22Tweak Vinternal_interpreter_environment lookupPaul Eggert
2019-04-21Remove --enablechecking=conslist configure optionPaul Eggert
2019-04-19Fix comment and tweak eval_subPaul Eggert
2019-04-19Refactoring: simplify definition of some internal variables.Philipp Stephani
2019-04-19Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky
2019-04-02* lisp/subr.el (prog2): Define as a macroStefan Monnier
2019-03-25Fix some integer issues in regex-emacsPaul Eggert
2019-03-04Simplify list creation in C codePaul Eggert
2019-02-28Avoid rare crashes in xbacktraceEli Zaretskii
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert
2019-02-24Ignore pending_signals when checking for quits.Philipp Stephani
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert