aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* (Qdeclare, Vmacro_declaration_function): New variables.Gerd Moellmann2002-03-241-1/+48
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-2/+2
* (Fsignal): Remove duplicated declaration of the variablePavel Janík2002-02-021-1/+0
* (max_specpdl_size, max_lisp_eval_depth): Define as int,Andreas Schwab2002-01-011-2/+2
* Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' andPavel Janík2001-12-221-51/+4
* Undo last change. Consistency doesn't seem to be desired.Stefan Monnier2001-12-061-16/+16
* Use standard syntax for usage in docstrings.Stefan Monnier2001-12-051-16/+16
* Use AREF and ASIZE.Stefan Monnier2001-11-261-12/+17
* (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.Stefan Monnier2001-11-161-11/+12
* (syms_of_eval): Doc fix.Richard M. Stallman2001-11-141-2/+3
* (Fif): Reindent.Pavel Janík2001-11-131-2/+2
* (top_level_value, top_level_set): Remove commented and #ifdef'd-out code.Pavel Janík2001-11-041-41/+1
* (debugger_may_continue, Vdebug_ignored_errors, call_debugger,Pavel Janík2001-11-021-7/+7
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-12/+12
* (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.Richard M. Stallman2001-11-011-8/+8
* (Fcommandp): Doc fix.Pavel Janík2001-10-311-344/+348
* (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure)Miles Bader2001-10-211-26/+52
* Clarify previous change.Richard M. Stallman2001-10-191-2/+2
* (syms_of_eval): Doc fixes.Richard M. Stallman2001-10-191-1/+5
* (Fdefvaralias): New function.Gerd Moellmann2001-10-051-12/+37
* (specbind): Additionally record the buffer that wasGerd Moellmann2001-07-051-9/+13
* (specbind): If SYMBOL has a frame-local binding, recordGerd Moellmann2001-07-031-28/+36
* (call_debugger): Don't bind inhibit-eval-during-redisplay.Gerd Moellmann2001-05-181-0/+4
* (Fdefvar): Only record (defvar <var>) in the load-historyStefan Monnier2001-05-141-11/+18
* (call_debugger): Bind `inhibit-redisplay' to nil, andGerd Moellmann2001-03-281-0/+2
* (specbind): Call store_symval_forwarding with BUF null.Gerd Moellmann2001-03-151-5/+5
* (syms_of_eval) <debug-on-error>: DOc fix.Dave Love2001-03-081-1/+2
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-211-5/+5
* (interactive_p): New function.Gerd Moellmann2001-01-311-9/+29
* (specbind): If binding a per-buffer variable whichGerd Moellmann2001-01-181-0/+15
* *** empty log message ***Stefan Monnier2000-11-291-1/+1
* (Fsignal): Reset handling_signal.Gerd Moellmann2000-11-291-1/+1
* (skip_debugger): Prevent a compiler warning.Gerd Moellmann2000-10-191-6/+7
* (error): Prevent compiler warning.Gerd Moellmann2000-10-021-0/+1
* (Fmacroexpand): Doc fix.Gerd Moellmann2000-08-211-1/+1
* (Fdefvar): Doc fix.Dave Love2000-08-171-1/+2
* (error): Use xfree instead of free.Gerd Moellmann2000-08-051-1/+1
* (internal_condition_case_2): New function.Gerd Moellmann2000-07-141-0/+44
* (Fsignal): Handle case that backtrace_list is null.Gerd Moellmann2000-07-071-4/+9
* (handling_signal): New variable.Gerd Moellmann2000-07-051-29/+46
* (Vsignaling_function): New variable.Gerd Moellmann2000-07-051-0/+17
* (internal_condition_case): Comment out abort ifAndrew Innes2000-07-051-0/+4
* (Feval): Put check for interrupt_input_block in #if 0.Gerd Moellmann2000-07-051-0/+4
* (Fsignal): If lisp_eval_depth or spepdl_size are nearGerd Moellmann2000-05-021-0/+7
* (call_debugger): Cancel busy-cursor.Gerd Moellmann2000-03-291-0/+5
* * eval.c (Fautoload): Add entry in load-history (if after dump).Stefan Monnier2000-03-241-0/+5
* (find_handler_clause): Use PROTOTYPES.Dave Love2000-03-081-1/+1
* (Fsignal): Call cancel_busy_cursor instead ofGerd Moellmann2000-02-251-1/+1
* (specbind): Remove references toGerd Moellmann2000-02-231-2/+0
* (funcall_lambda): Don't bind Qmocklisp_arguments unlessGerd Moellmann2000-02-201-53/+87