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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Improve documentation of signaling errors in batch mode
Eli Zaretskii
2023-11-09
1
-0
/
+4
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
1
-18
/
+25
|
\
|
*
; Fix typos (prefer US spelling)
Stefan Kangas
2022-11-18
1
-2
/
+2
|
*
itree.c: Make the iterator reentrant (bug#59183)
Stefan Monnier
2022-11-17
1
-1
/
+0
|
*
Fix the subr-arity returned by native compiled functions with lots of args
Alan Mackenzie
2022-10-29
1
-7
/
+8
|
*
Merge remote-tracking branch 'origin/feature/noverlay'
Stefan Monnier
2022-10-28
1
-0
/
+1
|
|
\
|
|
*
Rename itree iterators with itree_iterator prefix
Matt Armstrong
2022-10-17
1
-1
/
+1
|
|
*
itree: Try and detect non-local exits during itree iterations
Stefan Monnier
2022-10-07
1
-0
/
+1
|
*
|
cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695
Stefan Monnier
2022-10-28
1
-12
/
+9
|
*
|
(Ffunction): Make interpreted closures safe for space
Stefan Monnier
2022-10-25
1
-9
/
+18
*
|
|
Merge branch 'master' into feature/tree-sitter
Yuan Fu
2022-10-06
1
-0
/
+2
|
\
|
|
|
*
|
Inhibit GC in probably_quit (bug#58042)
Gerd Möllmann
2022-10-06
1
-0
/
+2
|
|
/
*
|
Merge branch 'master' into feature/tree-sitter
Yuan Fu
2022-10-05
1
-59
/
+6
|
\
|
|
*
Abolish max-specpdl-size (bug#57911)
Mattias Engdegård
2022-09-19
1
-54
/
+6
|
*
Raise default max-specpdl-size and max-lisp-eval-depth
Mattias Engdegård
2022-09-14
1
-7
/
+2
*
|
Merge remote-tracking branch 'origin/master' into feature/tree-sitter
Yuan Fu
2022-08-29
1
-10
/
+76
|
\
|
|
*
New debugging facility: backtraces from errors in Lisp called from redisplay
Alan Mackenzie
2022-08-11
1
-1
/
+58
|
*
* src/eval.c (Fdefvaralias): Clarify error messages. (Bug#56863)
Eli Zaretskii
2022-08-01
1
-4
/
+8
|
*
Make warning about require/autoload while bootstrapping not error out
Lars Ingebrigtsen
2022-06-24
1
-2
/
+7
|
*
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-16
1
-3
/
+3
*
|
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-06-14
1
-30
/
+76
|
\
|
|
*
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-3
/
+3
|
*
Fix two crashes when a display connection is lost
Po Lu
2022-06-07
1
-0
/
+10
|
*
eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)
Stefan Monnier
2022-05-26
1
-25
/
+53
|
*
Improve Finternal__define_uninitialized_variable erroring
Lars Ingebrigtsen
2022-05-17
1
-1
/
+3
|
*
Add OVERRIDES argument to prin1/prin1-to-string
Lars Ingebrigtsen
2022-05-15
1
-1
/
+1
|
*
functionp doc improvement
Paul Eggert
2022-05-11
1
-3
/
+5
|
*
* src/eval.c (Ffunctionp): Clarify "function" in doc string.
Paul Eggert
2022-05-10
1
-1
/
+5
*
|
; Merge from master.
Yuan Fu
2022-05-07
1
-232
/
+102
|
\
|
|
*
New generic function `oclosure-interactive-form`
Stefan Monnier
2022-04-26
1
-29
/
+65
|
*
Port struct Lisp_Subr to C99
Paul Eggert
2022-04-18
1
-1
/
+1
|
*
Add a new command `restart-emacs'
Lars Ingebrigtsen
2022-04-17
1
-1
/
+1
|
*
Inline call0..8
Mattias Engdegård
2022-04-04
1
-70
/
+0
|
*
Add optional GC marking function to specpdl unwind_ptr record
Mattias Engdegård
2022-04-04
1
-0
/
+20
|
*
Add OClosures, a cross between functions and structs
Stefan Monnier
2022-03-28
1
-0
/
+4
|
*
Remove internal_condition_case_[345]
Paul Eggert
2022-03-19
1
-84
/
+0
|
*
Separate bytecode stack
Mattias Engdegård
2022-03-13
1
-0
/
+2
|
*
Simplify exec_byte_code arguments
Mattias Engdegård
2022-03-13
1
-4
/
+1
|
*
; * src/eval.c: (grow_specpdl): Remove another redundant declaration
Mattias Engdegård
2022-03-12
1
-2
/
+0
|
*
Maintain end of specpdl instead of size
Mattias Engdegård
2022-03-12
1
-7
/
+8
|
*
Inline record_in_backtrace
Mattias Engdegård
2022-03-12
1
-35
/
+1
*
|
Add tree-sitter intergration
Yuan Fu
2022-05-07
1
-0
/
+13
|
/
*
(specpdl_unrewind): Fix corner case
Stefan Monnier
2022-02-19
1
-67
/
+16
*
Fix or remove outdated comments
Mattias Engdegård
2022-02-17
1
-12
/
+8
*
* src/eval.c (specpdl_unrewind): Remove empty statement.
Andreas Schwab
2022-02-13
1
-1
/
+1
*
Avoid a compilation warning in eval.c
Lars Ingebrigtsen
2022-02-13
1
-1
/
+1
*
Rewrite thread context switch code (bug#48990)
Stefan Monnier
2022-02-12
1
-60
/
+29
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-43
/
+46
[next]