log src/eval.c @ 67867:1aab16a65448

age author description
Wed, 28 Dec 2005 02:08:03 +0000 Richard M. Stallman (do_autoload): Ignore elements of Vautoload_queue where car is not symbol.
Mon, 26 Dec 2005 04:46:06 +0000 Richard M. Stallman (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue to undo a `provide'.
Sat, 29 Oct 2005 19:34:12 +0000 Richard M. Stallman (internal_lisp_condition_case): New function.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Tue, 26 Jul 2005 16:28:44 +0000 Stefan Monnier (Fdefvar): Allow (defvar enable-multibyte-characters).
Sat, 23 Jul 2005 19:09:09 +0000 Richard M. Stallman (Feval, Ffuncall): Test gc_cons_threshold and
Thu, 21 Jul 2005 15:03:38 +0000 Andreas Schwab (restore_stack_limits): Return a value.
Wed, 20 Jul 2005 15:51:52 +0000 Juanma Barranquero (Fdefvar): Doc fix.
Tue, 19 Jul 2005 11:33:02 +0000 Juanma Barranquero (Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes.
Wed, 13 Jul 2005 05:31:35 +0000 Stefan Monnier (Feval, Ffuncall): Use gc_cons_combined_threshold.
Sat, 09 Jul 2005 03:42:43 +0000 Richard M. Stallman (Fdefvar): Allow defvaring a constant to itself quoted.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Wed, 29 Jun 2005 02:08:32 +0000 Juanma Barranquero (user_variable_p_eh): New function.
Tue, 28 Jun 2005 02:27:38 +0000 Richard M. Stallman (Fdefvar): Improve error message.
Mon, 27 Jun 2005 05:59:23 +0000 Juanma Barranquero (Fdefvar): Don't try to set constant symbols.
Sat, 25 Jun 2005 14:37:47 +0000 Richard M. Stallman (call_debugger): Take full care of extending stack limits
Thu, 23 Jun 2005 16:07:51 +0000 Juanma Barranquero (Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.
Tue, 14 Jun 2005 00:38:22 +0000 Juanma Barranquero (Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS and
Wed, 08 Jun 2005 22:33:36 +0000 Kim F. Storm * composite.c (compose_chars_in_text):
Fri, 03 Jun 2005 23:02:21 +0000 Kim F. Storm (unbind_to): Preserve value of Vquit_flag.
Thu, 26 May 2005 09:32:15 +0000 Lute Kamstra (Frun_hooks): Mention run-mode-hooks in docstring.
Sun, 08 May 2005 16:30:13 +0000 Luc Teirlinck (Fdefvaralias): Remove any pre-existing variable-documentation
Thu, 05 May 2005 22:40:56 +0000 Luc Teirlinck (Fdefvaralias): Doc fix.
Thu, 28 Apr 2005 08:38:35 +0000 Lute Kamstra (do_autoload): Record only autoloads in the autoload property of symbols.
Sun, 03 Apr 2005 22:08:58 +0000 Kim F. Storm (Ffuncall): Always call CHECK_CONS_LIST on entry.
Sun, 06 Mar 2005 16:02:47 +0000 Richard M. Stallman (unwind_to_catch): Use UNBLOCK_INPUT_TO.
Sun, 06 Feb 2005 11:23:38 +0000 Richard M. Stallman (Frun_hook_with_args)
Mon, 27 Dec 2004 16:02:24 +0000 Richard M. Stallman (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
Tue, 21 Dec 2004 11:33:57 +0000 Richard M. Stallman (unwind_to_catch): Clear immediate_quit.
Mon, 13 Dec 2004 19:05:42 +0000 Richard M. Stallman (syms_of_eval) <quit-flag>: Doc fix.
Tue, 07 Dec 2004 16:52:18 +0000 Stefan Monnier (init_eval_once): Increase max_specpdl_size to 1000.
Thu, 02 Dec 2004 23:36:53 +0000 Richard M. Stallman (Fcalled_interactively_p): Don't check INTERACTIVE.
Fri, 26 Nov 2004 11:47:20 +0000 Eli Zaretskii (Fdefvar): Declare pdl from last change as `volatile' to prevent
Mon, 22 Nov 2004 05:26:50 +0000 Stefan Monnier (Fdefvar): Warn when var is let-bound but globally void.
Sat, 20 Nov 2004 10:26:24 +0000 Thien-Thi Nguyen (init_eval_once): Increase `max_specpdl_size' to 650.
Sat, 06 Nov 2004 07:47:27 +0000 Jan Dj¸«£rv * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
Tue, 02 Nov 2004 10:00:14 +0000 Kim F. Storm (Fcalled_interactively_p): Rename from Fcall_interactive_p.
Tue, 02 Nov 2004 08:59:26 +0000 Richard M. Stallman (Fcall_interactive_p): New function.
Thu, 29 Jul 2004 01:41:36 +0000 Luc Teirlinck (Fdefvar, Fdefconst): Doc fixes.
Mon, 19 Jul 2004 04:42:43 +0000 Steven Tamm Fixes for Ctrl-G support on carbon, replacing old timeout based polling
Tue, 06 Jul 2004 01:36:29 +0000 John Paul Wallington (Fdefmacro): Signal an error if NAME is not a symbol.
Sat, 12 Jun 2004 10:32:44 +0000 Eli Zaretskii (Fdefun): Signal an error if NAME is not a symbol.
Tue, 01 Jun 2004 23:21:55 +0000 Stefan Monnier (Fcondition_case): Fix usage. Simplify.
Fri, 28 May 2004 20:54:39 +0000 Stefan Monnier (mark_backtrace): New function.
Mon, 29 Mar 2004 00:51:43 +0000 Stefan Monnier (Fcommandp): Simplify.
Wed, 31 Dec 2003 00:27:07 +0000 Luc Teirlinck (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.
Mon, 29 Dec 2003 11:22:31 +0000 Richard M. Stallman Comment change.
Fri, 31 Oct 2003 17:25:20 +0000 Luc Teirlinck (Fdefvaralias): Doc fix.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 28 May 2003 11:42:11 +0000 Dave Love (unbind_to): Fix last change for K&R. From rms.
Fri, 09 May 2003 14:01:12 +0000 Richard M. Stallman (specpdl_ptr): Declare volatile.
Thu, 01 May 2003 19:38:05 +0000 Stefan Monnier (Funwind_protect): Use func = Fprogn rather symbol = Qnil.
Thu, 01 May 2003 00:40:45 +0000 Stefan Monnier (unbind_to): Don't handle symbol = Qnil any more.
Wed, 30 Apr 2003 12:06:04 +0000 Richard M. Stallman (Fsignal): Clear abort_on_gc.
Sat, 19 Apr 2003 18:58:56 +0000 Stefan Monnier (Fapply): Undo last change and add a comment about why.
Thu, 17 Apr 2003 22:25:43 +0000 Stefan Monnier (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
Wed, 12 Feb 2003 15:44:40 +0000 Juanma Barranquero (Fdefmacro): Fix typo.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Tue, 07 Jan 2003 19:33:57 +0000 Markus Rost (Fuser_variable_p): Doc change. For custom variables,
Sat, 21 Dec 2002 18:05:00 +0000 Richard M. Stallman Errors and throws work right with interrupt blocking.