log src/eval.c @ 12711:a8feaa42d775

age author description
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.
Thu, 05 Jan 1995 07:45:50 +0000 Roland McGrath Fix typo in last change.
Thu, 05 Jan 1995 07:05:16 +0000 Roland McGrath (Fcommandp): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of compiled
Wed, 21 Dec 1994 18:15:35 +0000 Richard M. Stallman (Fdefvar): Fix minor error in previous change.
Thu, 15 Dec 1994 00:42:19 +0000 Richard M. Stallman (Fdefconst, Fdefvar): Error if too many arguments.
Wed, 16 Nov 1994 01:14:23 +0000 Karl Heuer (Finteractive_p): Use XSUBR instead of its expansion.
Tue, 04 Oct 1994 15:50:45 +0000 Karl Heuer (Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as an
Tue, 27 Sep 1994 04:03:15 +0000 Karl Heuer (Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand,
Wed, 21 Sep 1994 23:19:26 +0000 Richard M. Stallman (init_eval_once): Init Vrun_hooks here.
Mon, 19 Sep 1994 00:15:36 +0000 Karl Heuer (Fsignal): Fix Lisp_Object vs. int problems.
Mon, 01 Aug 1994 19:29:56 +0000 Richard M. Stallman (Fprog2): Doc fix.
Tue, 14 Jun 1994 19:48:19 +0000 Richard M. Stallman (init_eval_once): Call xmalloc, not malloc.
Tue, 17 May 1994 22:58:29 +0000 Karl Heuer (Fbacktrace): Properly nest parentheses.
Mon, 16 May 1994 09:41:17 +0000 Richard M. Stallman (syms_of_eval): Doc fixes.
Fri, 06 May 1994 06:45:18 +0000 Richard M. Stallman (error): Fix logic in call to xmalloc/xrealloc.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Sat, 30 Apr 1994 02:16:15 +0000 Richard M. Stallman (init_eval): Initialize when_entered_debugger to -1.
Sat, 16 Apr 1994 05:07:35 +0000 Richard M. Stallman (Fsetq): Doc fix.
Tue, 12 Apr 1994 06:26:29 +0000 Richard M. Stallman (specbind): Use find_symbol_value.
Mon, 11 Apr 1994 21:11:22 +0000 Richard M. Stallman (Fsetq): Doc fix.
Thu, 07 Apr 1994 02:03:10 +0000 Karl Heuer (Fsetq): Doc fix.