index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.c
Age
Commit message (
Expand
)
Author
2026-05-26
ARRAYELTS → countof
Paul Eggert
2026-05-23
New function memory_full_up
Paul Eggert
2026-04-26
Support Elisp debugging and backtraces in code called by modules
Aaron L. Zeng
2026-04-10
src/eval.c (Fdefault_toplevel_value): Improve docstring (bug#80775)
Stefan Monnier
2026-03-10
Improve the error API
Stefan Monnier
2026-01-09
Less stingy lisp-eval-depth supply for debugger
Mattias 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-20
Don't feed the stack overflow detector bad data
Mattias Engdegård
2025-08-17
Reject invalid error symbols (Bug#76447)
Stefan Monnier
2025-08-07
; Fix last change
Eli Zaretskii
2025-08-07
New debugger-trap function to break to GDB
Jeremy Bryant
2025-07-15
Add `redisplay_counter` to catch nested redisplays and abort outer one
Stefan Monnier
2025-07-12
Avoid crashes when profiling multi-threaded Lisp (bug#76970)
Pip Cet
2025-06-21
Avoid segfault when profiling Lisp programs with threads
Eli Zaretskii
2025-06-14
Merge from origin/emacs-30
Eli Zaretskii
2025-06-10
Fix crash when evaluating "(signal nil 5)" (bug#78738)
Pip Cet
2025-05-15
; Fix wording of recently-added documentation
Eli Zaretskii
2025-05-15
default_toplevel_binding, local_toplevel_binding: Loop upwards
Sean Whitton
2025-05-15
New top-level buffer-local value functions
Sean Whitton
2025-03-17
; * etc/NEWS: Fix last change.
Eli Zaretskii
2025-03-16
Correctly unload variable aliases.
Jens Schmidt
2025-03-09
Re-port to 32-bit systems without alignment primitives
Po 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-01
Omit 2 ‘volatile’s in internal_lisp_condition_case
Paul Eggert
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-14
Use calln instead of calling Ffuncall directly
Stefan Kangas
2025-01-14
Prefer calln to CALLN where applicable
Stefan Kangas
2025-01-08
Move define_error declaration and docstring
Stefan Kangas
2025-01-02
Update copyright year to 2025
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Remove docstring hack
Pip Cet
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-10-28
More workarounds for GDB bug 32313
Eli Zaretskii
2024-10-27
Work around GDB bug 32313 when debugging Emacs internals
Paul Eggert
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2024-08-16
Don’t ignore -Wclobbered in eval.c
Paul Eggert
2024-08-15
Replace some EQ with BASE_EQ
Mattias Engdegård
2024-08-07
Merge from savannah/emacs-30
Po Lu
2024-08-03
Fix missing type checks before specbind
Mattias Engdegård
2024-07-16
Delete commented out code from `signal_or_quit`
Stefan Kangas
2024-05-28
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-26
Address compilation errors and warnings on x86 Solaris 10 systems
Po Lu
2024-05-23
Restore specbound keyboard-locals in the correct KBOARD
Po Lu
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-04-30
Pacify GCC 14 -Wclobbered in eval.c
Paul Eggert
2024-04-28
Use a dedicated type to represent interpreted-function values
Stefan Monnier
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
[next]