index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace call[1-8] with calln
Stefan Kangas
2025-01-19
1
-7
/
+7
*
Use calln instead of calling Ffuncall directly
Stefan Kangas
2025-01-14
1
-1
/
+1
*
Prefer calln to CALLN where applicable
Stefan Kangas
2025-01-14
1
-1
/
+1
*
Move define_error declaration and docstring
Stefan Kangas
2025-01-08
1
-0
/
+3
*
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
More workarounds for GDB bug 32313
Eli Zaretskii
2024-10-28
1
-11
/
+12
*
Work around GDB bug 32313 when debugging Emacs internals
Paul Eggert
2024-10-27
1
-3
/
+11
*
Prefer static_assert to verify
Stefan Kangas
2024-08-22
1
-1
/
+1
*
Don’t ignore -Wclobbered in eval.c
Paul Eggert
2024-08-16
1
-62
/
+47
*
Replace some EQ with BASE_EQ
Mattias Engdegård
2024-08-15
1
-4
/
+4
*
Merge from savannah/emacs-30
Po Lu
2024-08-07
1
-11
/
+11
|
\
|
*
Fix missing type checks before specbind
Mattias Engdegård
2024-08-03
1
-11
/
+11
*
|
Delete commented out code from `signal_or_quit`
Stefan Kangas
2024-07-16
1
-8
/
+0
|
/
*
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-28
1
-7
/
+7
*
Address compilation errors and warnings on x86 Solaris 10 systems
Po Lu
2024-05-26
1
-11
/
+24
*
Restore specbound keyboard-locals in the correct KBOARD
Po Lu
2024-05-23
1
-7
/
+30
*
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-05-09
1
-3
/
+6
*
Pacify GCC 14 -Wclobbered in eval.c
Paul Eggert
2024-04-30
1
-0
/
+6
*
Use a dedicated type to represent interpreted-function values
Stefan Monnier
2024-04-28
1
-55
/
+93
*
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-04-28
1
-13
/
+13
*
Ensure that specbind arg is always bare symbol, and drop check
Mattias Engdegård
2024-04-18
1
-10
/
+9
*
; * src/eval.c (funcall_lambda): Sink specpdl load out of fast path.
Mattias Engdegård
2024-04-14
1
-8
/
+8
*
; * src/eval.c (Fhandler_bind_1): Fix docstring.
Basil L. Contovounesios
2024-03-16
1
-2
/
+2
*
Revert "Replace XSETSYMBOL with make_lisp_symbol"
Mattias Engdegård
2024-03-04
1
-1
/
+1
*
Replace XSETSYMBOL with make_lisp_symbol
Mattias Engdegård
2024-02-24
1
-1
/
+1
*
Eliminate lazy bytecode loading
Mattias Engdegård
2024-01-31
1
-57
/
+2
*
; Fix typos
Stefan Kangas
2024-01-28
1
-2
/
+2
*
Decouple profiler from Lisp hash table internals
Mattias Engdegård
2024-01-12
1
-14
/
+9
*
Revert "Add new `swap` macro and use it"
Po Lu
2024-01-06
1
-3
/
+6
*
Add new `swap` macro and use it
Stefan Kangas
2024-01-06
1
-6
/
+3
*
(backtrace-on-redisplay-error): Use `handler-bind`
Stefan Monnier
2024-01-04
1
-61
/
+6
*
(signal_or_quit): Preserve error object identity
Stefan Monnier
2024-01-04
1
-36
/
+30
*
eval.c: Add new var `lisp-eval-depth-reserve`
Stefan Monnier
2024-01-04
1
-23
/
+32
*
Move batch backtrace code to `top_level_2`
Stefan Monnier
2024-01-04
1
-24
/
+14
*
New special form `handler-bind`
Stefan Monnier
2024-01-04
1
-13
/
+84
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
* src/eval.c (signal_or_quit): Fix naming inconsistency with docs
Stefan Monnier
2023-12-24
1
-2
/
+2
*
|
; * src/eval.c (Fdefvar): Doc fix (bug#67991).
Eli Zaretskii
2023-12-24
1
-2
/
+8
*
|
Split safe_call between redisplay and non-redisplay versions
Stefan Monnier
2023-12-23
1
-0
/
+29
*
|
Slight funcall_subr optimisation
Mattias Engdegård
2023-12-22
1
-10
/
+8
*
|
; * src/eval.c (syms_of_eval) <debugger>: Doc fix.
Eli Zaretskii
2023-12-19
1
-6
/
+6
*
|
debug.el: Straighten the code that find the "base" of the backtrace
Stefan Monnier
2023-12-18
1
-4
/
+16
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-11-11
1
-0
/
+4
|
\
|
|
*
Improve documentation of signaling errors in batch mode
Eli Zaretskii
2023-11-09
1
-0
/
+4
*
|
Use BASE_EQ instead of EQ for some uninterned symbols
Mattias Engdegård
2023-11-10
1
-2
/
+2
*
|
Improved `eval` documentation
Mattias Engdegård
2023-10-23
1
-3
/
+7
*
|
Fix invocation with --debug-init and changes to debug-ignored-errors
Eli Zaretskii
2023-08-17
1
-0
/
+4
*
|
* src/eval.c (get_backtrace): Don't skip the top frame
Stefan Monnier
2023-07-22
1
-1
/
+1
*
|
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul Eggert
2023-05-17
1
-1
/
+1
[next]