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
2022-04-04
Inline call0..8
Mattias Engdegård
2022-04-04
Add optional GC marking function to specpdl unwind_ptr record
Mattias Engdegård
2022-03-28
Add OClosures, a cross between functions and structs
Stefan Monnier
2022-03-19
Remove internal_condition_case_[345]
Paul Eggert
2022-03-13
Separate bytecode stack
Mattias Engdegård
2022-03-13
Simplify exec_byte_code arguments
Mattias Engdegård
2022-03-12
; * src/eval.c: (grow_specpdl): Remove another redundant declaration
Mattias Engdegård
2022-03-12
Maintain end of specpdl instead of size
Mattias Engdegård
2022-03-12
Inline record_in_backtrace
Mattias Engdegård
2022-02-19
(specpdl_unrewind): Fix corner case
Stefan Monnier
2022-02-17
Fix or remove outdated comments
Mattias Engdegård
2022-02-13
* src/eval.c (specpdl_unrewind): Remove empty statement.
Andreas Schwab
2022-02-13
Avoid a compilation warning in eval.c
Lars Ingebrigtsen
2022-02-12
Rewrite thread context switch code (bug#48990)
Stefan Monnier
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-07
Pin lazily read bytecode (bug#53809)
Mattias Engdegård
2022-02-02
New file lisp/emacs-lisp/debug-early.el for backtraces in early bootstrap
Alan Mackenzie
2022-02-01
; * src/eval.c (funcall_subr): Fix last change
Mattias Engdegård
2022-02-01
Speed up calls to C primitives
Mattias Engdegård
2022-02-01
Merge from origin/emacs-28
Stefan Kangas
2022-01-31
Bind Qdebugger to Qdebug in signal_or_quit.
Alan Mackenzie
2022-01-31
(function-history): New symbol property (bug#53632)
Stefan Monnier
2022-01-28
Reduce code duplication in parts of (auto)load&defalias
Stefan Monnier
2022-01-24
Inline maybe_quit
Mattias Engdegård
2022-01-24
Bump specpdl inline, move reallocation out of line
Mattias Engdegård
2022-01-24
Implement Ffuncall in terms of funcall_general
Mattias Engdegård
2022-01-24
Remove nil check in exec_byte_code
Mattias Engdegård
2022-01-24
Short-circuit the recursive bytecode funcall chain
Mattias Engdegård
2022-01-11
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-31
Miscellaneous enhancements to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-31
(Fmake_finalizer): Check the arg is a function
Stefan Monnier
2021-12-20
Add `macroexp--dynamic-variable-p`
Mattias Engdegård
2021-12-03
Merge from origin/emacs-28
Stefan Kangas
2021-12-02
Port to C compilers that lack size-0 arrays
Paul Eggert
2021-10-25
Fix issues with type casting in delayed message functions
Lars Ingebrigtsen
2021-10-24
Remove debugging in with_delayed_message_display
Lars Ingebrigtsen
2021-10-24
Add new macro `with-delayed-message'
Lars Ingebrigtsen
2021-09-29
Improve the max-specpdl-size doc string
Lars Ingebrigtsen
2021-09-25
Renege on anonymous &rest (bug#50268, bug#50720)
Mattias Engdegård
2021-09-22
Update comments warning about GC-resistant C programming
Eli Zaretskii
2021-09-20
Refactor minibuffer aborting
Miha Rihtaršič
2021-07-21
* src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixup
Stefan Monnier
2021-07-21
Make `C-g' after `M-x' not give a backtrace unless required
Lars Ingebrigtsen
2021-07-12
Pacify gcc 11.1.1 -Wclobbered
Paul Eggert
2021-05-17
Avoid crashes in condition-case
Eli Zaretskii
2021-04-19
Merge remote-tracking branch 'savannah/master' into native-comp
Andrea Corallo
2021-04-15
Add condition-case success handler (bug#47677)
Mattias Engdegård
2021-03-09
Merge commit '9cbdf20316' into native-comp
Andrea Corallo
[next]