| Commit message (Expand) | Author | Age | Files | Lines |
* | (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT. | Stefan Monnier | 2001-11-16 | 1 | -11/+12 |
* | (syms_of_eval): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -2/+3 |
* | (Fif): Reindent. | Pavel Janík | 2001-11-13 | 1 | -2/+2 |
* | (top_level_value, top_level_set): Remove commented and #ifdef'd-out code. | Pavel Janík | 2001-11-04 | 1 | -41/+1 |
* | (debugger_may_continue, Vdebug_ignored_errors, call_debugger, | Pavel Janík | 2001-11-02 | 1 | -7/+7 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -12/+12 |
* | (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix. | Richard M. Stallman | 2001-11-01 | 1 | -8/+8 |
* | (Fcommandp): Doc fix. | Pavel Janík | 2001-10-31 | 1 | -344/+348 |
* | (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure) | Miles Bader | 2001-10-21 | 1 | -26/+52 |
* | Clarify previous change. | Richard M. Stallman | 2001-10-19 | 1 | -2/+2 |
* | (syms_of_eval): Doc fixes. | Richard M. Stallman | 2001-10-19 | 1 | -1/+5 |
* | (Fdefvaralias): New function. | Gerd Moellmann | 2001-10-05 | 1 | -12/+37 |
* | (specbind): Additionally record the buffer that was | Gerd Moellmann | 2001-07-05 | 1 | -9/+13 |
* | (specbind): If SYMBOL has a frame-local binding, record | Gerd Moellmann | 2001-07-03 | 1 | -28/+36 |
* | (call_debugger): Don't bind inhibit-eval-during-redisplay. | Gerd Moellmann | 2001-05-18 | 1 | -0/+4 |
* | (Fdefvar): Only record (defvar <var>) in the load-history | Stefan Monnier | 2001-05-14 | 1 | -11/+18 |
* | (call_debugger): Bind `inhibit-redisplay' to nil, and | Gerd Moellmann | 2001-03-28 | 1 | -0/+2 |
* | (specbind): Call store_symval_forwarding with BUF null. | Gerd Moellmann | 2001-03-15 | 1 | -5/+5 |
* | (syms_of_eval) <debug-on-error>: DOc fix. | Dave Love | 2001-03-08 | 1 | -1/+2 |
* | Use display_hourglass_p, start_hourglass, cancel_hourglass instead of | Gerd Moellmann | 2001-02-21 | 1 | -5/+5 |
* | (interactive_p): New function. | Gerd Moellmann | 2001-01-31 | 1 | -9/+29 |
* | (specbind): If binding a per-buffer variable which | Gerd Moellmann | 2001-01-18 | 1 | -0/+15 |
* | *** empty log message *** | Stefan Monnier | 2000-11-29 | 1 | -1/+1 |
* | (Fsignal): Reset handling_signal. | Gerd Moellmann | 2000-11-29 | 1 | -1/+1 |
* | (skip_debugger): Prevent a compiler warning. | Gerd Moellmann | 2000-10-19 | 1 | -6/+7 |
* | (error): Prevent compiler warning. | Gerd Moellmann | 2000-10-02 | 1 | -0/+1 |
* | (Fmacroexpand): Doc fix. | Gerd Moellmann | 2000-08-21 | 1 | -1/+1 |
* | (Fdefvar): Doc fix. | Dave Love | 2000-08-17 | 1 | -1/+2 |
* | (error): Use xfree instead of free. | Gerd Moellmann | 2000-08-05 | 1 | -1/+1 |
* | (internal_condition_case_2): New function. | Gerd Moellmann | 2000-07-14 | 1 | -0/+44 |
* | (Fsignal): Handle case that backtrace_list is null. | Gerd Moellmann | 2000-07-07 | 1 | -4/+9 |
* | (handling_signal): New variable. | Gerd Moellmann | 2000-07-05 | 1 | -29/+46 |
* | (Vsignaling_function): New variable. | Gerd Moellmann | 2000-07-05 | 1 | -0/+17 |
* | (internal_condition_case): Comment out abort if | Andrew Innes | 2000-07-05 | 1 | -0/+4 |
* | (Feval): Put check for interrupt_input_block in #if 0. | Gerd Moellmann | 2000-07-05 | 1 | -0/+4 |
* | (Fsignal): If lisp_eval_depth or spepdl_size are near | Gerd Moellmann | 2000-05-02 | 1 | -0/+7 |
* | (call_debugger): Cancel busy-cursor. | Gerd Moellmann | 2000-03-29 | 1 | -0/+5 |
* | * eval.c (Fautoload): Add entry in load-history (if after dump). | Stefan Monnier | 2000-03-24 | 1 | -0/+5 |
* | (find_handler_clause): Use PROTOTYPES. | Dave Love | 2000-03-08 | 1 | -1/+1 |
* | (Fsignal): Call cancel_busy_cursor instead of | Gerd Moellmann | 2000-02-25 | 1 | -1/+1 |
* | (specbind): Remove references to | Gerd Moellmann | 2000-02-23 | 1 | -2/+0 |
* | (funcall_lambda): Don't bind Qmocklisp_arguments unless | Gerd Moellmann | 2000-02-20 | 1 | -53/+87 |
* | (specbind): For buffer-local value, record the current buffer also. | Richard M. Stallman | 2000-02-15 | 1 | -6/+12 |
* | Fix various doc strings not to duplicate information from | Dave Love | 2000-02-01 | 1 | -19/+21 |
* | (specbind): Record buffer-local variables specially, | Richard M. Stallman | 2000-01-11 | 1 | -5/+38 |
* | (Fuser_variable_p): Check customizability too. | Dave Love | 2000-01-06 | 1 | -2/+9 |
* | (syms_of_eval): Initialize debug_may_continue. | Gerd Moellmann | 1999-12-29 | 1 | -0/+1 |
* | (debugger_may_continue): New variable. | Gerd Moellmann | 1999-12-19 | 1 | -1/+15 |
* | (call_debugger): When entering the debugger while redisplaying, | Gerd Moellmann | 1999-12-08 | 1 | -8/+21 |
* | (struct catchtag): Add member byte_stack. | Gerd Moellmann | 1999-11-05 | 1 | -0/+6 |