summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Replace call[1-8] with callnStefan Kangas2025-01-191-7/+7
* Use calln instead of calling Ffuncall directlyStefan Kangas2025-01-141-1/+1
* Prefer calln to CALLN where applicableStefan Kangas2025-01-141-1/+1
* Move define_error declaration and docstringStefan Kangas2025-01-081-0/+3
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* More workarounds for GDB bug 32313Eli Zaretskii2024-10-281-11/+12
* Work around GDB bug 32313 when debugging Emacs internalsPaul Eggert2024-10-271-3/+11
* Prefer static_assert to verifyStefan Kangas2024-08-221-1/+1
* Don’t ignore -Wclobbered in eval.cPaul Eggert2024-08-161-62/+47
* Replace some EQ with BASE_EQMattias Engdegård2024-08-151-4/+4
* Merge from savannah/emacs-30Po Lu2024-08-071-11/+11
|\
| * Fix missing type checks before specbindMattias Engdegård2024-08-031-11/+11
* | Delete commented out code from `signal_or_quit`Stefan Kangas2024-07-161-8/+0
|/
* Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier2024-05-281-7/+7
* Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu2024-05-261-11/+24
* Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-7/+30
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-3/+6
* Pacify GCC 14 -Wclobbered in eval.cPaul Eggert2024-04-301-0/+6
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-55/+93
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-13/+13
* Ensure that specbind arg is always bare symbol, and drop checkMattias Engdegård2024-04-181-10/+9
* ; * src/eval.c (funcall_lambda): Sink specpdl load out of fast path.Mattias Engdegård2024-04-141-8/+8
* ; * src/eval.c (Fhandler_bind_1): Fix docstring.Basil L. Contovounesios2024-03-161-2/+2
* Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård2024-03-041-1/+1
* Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-241-1/+1
* Eliminate lazy bytecode loadingMattias Engdegård2024-01-311-57/+2
* ; Fix typosStefan Kangas2024-01-281-2/+2
* Decouple profiler from Lisp hash table internalsMattias Engdegård2024-01-121-14/+9
* Revert "Add new `swap` macro and use it"Po Lu2024-01-061-3/+6
* Add new `swap` macro and use itStefan Kangas2024-01-061-6/+3
* (backtrace-on-redisplay-error): Use `handler-bind`Stefan Monnier2024-01-041-61/+6
* (signal_or_quit): Preserve error object identityStefan Monnier2024-01-041-36/+30
* eval.c: Add new var `lisp-eval-depth-reserve`Stefan Monnier2024-01-041-23/+32
* Move batch backtrace code to `top_level_2`Stefan Monnier2024-01-041-24/+14
* New special form `handler-bind`Stefan Monnier2024-01-041-13/+84
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | * src/eval.c (signal_or_quit): Fix naming inconsistency with docsStefan Monnier2023-12-241-2/+2
* | ; * src/eval.c (Fdefvar): Doc fix (bug#67991).Eli Zaretskii2023-12-241-2/+8
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-0/+29
* | Slight funcall_subr optimisationMattias Engdegård2023-12-221-10/+8
* | ; * src/eval.c (syms_of_eval) <debugger>: Doc fix.Eli Zaretskii2023-12-191-6/+6
* | debug.el: Straighten the code that find the "base" of the backtraceStefan Monnier2023-12-181-4/+16
* | 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
* | Improved `eval` documentationMattias Engdegård2023-10-231-3/+7
* | 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