| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | * src/eval.c (clobbered_eassert): Check E's syntax. | Paul Eggert | 2016-11-29 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | Prevent dubious argument lists | Philipp Stephani | 2016-11-18 | 1 | -3/+15 | |
| * | | | | | | | | | | | | | | | | | Improve autoload error reporting | Alexander Gramiak | 2016-11-04 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | Fix crash in evaluating functions | Philipp Stephani | 2016-10-13 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | New user option 'debugger-stack-frame-as-list' | Vasilij Schneidermann | 2016-09-30 | 1 | -2/+10 | |
| * | | | | | | | | | | | | | | | | | Avoid aborts in GC due to abort_on_gc | Eli Zaretskii | 2016-09-14 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | 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 | |