summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-04-26Support Elisp debugging and backtraces in code called by modulesAaron L. Zeng
2026-04-10src/eval.c (Fdefault_toplevel_value): Improve docstring (bug#80775)Stefan Monnier
2026-03-10Improve the error APIStefan Monnier
2026-01-09Less stingy lisp-eval-depth supply for debuggerMattias Engdegård
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-06; * src/eval.c (Ffunc_arity): Doc fix (bug#79880).Eli Zaretskii
2025-10-20Don't feed the stack overflow detector bad dataMattias Engdegård
2025-08-17Reject invalid error symbols (Bug#76447)Stefan Monnier
2025-08-07; Fix last changeEli Zaretskii
2025-08-07New debugger-trap function to break to GDBJeremy Bryant
2025-07-15Add `redisplay_counter` to catch nested redisplays and abort outer oneStefan Monnier
2025-07-12Avoid crashes when profiling multi-threaded Lisp (bug#76970)Pip Cet
2025-06-21Avoid segfault when profiling Lisp programs with threadsEli Zaretskii
2025-06-14Merge from origin/emacs-30Eli Zaretskii
2025-06-10Fix crash when evaluating "(signal nil 5)" (bug#78738)Pip Cet
2025-05-15; Fix wording of recently-added documentationEli Zaretskii
2025-05-15default_toplevel_binding, local_toplevel_binding: Loop upwardsSean Whitton
2025-05-15New top-level buffer-local value functionsSean Whitton
2025-03-17; * etc/NEWS: Fix last change.Eli Zaretskii
2025-03-16Correctly unload variable aliases.Jens Schmidt
2025-03-09Re-port to 32-bit systems without alignment primitivesPo Lu
2025-03-06* src/eval.c (signal_or_quit): Reduce scope of `debugger_called`Stefan Monnier
2025-03-04; * src/eval.c (Fdefvar_1, Fdefconst_1): Properly quote apostrophe.Philipp Stephani
2025-02-01Omit 2 ‘volatile’s in internal_lisp_condition_casePaul Eggert
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-14Use calln instead of calling Ffuncall directlyStefan Kangas
2025-01-14Prefer calln to CALLN where applicableStefan Kangas
2025-01-08Move define_error declaration and docstringStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Remove docstring hackPip Cet
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-10-28More workarounds for GDB bug 32313Eli Zaretskii
2024-10-27Work around GDB bug 32313 when debugging Emacs internalsPaul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-08-16Don’t ignore -Wclobbered in eval.cPaul Eggert
2024-08-15Replace some EQ with BASE_EQMattias Engdegård
2024-08-07Merge from savannah/emacs-30Po Lu
2024-08-03Fix missing type checks before specbindMattias Engdegård
2024-07-16Delete commented out code from `signal_or_quit`Stefan Kangas
2024-05-28Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier
2024-05-26Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu
2024-05-23Restore specbound keyboard-locals in the correct KBOARDPo Lu
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-30Pacify GCC 14 -Wclobbered in eval.cPaul Eggert
2024-04-28Use a dedicated type to represent interpreted-function valuesStefan Monnier
2024-04-28(COMPILED): Rename to CLOSUREStefan Monnier