index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove interpreter’s byte stack
...
Paul Eggert
2016-08-09
1
-3
/
+0
*
Tune interpretation of integer arglist descriptor
...
Paul Eggert
2016-08-07
1
-5
/
+5
*
Fix debugging of string-match-p errors
...
Noam Postavsky
2016-08-07
1
-0
/
+5
*
‘signal’ no longer returns
...
Paul Eggert
2016-07-25
1
-13
/
+24
*
Support macros in 'func-arity'
...
Paul Pogonyshev
2016-04-02
1
-0
/
+3
*
func-arity minor improvements
...
Paul Eggert
2016-03-26
1
-11
/
+11
*
Implement 'func-arity'
...
Paul Pogonyshev
2016-03-26
1
-0
/
+111
*
Merge from origin/emacs-25
...
John Wiegley
2016-03-11
1
-4
/
+4
|
\
|
*
Rework C source files to avoid ^(
...
Paul Eggert
2016-03-10
1
-4
/
+4
*
|
Fix merge conflicts in network-stream-tests.el
Lars Ingebrigtsen
2016-02-22
1
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
Doc fixes and refactorings based on comments from Eli Zaretskii
...
Lars Ingebrigtsen
2016-02-03
1
-4
/
+11
*
|
Avoid crashes in semi-malformed 'condition-case'
...
Eli Zaretskii
2016-02-15
1
-1
/
+1
|
/
*
Update copyright year to 2016
...
Paul Eggert
2016-01-01
1
-1
/
+1
*
Propagate Bug#14412 fix to backtrace_eval_unrewind
...
Paul Eggert
2015-12-26
1
-12
/
+9
*
Avoid assertion violation in unbind_to
...
Eli Zaretskii
2015-12-26
1
-4
/
+8
*
Signal an error when `setq' has an odd number of arguments. Fixes bug#20241.
...
Alan Mackenzie
2015-11-23
1
-0
/
+5
*
Simplify push_handler and profile its malloc
...
Paul Eggert
2015-11-19
1
-85
/
+62
*
Omit ‘const’ on locals
...
Paul Eggert
2015-11-19
1
-7
/
+10
*
Fix minor module problems found by static checking
...
Paul Eggert
2015-11-19
1
-1
/
+1
*
Add catch-all & no-signal version of PUSH_HANDLER
...
Philipp Stephani
2015-11-18
1
-1
/
+52
*
eval_sub followed dangling pointer when debugging
...
Paul Eggert
2015-11-16
1
-15
/
+22
*
Do more checks on bytecode objects (Bug#21929)
...
Andreas Schwab
2015-11-17
1
-10
/
+19
*
Omit unnecessary \ before paren in C docstrings
...
Paul Eggert
2015-09-16
1
-3
/
+3
*
Add -Wswitch to --enable-gcc-warnings
...
Paul Eggert
2015-09-16
1
-0
/
+35
*
Docstring fixes re quotes in C code
...
Paul Eggert
2015-09-01
1
-3
/
+3
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
...
Paul Eggert
2015-08-26
1
-112
/
+10
*
Better heuristic for C stack overflow
...
Paul Eggert
2015-07-16
1
-0
/
+6
*
Clear gcprolist etc. after stack overflow
...
Paul Eggert
2015-07-14
1
-0
/
+2
*
Remove unused DEFSYMs
...
Paul Eggert
2015-05-31
1
-1
/
+0
*
Refactor low-level printing for simplicity
...
Paul Eggert
2015-04-19
1
-5
/
+5
*
* src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800
...
Eli Zaretskii
2015-04-08
1
-1
/
+1
*
Add (:documentation <form>) for dynamically-generated docstrings
...
Stefan Monnier
2015-02-05
1
-4
/
+18
*
Count MANY function args more reliably
...
Paul Eggert
2015-01-25
1
-12
/
+9
*
Better isolate code that assumes NIL_IS_ZERO
...
Paul Eggert
2015-01-21
1
-3
/
+4
*
Prefer memset to repeatedly assigning Qnil
...
Paul Eggert
2015-01-19
1
-6
/
+5
*
Support const and noreturn DEFUN attributes.
...
Dmitry Antipov
2015-01-13
1
-1
/
+2
*
Compute C decls for DEFSYMs automatically
...
Paul Eggert
2015-01-05
1
-22
/
+16
*
Update copyright year to 2015
...
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24
Stefan Monnier
2014-12-05
1
-4
/
+2
|
\
|
*
* src/eval.c (Fsignal): Remove duplicate test.
...
Lee Duhem
2014-12-04
1
-4
/
+2
*
|
* src/eval.c (backtrace_eval_unrewind): Rewind also the excursions.
...
Stefan Monnier
2014-12-04
1
-29
/
+33
*
|
Merge from emacs-24
Stefan Monnier
2014-09-22
1
-32
/
+28
|
\
|
|
*
Always use matched specpdl entry to record call arguments (Bug#18473).
...
Dmitry Antipov
2014-09-16
1
-32
/
+28
*
|
Remove redundant GCPROs around Ffuncall and Fapply calls. This
...
Dmitry Antipov
2014-09-11
1
-107
/
+21
*
|
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
...
Paul Eggert
2014-09-07
1
-4
/
+8
*
|
Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ru
Glenn Morris
2014-09-02
1
-1
/
+1
|
\
|
|
*
* eval.c (internal_lisp_condition_case): Don't overrun the stack
...
Paul Eggert
2014-09-01
1
-1
/
+1
*
|
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
...
Martin Rudalics
2014-07-27
1
-4
/
+2
*
|
* eval.c (toplevel): Remove redundant #include directives.
...
Dmitry Antipov
2014-06-17
1
-5
/
+0
|
/
*
* eval.c (call_debugger): When exiting the debugger, do not allow
...
Dmitry Antipov
2014-02-10
1
-2
/
+6
[next]