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
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-11-21
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-18
; Fix typos (prefer US spelling)
Stefan Kangas
2022-11-17
itree.c: Make the iterator reentrant (bug#59183)
Stefan Monnier
2022-10-29
Fix the subr-arity returned by native compiled functions with lots of args
Alan Mackenzie
2022-10-28
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-28
cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695
Stefan Monnier
2022-10-25
(Ffunction): Make interpreted closures safe for space
Stefan Monnier
2022-10-17
Rename itree iterators with itree_iterator prefix
Matt Armstrong
2022-10-07
itree: Try and detect non-local exits during itree iterations
Stefan Monnier
2022-10-06
Merge branch 'master' into feature/tree-sitter
Yuan Fu
2022-10-06
Inhibit GC in probably_quit (bug#58042)
Gerd Möllmann
2022-10-05
Merge branch 'master' into feature/tree-sitter
Yuan Fu
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
[next]