summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2022-09-19Abolish max-specpdl-size (bug#57911)Mattias Engdegård
2022-09-14Raise default max-specpdl-size and max-lisp-eval-depthMattias Engdegård
2022-08-29Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu
2022-08-11New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie
2022-08-01* src/eval.c (Fdefvaralias): Clarify error messages. (Bug#56863)Eli Zaretskii
2022-06-24Make warning about require/autoload while bootstrapping not error outLars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-14Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-06-07Fix two crashes when a display connection is lostPo Lu
2022-05-26eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)Stefan Monnier
2022-05-17Improve Finternal__define_uninitialized_variable erroringLars Ingebrigtsen
2022-05-15Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen
2022-05-11functionp doc improvementPaul Eggert
2022-05-10* src/eval.c (Ffunctionp): Clarify "function" in doc string.Paul Eggert
2022-05-07; Merge from master.Yuan Fu
2022-05-07Add tree-sitter intergrationYuan Fu
2022-04-26New generic function `oclosure-interactive-form`Stefan Monnier
2022-04-18Port struct Lisp_Subr to C99Paul Eggert
2022-04-17Add a new command `restart-emacs'Lars Ingebrigtsen
2022-04-04Inline call0..8Mattias Engdegård
2022-04-04Add optional GC marking function to specpdl unwind_ptr recordMattias Engdegård
2022-03-28Add OClosures, a cross between functions and structsStefan Monnier
2022-03-19Remove internal_condition_case_[345]Paul Eggert
2022-03-13Separate bytecode stackMattias Engdegård
2022-03-13Simplify exec_byte_code argumentsMattias Engdegård
2022-03-12; * src/eval.c: (grow_specpdl): Remove another redundant declarationMattias Engdegård
2022-03-12Maintain end of specpdl instead of sizeMattias Engdegård
2022-03-12Inline record_in_backtraceMattias Engdegård
2022-02-19(specpdl_unrewind): Fix corner caseStefan Monnier
2022-02-17Fix or remove outdated commentsMattias Engdegård
2022-02-13* src/eval.c (specpdl_unrewind): Remove empty statement.Andreas Schwab
2022-02-13Avoid a compilation warning in eval.cLars Ingebrigtsen
2022-02-12Rewrite thread context switch code (bug#48990)Stefan Monnier
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-07Pin lazily read bytecode (bug#53809)Mattias Engdegård
2022-02-02New file lisp/emacs-lisp/debug-early.el for backtraces in early bootstrapAlan Mackenzie
2022-02-01; * src/eval.c (funcall_subr): Fix last changeMattias Engdegård
2022-02-01Speed up calls to C primitivesMattias Engdegård
2022-02-01Merge from origin/emacs-28Stefan Kangas
2022-01-31Bind Qdebugger to Qdebug in signal_or_quit.Alan Mackenzie
2022-01-31(function-history): New symbol property (bug#53632)Stefan Monnier
2022-01-28Reduce code duplication in parts of (auto)load&defaliasStefan Monnier
2022-01-24Inline maybe_quitMattias Engdegård
2022-01-24Bump specpdl inline, move reallocation out of lineMattias Engdegård
2022-01-24Implement Ffuncall in terms of funcall_generalMattias Engdegård
2022-01-24Remove nil check in exec_byte_codeMattias Engdegård
2022-01-24Short-circuit the recursive bytecode funcall chainMattias Engdegård
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-01Merge from origin/emacs-28Eli Zaretskii