aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
1997-11-28(do_autoload): Return void.Andreas Schwab1-0/+1
1997-11-21(record_unwind_protect): Protoize parameter.Andreas Schwab1-1/+1
1997-08-26(Feval): Handle a subr which takes 8 arguments.Kenichi Handa1-2/+15
1997-08-09(do_autoload): Require a suffix for the file.Richard M. Stallman1-1/+1
1997-08-04(do_autoload): Pass new arg to Fload.Richard M. Stallman1-1/+1
1997-07-23(syms_of_eval): Doc fix.Richard M. Stallman1-2/+4
1997-07-05(Fsignal, find_handler_clause): If ERROR_SYMBOLRichard M. Stallman1-9/+32
1997-05-29(Fsignal): Use call2 to call Vsignal_hook_function.Richard M. Stallman1-1/+1
1997-05-19(num_nonmacro_input_events):Richard M. Stallman1-5/+5
1997-04-01(Fuser_variable_p): If not a symbol, return nil.Richard M. Stallman1-0/+3
1997-02-22(init_eval_once): Increase max_lisp_eval_depth to 300.Karl Heuer1-1/+1
1997-01-25(unbind_to, specbind): Use set_internal.Richard M. Stallman1-2/+2
1997-01-20(Fsignal): Call fatal if no error handlers and no catch.Richard M. Stallman1-1/+9
1996-10-31Reorganize function definitions so etags finds them.Erik Naggum1-8/+6
1996-10-14(Vdebug_on_signal): Renamed from Vdebug_force.Richard M. Stallman1-5/+5
1996-09-27(Vdebug_force): New variable.Richard M. Stallman1-4/+38
1996-09-23(syms_of_eval): Initialize Vrun_hooks here.Richard M. Stallman1-3/+5
1996-09-04(Fmacroexpand): Don't declare `form' as register.Richard M. Stallman1-1/+1
1996-09-04(Fmacroexpand): gcpro form while calling do_autoload.Richard M. Stallman1-0/+10
1996-05-21(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed fromRichard M. Stallman1-1/+1
1996-02-20(init_eval_once): Initialize specpdl_ptr.Karl Heuer1-0/+1
1996-01-18(run_hook_with_args): Do nothing if Vrun_hooks is nil.Richard M. Stallman1-0/+17
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments withErik Naggum1-11/+11
1996-01-04(syms_of_eval): Doc fix for inhibit-quit.Karl Heuer1-3/+3
1995-12-21(skip_debugger): New function.Karl Heuer1-4/+57
1995-11-10(run-hook-with-args, run-hook-list-with-args): SafeguardRichard M. Stallman1-2/+8