| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | * eval.c (call_debugger): Grow specpdl if the debugger was | Dmitry Antipov | 2014-02-03 | 1 | -12/+19 | |
| * | | | | | | | | | | | | | | | * src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change. | Stefan Monnier | 2014-01-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | Spelling fixes. | Paul Eggert | 2013-12-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | * lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command. | Helmut Eller | 2013-12-02 | 1 | -0/+68 | |
| * | | | | | | | | | | | | | | | * src/eval.c (handlerlist_sentinel): New variable. | Stefan Monnier | 2013-11-05 | 1 | -2/+18 | |
| * | | | | | | | | | | | | | | | * src/eval.c (run_hook_with_args): Use FUNCTIONP. | Stefan Monnier | 2013-10-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Doc tweaks for cond | Glenn Morris | 2013-10-09 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | * eval.c (clobbered_eassert): New macro. | Paul Eggert | 2013-10-02 | 1 | -16/+23 | |