summaryrefslogtreecommitdiff
path: root/src/eval.c
AgeCommit message (Expand)Author
2001-12-06Undo last change. Consistency doesn't seem to be desired.Stefan Monnier
2001-12-05Use standard syntax for usage in docstrings.Stefan Monnier
2001-11-26Use AREF and ASIZE.Stefan Monnier
2001-11-16(max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.Stefan Monnier
2001-11-14(syms_of_eval): Doc fix.Richard M. Stallman
2001-11-13(Fif): Reindent.Pavel Janík
2001-11-04(top_level_value, top_level_set): Remove commented and #ifdef'd-out code.Pavel Janík
2001-11-02(debugger_may_continue, Vdebug_ignored_errors, call_debugger,Pavel Janík
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-11-01(Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.Richard M. Stallman
2001-10-31(Fcommandp): Doc fix.Pavel Janík
2001-10-21(Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure)Miles Bader
2001-10-19Clarify previous change.Richard M. Stallman
2001-10-19(syms_of_eval): Doc fixes.Richard M. Stallman
2001-10-05(Fdefvaralias): New function.Gerd Moellmann
2001-07-05(specbind): Additionally record the buffer that wasGerd Moellmann
2001-07-03(specbind): If SYMBOL has a frame-local binding, recordGerd Moellmann
2001-05-18(call_debugger): Don't bind inhibit-eval-during-redisplay.Gerd Moellmann
2001-05-14(Fdefvar): Only record (defvar <var>) in the load-historyStefan Monnier
2001-03-28(call_debugger): Bind `inhibit-redisplay' to nil, andGerd Moellmann
2001-03-15(specbind): Call store_symval_forwarding with BUF null.Gerd Moellmann
2001-03-08(syms_of_eval) <debug-on-error>: DOc fix.Dave Love
2001-02-21Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann
2001-01-31(interactive_p): New function.Gerd Moellmann
2001-01-18(specbind): If binding a per-buffer variable whichGerd Moellmann
2000-11-29*** empty log message ***Stefan Monnier
2000-11-29(Fsignal): Reset handling_signal.Gerd Moellmann
2000-10-19(skip_debugger): Prevent a compiler warning.Gerd Moellmann
2000-10-02(error): Prevent compiler warning.Gerd Moellmann
2000-08-21(Fmacroexpand): Doc fix.Gerd Moellmann
2000-08-17(Fdefvar): Doc fix.Dave Love
2000-08-05(error): Use xfree instead of free.Gerd Moellmann
2000-07-14(internal_condition_case_2): New function.Gerd Moellmann
2000-07-07(Fsignal): Handle case that backtrace_list is null.Gerd Moellmann
2000-07-05(handling_signal): New variable.Gerd Moellmann
2000-07-05(Vsignaling_function): New variable.Gerd Moellmann
2000-07-05(internal_condition_case): Comment out abort ifAndrew Innes
2000-07-05(Feval): Put check for interrupt_input_block in #if 0.Gerd Moellmann
2000-05-02(Fsignal): If lisp_eval_depth or spepdl_size are nearGerd Moellmann
2000-03-29(call_debugger): Cancel busy-cursor.Gerd Moellmann
2000-03-24* eval.c (Fautoload): Add entry in load-history (if after dump).Stefan Monnier
2000-03-08(find_handler_clause): Use PROTOTYPES.Dave Love
2000-02-25(Fsignal): Call cancel_busy_cursor instead ofGerd Moellmann
2000-02-23(specbind): Remove references toGerd Moellmann
2000-02-20(funcall_lambda): Don't bind Qmocklisp_arguments unlessGerd Moellmann
2000-02-15(specbind): For buffer-local value, record the current buffer also.Richard M. Stallman
2000-02-01Fix various doc strings not to duplicate information fromDave Love
2000-01-11(specbind): Record buffer-local variables specially,Richard M. Stallman
2000-01-06(Fuser_variable_p): Check customizability too.Dave Love
1999-12-29(syms_of_eval): Initialize debug_may_continue.Gerd Moellmann