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
*
Avoid crashes in malformed defvar
Eli Zaretskii
2018-08-28
1
-1
/
+1
*
Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)
Gemini Lasswell
2018-06-30
1
-2
/
+6
*
Avoid memory corruption with specpdl overflow + edebug (Bug#30481)
Noam Postavsky
2018-02-16
1
-1
/
+4
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-1
/
+1
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-29
/
+30
*
Fix docstring style for 'functionp'
Radon Rosborough
2017-10-11
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-10-01
1
-1
/
+1
*
Avoid GCC 7 compilation warning in eval.c
Eli Zaretskii
2017-09-17
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Improve --enable-gcc-warnings for MinGW64
Paul Eggert
2017-09-09
1
-1
/
+10
*
Fix compilation warnings in MinGW64 build using GCC 7
Eli Zaretskii
2017-09-09
1
-1
/
+1
*
Implement EXCL of write-region for Tramp
Michael Albinus
2017-08-12
1
-0
/
+11
*
Fix some crashes on self-modifying Elisp code
Paul Eggert
2017-08-06
1
-61
/
+67
*
Improve stack-overflow heuristic on GNU/Linux
Paul Eggert
2017-07-14
1
-8
/
+1
*
Fix undefined behavior in mapbacktrace
Philipp Stephani
2017-06-05
1
-1
/
+5
*
Support quitting in modules
Philipp Stephani
2017-06-04
1
-1
/
+4
*
Rework printing of module functions
Philipp Stephani
2017-06-04
1
-1
/
+1
*
Reimplement module functions
Philipp Stephani
2017-05-20
1
-4
/
+13
*
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-05-16
1
-12
/
+8
*
Pacify GCC setjmp/longjmp warning
Paul Eggert
2017-05-06
1
-4
/
+5
*
Check list object type if --enable-gcc-warnings
Paul Eggert
2017-05-02
1
-52
/
+53
*
Add PVSIZE function to return the size of a pseudovector.
Lars Brinkhoff
2017-04-10
1
-5
/
+4
*
Revert "Replace ldefs-boot with a much smaller file"
Phillip Lord
2017-03-07
1
-22
/
+0
*
Remove a few unused C functions
Paul Eggert
2017-02-26
1
-12
/
+0
*
Revamp quitting and fix infloops
Paul Eggert
2017-02-01
1
-0
/
+13
*
Remove immediate_quit.
Paul Eggert
2017-02-01
1
-2
/
+0
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-10
/
+10
*
A quicker check for quit
Paul Eggert
2017-01-25
1
-1
/
+10
*
Improve uses of CHECK_LIST etc.
Paul Eggert
2017-01-22
1
-6
/
+3
*
Check that variable lists are actually lists
Philipp Stephani
2017-01-19
1
-0
/
+2
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292.
Alan Mackenzie
2016-12-30
1
-4
/
+5
|
*
Fix crash in evaluating functions
Philipp Stephani
2016-10-13
1
-2
/
+4
|
*
Fix debugging of string-match-p errors
Noam Postavsky
2016-09-23
1
-0
/
+5
*
|
Clarify internal_catch etc.
Paul Eggert
2016-12-31
1
-48
/
+43
*
|
Simplify code in eval.c that calls 'setjmp'
Chris Gregory
2016-12-31
1
-43
/
+48
*
|
Remove an ambiguity from defvar's doc string. Fixes bug #25292.
Alan Mackenzie
2016-12-29
1
-4
/
+5
*
|
Simplify prog1 implementation
Paul Eggert
2016-12-27
1
-15
/
+6
*
|
Remove interpreter’s byte stack
Paul Eggert
2016-12-23
1
-3
/
+0
*
|
* src/data.c (Fmake_variable_frame_local): Remove
Stefan Monnier
2016-12-21
1
-2
/
+0
*
|
Replace ldefs-boot with a much smaller file
Phillip Lord
2016-12-13
1
-0
/
+22
*
|
Clean up var watcher disabling on thread switching
Noam Postavsky
2016-12-12
1
-33
/
+18
*
|
Move backtrace to ELisp using a new mapbacktrace primitive
Clément Pit--Claudel
2016-12-12
1
-88
/
+69
*
|
Support concurrency in Emacs Lisp
Eli Zaretskii
2016-12-10
1
-79
/
+189
|
\
\
|
*
|
Fix subtle errors with let-binding of localized variables
Eli Zaretskii
2016-12-09
1
-16
/
+14
|
*
|
Fix compilation problems.
Eli Zaretskii
2016-12-05
1
-5
/
+5
|
*
|
Fix merged code in process.c and eval.c.
Eli Zaretskii
2016-12-05
1
-6
/
+25
|
*
|
Merge branch 'concurrency'
Eli Zaretskii
2016-12-04
1
-78
/
+171
|
|
\
\
[next]