log src/eval.c @ 16895:32945f27ed20

age author description
Mon, 20 Jan 1997 02:21:33 +0000 Richard M. Stallman (Fsignal): Call fatal if no error handlers and no catch.
Thu, 31 Oct 1996 13:43:37 +0000 Erik Naggum Reorganize function definitions so etags finds them.
Mon, 14 Oct 1996 23:39:54 +0000 Richard M. Stallman (Vdebug_on_signal): Renamed from Vdebug_force.
Fri, 27 Sep 1996 20:39:38 +0000 Richard M. Stallman (Vdebug_force): New variable.
Mon, 23 Sep 1996 04:31:38 +0000 Richard M. Stallman (syms_of_eval): Initialize Vrun_hooks here.
Wed, 04 Sep 1996 05:42:28 +0000 Richard M. Stallman (Fmacroexpand): Don't declare `form' as register.
Wed, 04 Sep 1996 04:30:26 +0000 Richard M. Stallman (Fmacroexpand): gcpro form while calling do_autoload.
Tue, 21 May 1996 18:06:40 +0000 Richard M. Stallman (Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from
Tue, 20 Feb 1996 19:09:48 +0000 Karl Heuer (init_eval_once): Initialize specpdl_ptr.
Thu, 18 Jan 1996 08:40:29 +0000 Richard M. Stallman (run_hook_with_args): Do nothing if Vrun_hooks is nil.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 00:31:51 +0000 Erik Naggum (Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments with
Thu, 04 Jan 1996 23:01:45 +0000 Karl Heuer (syms_of_eval): Doc fix for inhibit-quit.
Thu, 21 Dec 1995 17:00:18 +0000 Karl Heuer (skip_debugger): New function.
Fri, 10 Nov 1995 04:48:27 +0000 Richard M. Stallman (run-hook-with-args, run-hook-list-with-args): Safeguard
Sat, 28 Oct 1995 15:19:25 +0000 Richard M. Stallman (run_hook_with_args): Add forward declaration.
Tue, 03 Oct 1995 09:11:08 +0000 Richard M. Stallman (run_hook_with_args_2): New function.
Sun, 06 Aug 1995 06:09:59 +0000 Richard M. Stallman (run_hook_with_args): Move the GCPRO2; add UNGCPRO.
Sat, 05 Aug 1995 22:53:03 +0000 Richard M. Stallman (run_hook_with_args): Add gcpros.
Mon, 31 Jul 1995 12:07:10 +0000 Simon Marshall Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_hook_with_args_until_failure in terms of run_hook_with_args.
Fri, 28 Jul 1995 08:16:47 +0000 Karl Heuer (syms_of_eval): Add missing defsubr.
Tue, 25 Jul 1995 20:27:48 +0000 Karl Heuer (run-hook-with-args): Fix previous code.
Tue, 25 Jul 1995 19:36:42 +0000 Karl Heuer (Frun_hook_with_args): New C function, formerly in subr.el.
Tue, 18 Jul 1995 19:16:16 +0000 Richard M. Stallman (Ffuncall, Fapply): Doc fix.
Tue, 18 Apr 1995 18:13:13 +0000 Richard M. Stallman (Ffetch_bytecode): Check the type of the object being read from the file.
Mon, 10 Apr 1995 23:06:13 +0000 Richard M. Stallman (internal_condition_case): Abort if interrupt_input_blocked>0.
Fri, 07 Apr 1995 07:17:19 +0000 Richard M. Stallman (Fuser_variable_p): For (STRING . INTEGER), test sign.
Wed, 05 Apr 1995 03:05:26 +0000 Karl Heuer (Ffetch_bytecode): New function.
Wed, 15 Mar 1995 01:48:03 +0000 Karl Heuer (specbind): Rename perdisplay to kboard.
Tue, 31 Jan 1995 00:36:08 +0000 Karl Heuer (specbind): Handle display-local vars.