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-09-19
Abolish max-specpdl-size (bug#57911)
Mattias Engdegård
2022-09-14
Raise default max-specpdl-size and max-lisp-eval-depth
Mattias Engdegård
2022-08-29
Merge remote-tracking branch 'origin/master' into feature/tree-sitter
Yuan Fu
2022-08-11
New debugging facility: backtraces from errors in Lisp called from redisplay
Alan Mackenzie
2022-08-01
* src/eval.c (Fdefvaralias): Clarify error messages. (Bug#56863)
Eli Zaretskii
2022-06-24
Make warning about require/autoload while bootstrapping not error out
Lars Ingebrigtsen
2022-06-16
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-14
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-07
Fix two crashes when a display connection is lost
Po Lu
2022-05-26
eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)
Stefan Monnier
2022-05-17
Improve Finternal__define_uninitialized_variable erroring
Lars Ingebrigtsen
2022-05-15
Add OVERRIDES argument to prin1/prin1-to-string
Lars Ingebrigtsen
2022-05-11
functionp doc improvement
Paul Eggert
2022-05-10
* src/eval.c (Ffunctionp): Clarify "function" in doc string.
Paul Eggert
2022-05-07
; Merge from master.
Yuan Fu
2022-05-07
Add tree-sitter intergration
Yuan Fu
2022-04-26
New generic function `oclosure-interactive-form`
Stefan Monnier
2022-04-18
Port struct Lisp_Subr to C99
Paul Eggert
2022-04-17
Add a new command `restart-emacs'
Lars Ingebrigtsen
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
[prev]
[next]