aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |\