aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into scratch/pkgGerd Möllmann2023-12-191-4/+16
|\
| * debug.el: Straighten the code that find the "base" of the backtraceStefan Monnier2023-12-181-4/+16
* | Make sure *package* is buffer-localGerd Möllmann2023-12-051-1/+1
* | Setting buffer-local *package*Gerd Möllmann2023-12-041-13/+25
* | Merge remote-tracking branch 'origin/master' into scratch/pkgGerd Möllmann2023-11-251-2/+6
|\ \ | |/
| * Merge from origin/emacs-29Eli Zaretskii2023-11-111-0/+4
| |\
| | * Improve documentation of signaling errors in batch modeEli Zaretskii2023-11-091-0/+4
| * | Use BASE_EQ instead of EQ for some uninterned symbolsMattias Engdegård2023-11-101-2/+2
* | | Merge remote-tracking branch 'origin/master' into scratch/pkgGerd Möllmann2023-10-311-3/+7
|\ \ \ | |/ /
| * | Improved `eval` documentationMattias Engdegård2023-10-231-3/+7
* | | Bind *package* in hooksGerd Möllmann2023-10-021-2/+9
* | | Rework buffer-packageGerd Moellmann2023-09-051-19/+16
* | | Add default-buffer-local-valueGerd Moellmann2023-09-041-0/+35
|/ /
* | Fix invocation with --debug-init and changes to debug-ignored-errorsEli Zaretskii2023-08-171-0/+4
* | * src/eval.c (get_backtrace): Don't skip the top frameStefan Monnier2023-07-221-1/+1
* | 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)scratch/bug-55156Stefan 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