| Commit message (Expand) | Author | Files | Lines |
| 2002-05-28 | (syms_of_eval): Doc fix. | Richard M. Stallman | 1 | -3/+8 |
| 2002-05-20 | * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of | Ken Raeburn | 1 | -2/+2 |
| 2002-05-15 | (Fcommandp): Doc fix. | Eli Zaretskii | 1 | -1/+1 |
| 2002-04-30 | Comment change. | Richard M. Stallman | 1 | -0/+2 |
| 2002-04-30 | (do_autoload): Error if called while preparing to dump. | Richard M. Stallman | 1 | -0/+4 |
| 2002-04-28 | (Fcommandp): New arg for_call_interactively. | Richard M. Stallman | 1 | -5/+8 |
| 2002-03-24 | (Qdeclare, Vmacro_declaration_function): New variables. | Gerd Moellmann | 1 | -1/+48 |
| 2002-03-04 | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 1 | -2/+2 |
| 2002-02-02 | (Fsignal): Remove duplicated declaration of the variable | Pavel Janík | 1 | -1/+0 |
| 2002-01-01 | (max_specpdl_size, max_lisp_eval_depth): Define as int, | Andreas Schwab | 1 | -2/+2 |
| 2001-12-22 | Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' and | Pavel Janík | 1 | -51/+4 |
| 2001-12-06 | Undo last change. Consistency doesn't seem to be desired. | Stefan Monnier | 1 | -16/+16 |
| 2001-12-05 | Use standard syntax for usage in docstrings. | Stefan Monnier | 1 | -16/+16 |
| 2001-11-26 | Use AREF and ASIZE. | Stefan Monnier | 1 | -12/+17 |
| 2001-11-16 | (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT. | Stefan Monnier | 1 | -11/+12 |
| 2001-11-14 | (syms_of_eval): Doc fix. | Richard M. Stallman | 1 | -2/+3 |
| 2001-11-13 | (Fif): Reindent. | Pavel Janík | 1 | -2/+2 |
| 2001-11-04 | (top_level_value, top_level_set): Remove commented and #ifdef'd-out code. | Pavel Janík | 1 | -41/+1 |
| 2001-11-02 | (debugger_may_continue, Vdebug_ignored_errors, call_debugger, | Pavel Janík | 1 | -7/+7 |
| 2001-11-02 | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 1 | -12/+12 |
| 2001-11-01 | (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix. | Richard M. Stallman | 1 | -8/+8 |
| 2001-10-31 | (Fcommandp): Doc fix. | Pavel Janík | 1 | -344/+348 |
| 2001-10-21 | (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure) | Miles Bader | 1 | -26/+52 |
| 2001-10-19 | Clarify previous change. | Richard M. Stallman | 1 | -2/+2 |
| 2001-10-19 | (syms_of_eval): Doc fixes. | Richard M. Stallman | 1 | -1/+5 |
| 2001-10-05 | (Fdefvaralias): New function. | Gerd Moellmann | 1 | -12/+37 |
| 2001-07-05 | (specbind): Additionally record the buffer that was | Gerd Moellmann | 1 | -9/+13 |
| 2001-07-03 | (specbind): If SYMBOL has a frame-local binding, record | Gerd Moellmann | 1 | -28/+36 |
| 2001-05-18 | (call_debugger): Don't bind inhibit-eval-during-redisplay. | Gerd Moellmann | 1 | -0/+4 |
| 2001-05-14 | (Fdefvar): Only record (defvar <var>) in the load-history | Stefan Monnier | 1 | -11/+18 |
| 2001-03-28 | (call_debugger): Bind `inhibit-redisplay' to nil, and | Gerd Moellmann | 1 | -0/+2 |
| 2001-03-15 | (specbind): Call store_symval_forwarding with BUF null. | Gerd Moellmann | 1 | -5/+5 |
| 2001-03-08 | (syms_of_eval) <debug-on-error>: DOc fix. | Dave Love | 1 | -1/+2 |
| 2001-02-21 | Use display_hourglass_p, start_hourglass, cancel_hourglass instead of | Gerd Moellmann | 1 | -5/+5 |
| 2001-01-31 | (interactive_p): New function. | Gerd Moellmann | 1 | -9/+29 |
| 2001-01-18 | (specbind): If binding a per-buffer variable which | Gerd Moellmann | 1 | -0/+15 |
| 2000-11-29 | *** empty log message *** | Stefan Monnier | 1 | -1/+1 |
| 2000-11-29 | (Fsignal): Reset handling_signal. | Gerd Moellmann | 1 | -1/+1 |
| 2000-10-19 | (skip_debugger): Prevent a compiler warning. | Gerd Moellmann | 1 | -6/+7 |
| 2000-10-02 | (error): Prevent compiler warning. | Gerd Moellmann | 1 | -0/+1 |
| 2000-08-21 | (Fmacroexpand): Doc fix. | Gerd Moellmann | 1 | -1/+1 |
| 2000-08-17 | (Fdefvar): Doc fix. | Dave Love | 1 | -1/+2 |
| 2000-08-05 | (error): Use xfree instead of free. | Gerd Moellmann | 1 | -1/+1 |
| 2000-07-14 | (internal_condition_case_2): New function. | Gerd Moellmann | 1 | -0/+44 |
| 2000-07-07 | (Fsignal): Handle case that backtrace_list is null. | Gerd Moellmann | 1 | -4/+9 |
| 2000-07-05 | (handling_signal): New variable. | Gerd Moellmann | 1 | -29/+46 |
| 2000-07-05 | (Vsignaling_function): New variable. | Gerd Moellmann | 1 | -0/+17 |
| 2000-07-05 | (internal_condition_case): Comment out abort if | Andrew Innes | 1 | -0/+4 |
| 2000-07-05 | (Feval): Put check for interrupt_input_block in #if 0. | Gerd Moellmann | 1 | -0/+4 |
| 2000-05-02 | (Fsignal): If lisp_eval_depth or spepdl_size are near | Gerd Moellmann | 1 | -0/+7 |