aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-06-271-0/+1
|\
| * Merge from origin/emacs-27Glenn Morris2020-06-261-0/+1
| |\
| | * Avoid crashes in 'defconst'Stephen Berman2020-06-201-0/+1
* | | Add native compiler dynamic scope supportAndrea Corallo2020-06-191-4/+20
* | | Improve handling of native compilation units still in use in WindowsNicolás Bértolo2020-05-251-0/+55
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-241-30/+32
|\ \ \ | |/ /
| * | Restore check for Emacs 20.2 bytecodesPaul Eggert2020-05-231-1/+13
| * | Hoist some byte-code checking out of evalPaul Eggert2020-05-191-29/+19
| |/
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-04-231-1/+1
|\ \ | |/
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-03-231-2/+2
|\ \ | |/
| * Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-221-2/+2
| * Revert "Raise default max-specpdl-size value"Mattias Engdegård2020-01-011-1/+1
| * Raise default max-specpdl-size valueMattias Engdegård2020-01-011-1/+1
* | adjust max_specpdl_size to sustain bootstrapAndrea Corallo2020-01-011-2/+2
* | mitigate ifdef proliferationAndrea Corallo2020-01-011-8/+11
* | fix max depth compilationAndrea Corallo2020-01-011-0/+6
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Bump up max_specpdl_size to 1600Juanma Barranquero2019-10-011-1/+1
* Remove obsolete Lint directivesPaul Eggert2019-09-161-9/+0
* Attempt to fix assertion violation in eval.cEli Zaretskii2019-08-181-1/+1
* Say that while returns nilLars Ingebrigtsen2019-08-011-0/+3
* Avoid intern calls for builtin symsPaul Eggert2019-07-311-1/+1
* Fix lifetime error in previous patchPaul Eggert2019-07-211-0/+16
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-091-4/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Bump up max_specpdl_size to 1500. (Bug#36216)Juanma Barranquero2019-06-161-1/+1
* Improve documentation of the 'function' special formMichael Heerdegen2019-05-241-2/+2
* * lisp/custom.el: Avoid adding vars to load-history multiple timesStefan Monnier2019-05-061-22/+28
* Revert Vinternal_interpreter_environment tweakPaul Eggert2019-04-221-2/+2
* Tweak Vinternal_interpreter_environment lookupPaul Eggert2019-04-221-8/+10
* Remove --enablechecking=conslist configure optionPaul Eggert2019-04-211-9/+0
* Fix comment and tweak eval_subPaul Eggert2019-04-191-17/+10
* Refactoring: simplify definition of some internal variables.Philipp Stephani2019-04-191-2/+8
* Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani2019-04-191-32/+17
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-1/+1
* Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-141-10/+14
* * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-12/+0
* Fix some integer issues in regex-emacsPaul Eggert2019-03-251-6/+0
* Simplify list creation in C codePaul Eggert2019-03-041-2/+2
* Avoid rare crashes in xbacktraceEli Zaretskii2019-02-281-1/+7
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-36/+20
* Ignore pending_signals when checking for quits.Philipp Stephani2019-02-241-4/+1
* Add portable dumperDaniel Colascione2019-01-151-14/+16
* Use shortcuts for FlengthPaul Eggert2019-01-091-27/+21
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Improve fix for Bug#33014Paul Eggert2018-10-301-5/+2
* | Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell2018-10-291-2/+5
* | Fix lisp_eval_depth in unwind-protect cleanupPaul Eggert2018-10-141-0/+3