aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-02-21Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann1-5/+5
2001-01-31(interactive_p): New function.Gerd Moellmann1-9/+29
2001-01-18(specbind): If binding a per-buffer variable whichGerd Moellmann1-0/+15
2000-11-29*** empty log message ***Stefan Monnier1-1/+1
2000-11-29(Fsignal): Reset handling_signal.Gerd Moellmann1-1/+1
2000-10-19(skip_debugger): Prevent a compiler warning.Gerd Moellmann1-6/+7
2000-10-02(error): Prevent compiler warning.Gerd Moellmann1-0/+1
2000-08-21(Fmacroexpand): Doc fix.Gerd Moellmann1-1/+1
2000-08-17(Fdefvar): Doc fix.Dave Love1-1/+2
2000-08-05(error): Use xfree instead of free.Gerd Moellmann1-1/+1
2000-07-14(internal_condition_case_2): New function.Gerd Moellmann1-0/+44
2000-07-07(Fsignal): Handle case that backtrace_list is null.Gerd Moellmann1-4/+9
2000-07-05(handling_signal): New variable.Gerd Moellmann1-29/+46
2000-07-05(Vsignaling_function): New variable.Gerd Moellmann1-0/+17
2000-07-05(internal_condition_case): Comment out abort ifAndrew Innes1-0/+4
2000-07-05(Feval): Put check for interrupt_input_block in #if 0.Gerd Moellmann1-0/+4
2000-05-02(Fsignal): If lisp_eval_depth or spepdl_size are nearGerd Moellmann1-0/+7
2000-03-29(call_debugger): Cancel busy-cursor.Gerd Moellmann1-0/+5
2000-03-24* eval.c (Fautoload): Add entry in load-history (if after dump).Stefan Monnier1-0/+5
2000-03-08(find_handler_clause): Use PROTOTYPES.Dave Love1-1/+1
2000-02-25(Fsignal): Call cancel_busy_cursor instead ofGerd Moellmann1-1/+1
2000-02-23(specbind): Remove references toGerd Moellmann1-2/+0
2000-02-20(funcall_lambda): Don't bind Qmocklisp_arguments unlessGerd Moellmann1-53/+87
2000-02-15(specbind): For buffer-local value, record the current buffer also.Richard M. Stallman1-6/+12
2000-02-01Fix various doc strings not to duplicate information fromDave Love1-19/+21
2000-01-11(specbind): Record buffer-local variables specially,Richard M. Stallman1-5/+38
2000-01-06(Fuser_variable_p): Check customizability too.Dave Love1-2/+9
1999-12-29(syms_of_eval): Initialize debug_may_continue.Gerd Moellmann1-0/+1
1999-12-19(debugger_may_continue): New variable.Gerd Moellmann1-1/+15
1999-12-08(call_debugger): When entering the debugger while redisplaying,Gerd Moellmann1-8/+21
1999-11-05(struct catchtag): Add member byte_stack.Gerd Moellmann1-0/+6
1999-11-02(init_eval): Conditionalize declaration of gcpro_level.Dave Love1-0/+2
1999-11-01[DEBUG_GCPRO] (gcpro_level): New variable.Richard M. Stallman1-0/+12
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-5/+1
1999-09-20(Fsignal): Remove unused variables.Gerd Moellmann1-4/+1
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-41/+41
1999-08-17(Fsignal): Don't reset redisplaying_p here.Gerd Moellmann1-2/+0
1999-08-14(run_hook_list_with_args): Gcpro `globals'.Karl Heuer1-6/+8
1999-07-21(Fsignal): Reset redisplaying_p to zero.Gerd Moellmann1-1/+13
1999-04-09(do_autoload): Preserve match data.Richard M. Stallman1-3/+6
1999-03-03(Fdefconst): Doc fix.Andreas Schwab1-1/+1
1999-02-23(Fdefconst): Doc fix.Karl Heuer1-9/+2
1999-01-25(Fsignal): Move comment to avoid confusing make-docfile.Andreas Schwab1-2/+2
1999-01-11(find_handler_clause): If SIG is nil (memory full error),Richard M. Stallman1-4/+13
1998-10-30(Fsignal): Use a separate format string when passingAndreas Schwab1-1/+1
1998-09-07(error): After enlarging buffer, write to it, not to buf.Karl Heuer1-2/+2
1998-04-30(find_handler_clause): Cast Fbacktrace to proper type.Richard M. Stallman1-1/+10
1998-04-22(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.Richard M. Stallman1-2/+0
1998-04-17(Fcatch): Doc fix.Richard M. Stallman1-1/+3
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+9