summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* Disallow creation of circular variable alias chainsMattias Engdegård2023-04-141-5/+17
* Stop pretending that specpdl overflow can ever occurMattias Engdegård2023-04-131-2/+1
* src/eval.c: Fix bug#62419Stefan Monnier2023-04-021-1/+2
* Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-211-1/+1
* Remove unnecessary cons in lexical evalMattias Engdegård2023-02-071-1/+6
* Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Fix condition-case empty success handler misinterpretationMattias Engdegård2022-12-241-3/+3
|/
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-18/+25
|\
| * ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-2/+2
| * itree.c: Make the iterator reentrant (bug#59183)Stefan Monnier2022-11-171-1/+0
| * Fix the subr-arity returned by native compiled functions with lots of argsAlan Mackenzie2022-10-291-7/+8
| * Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-0/+1
| |\
| | * Rename itree iterators with itree_iterator prefixMatt Armstrong2022-10-171-1/+1
| | * itree: Try and detect non-local exits during itree iterationsStefan Monnier2022-10-071-0/+1
| * | cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695Stefan Monnier2022-10-281-12/+9
| * | (Ffunction): Make interpreted closures safe for spaceStefan Monnier2022-10-251-9/+18
* | | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-061-0/+2
|\ \ \ | |/ /
| * | Inhibit GC in probably_quit (bug#58042)Gerd Möllmann2022-10-061-0/+2
| |/
* | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-051-59/+6
|\ \ | |/
| * Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-54/+6
| * Raise default max-specpdl-size and max-lisp-eval-depthMattias Engdegård2022-09-141-7/+2
* | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-10/+76
|\ \ | |/
| * New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie2022-08-111-1/+58
| * * src/eval.c (Fdefvaralias): Clarify error messages. (Bug#56863)Eli Zaretskii2022-08-011-4/+8
| * Make warning about require/autoload while bootstrapping not error outLars Ingebrigtsen2022-06-241-2/+7
| * Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-3/+3
* | Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-06-141-30/+76
|\ \ | |/
| * Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-3/+3
| * Fix two crashes when a display connection is lostPo Lu2022-06-071-0/+10
| * eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)Stefan Monnier2022-05-261-25/+53
| * Improve Finternal__define_uninitialized_variable erroringLars Ingebrigtsen2022-05-171-1/+3
| * Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-151-1/+1
| * functionp doc improvementPaul Eggert2022-05-111-3/+5
| * * src/eval.c (Ffunctionp): Clarify "function" in doc string.Paul Eggert2022-05-101-1/+5
* | ; Merge from master.Yuan Fu2022-05-071-232/+102
|\ \ | |/
| * New generic function `oclosure-interactive-form`Stefan Monnier2022-04-261-29/+65
| * Port struct Lisp_Subr to C99Paul Eggert2022-04-181-1/+1
| * Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-171-1/+1
| * Inline call0..8Mattias Engdegård2022-04-041-70/+0
| * Add optional GC marking function to specpdl unwind_ptr recordMattias Engdegård2022-04-041-0/+20
| * Add OClosures, a cross between functions and structsStefan Monnier2022-03-281-0/+4
| * Remove internal_condition_case_[345]Paul Eggert2022-03-191-84/+0
| * Separate bytecode stackMattias Engdegård2022-03-131-0/+2
| * Simplify exec_byte_code argumentsMattias Engdegård2022-03-131-4/+1
| * ; * src/eval.c: (grow_specpdl): Remove another redundant declarationMattias Engdegård2022-03-121-2/+0
| * Maintain end of specpdl instead of sizeMattias Engdegård2022-03-121-7/+8
| * Inline record_in_backtraceMattias Engdegård2022-03-121-35/+1
* | Add tree-sitter intergrationYuan Fu2022-05-071-0/+13
|/