log src/eval.c @ 56303:d86ec00a8470

age author description
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.
Sun, 08 Dec 2002 06:02:17 +0000 Steven Tamm Feval: On Carbon/MacOSX call mac_check_for_quit_char at each stack frame.
Sat, 07 Dec 2002 21:39:18 +0000 Richard M. Stallman (Fdefun, Fdefmacro): Record in load-history redefining an autoload.
Thu, 21 Nov 2002 17:33:01 +0000 Richard M. Stallman (interactive_p): Skip any number of bytecode
Sat, 24 Aug 2002 18:35:58 +0000 Andreas Schwab Fix last change.
Sat, 24 Aug 2002 03:19:23 +0000 Richard M. Stallman (Fdefvar, Fdefconst, Fdefvaralias):
Mon, 15 Jul 2002 15:37:51 +0000 Juanma Barranquero (Fdefvaralias): Add docstring argument.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Fri, 12 Jul 2002 11:16:42 +0000 Richard M. Stallman (Fsignal): Don't call cancel_hourglass.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Sun, 07 Jul 2002 10:07:32 +0000 Richard M. Stallman (Fdefmacro): Doc fix.
Tue, 28 May 2002 20:24:32 +0000 Richard M. Stallman (syms_of_eval): Doc fix.
Mon, 20 May 2002 08:05:37 +0000 Ken Raeburn * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
Wed, 15 May 2002 16:36:13 +0000 Eli Zaretskii (Fcommandp): Doc fix.
Tue, 30 Apr 2002 17:53:39 +0000 Richard M. Stallman Comment change.
Tue, 30 Apr 2002 17:46:26 +0000 Richard M. Stallman (do_autoload): Error if called while preparing to dump.
Sun, 28 Apr 2002 22:06:38 +0000 Richard M. Stallman (Fcommandp): New arg for_call_interactively.
Sun, 24 Mar 2002 19:52:55 +0000 Gerd Moellmann (Qdeclare, Vmacro_declaration_function): New variables.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Sat, 02 Feb 2002 10:08:08 +0000 Pavel Jank (Fsignal): Remove duplicated declaration of the variable
Tue, 01 Jan 2002 16:59:17 +0000 Andreas Schwab (max_specpdl_size, max_lisp_eval_depth): Define as int,
Sat, 22 Dec 2001 14:01:01 +0000 Pavel Jank Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' and
Thu, 06 Dec 2001 16:21:23 +0000 Stefan Monnier Undo last change. Consistency doesn't seem to be desired.
Wed, 05 Dec 2001 01:39:21 +0000 Stefan Monnier Use standard syntax for usage in docstrings.
Mon, 26 Nov 2001 23:29:48 +0000 Stefan Monnier Use AREF and ASIZE.
Fri, 16 Nov 2001 11:43:41 +0000 Stefan Monnier (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
Wed, 14 Nov 2001 00:07:34 +0000 Richard M. Stallman (syms_of_eval): Doc fix.
Tue, 13 Nov 2001 07:00:21 +0000 Pavel Jank (Fif): Reindent.
Sun, 04 Nov 2001 10:24:51 +0000 Pavel Jank (top_level_value, top_level_set): Remove commented and #ifdef'd-out code.
Fri, 02 Nov 2001 22:40:00 +0000 Pavel Jank (debugger_may_continue, Vdebug_ignored_errors, call_debugger,
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Thu, 01 Nov 2001 20:48:30 +0000 Richard M. Stallman (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
Wed, 31 Oct 2001 15:08:26 +0000 Pavel Jank (Fcommandp): Doc fix.
Sun, 21 Oct 2001 15:22:49 +0000 Miles Bader (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure)
Fri, 19 Oct 2001 23:37:53 +0000 Richard M. Stallman Clarify previous change.
Fri, 19 Oct 2001 23:33:55 +0000 Richard M. Stallman (syms_of_eval): Doc fixes.
Fri, 05 Oct 2001 09:46:11 +0000 Gerd Moellmann (Fdefvaralias): New function.
Thu, 05 Jul 2001 09:25:09 +0000 Gerd Moellmann (specbind): Additionally record the buffer that was
Tue, 03 Jul 2001 15:30:06 +0000 Gerd Moellmann (specbind): If SYMBOL has a frame-local binding, record
Mon, 21 May 2001 12:22:53 +0000 Gerd Moellmann (Fdefvaralias): New function.
Fri, 18 May 2001 11:15:46 +0000 Gerd Moellmann (call_debugger): Don't bind inhibit-eval-during-redisplay.
Mon, 14 May 2001 20:52:07 +0000 Stefan Monnier (Fdefvar): Only record (defvar <var>) in the load-history
Wed, 28 Mar 2001 15:33:13 +0000 Gerd Moellmann (call_debugger): Bind `inhibit-redisplay' to nil, and
Thu, 15 Mar 2001 09:43:16 +0000 Gerd Moellmann (specbind): Call store_symval_forwarding with BUF null.
Thu, 08 Mar 2001 13:57:20 +0000 Dave Love (syms_of_eval) <debug-on-error>: DOc fix.
Wed, 21 Feb 2001 13:58:57 +0000 Gerd Moellmann Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
Wed, 31 Jan 2001 14:48:31 +0000 Gerd Moellmann (interactive_p): New function.
Thu, 18 Jan 2001 13:21:26 +0000 Gerd Moellmann (specbind): If binding a per-buffer variable which
Wed, 29 Nov 2000 18:47:42 +0000 Stefan Monnier *** empty log message ***
Wed, 29 Nov 2000 12:20:25 +0000 Gerd Moellmann (Fsignal): Reset handling_signal.
Thu, 19 Oct 2000 12:02:40 +0000 Gerd Moellmann (skip_debugger): Prevent a compiler warning.
Mon, 02 Oct 2000 11:11:52 +0000 Gerd Moellmann (error): Prevent compiler warning.
Mon, 21 Aug 2000 11:39:17 +0000 Gerd Moellmann (Fmacroexpand): Doc fix.
Thu, 17 Aug 2000 13:54:16 +0000 Dave Love (Fdefvar): Doc fix.
Sat, 05 Aug 2000 19:27:14 +0000 Gerd Moellmann (error): Use xfree instead of free.
Fri, 14 Jul 2000 13:57:10 +0000 Gerd Moellmann (internal_condition_case_2): New function.
Fri, 07 Jul 2000 10:23:08 +0000 Gerd Moellmann (Fsignal): Handle case that backtrace_list is null.
Wed, 05 Jul 2000 19:57:23 +0000 Gerd Moellmann (handling_signal): New variable.
Wed, 05 Jul 2000 17:24:19 +0000 Gerd Moellmann (Vsignaling_function): New variable.
Wed, 05 Jul 2000 15:40:14 +0000 Andrew Innes (internal_condition_case): Comment out abort if
Wed, 05 Jul 2000 12:36:14 +0000 Gerd Moellmann (Feval): Put check for interrupt_input_block in #if 0.
Tue, 02 May 2000 13:41:03 +0000 Gerd Moellmann (Fsignal): If lisp_eval_depth or spepdl_size are near
Wed, 29 Mar 2000 11:04:42 +0000 Gerd Moellmann (call_debugger): Cancel busy-cursor.
Fri, 24 Mar 2000 20:25:16 +0000 Stefan Monnier * eval.c (Fautoload): Add entry in load-history (if after dump).
Wed, 08 Mar 2000 18:53:12 +0000 Dave Love (find_handler_clause): Use PROTOTYPES.
Fri, 25 Feb 2000 13:29:33 +0000 Gerd Moellmann (Fsignal): Call cancel_busy_cursor instead of
Wed, 23 Feb 2000 10:44:03 +0000 Gerd Moellmann (specbind): Remove references to
Sun, 20 Feb 2000 15:55:07 +0000 Gerd Moellmann (funcall_lambda): Don't bind Qmocklisp_arguments unless
Tue, 15 Feb 2000 09:58:41 +0000 Richard M. Stallman (specbind): For buffer-local value, record the current buffer also.
Tue, 01 Feb 2000 14:54:52 +0000 Dave Love Fix various doc strings not to duplicate information from
Tue, 11 Jan 2000 22:18:47 +0000 Richard M. Stallman (specbind): Record buffer-local variables specially,
Thu, 06 Jan 2000 16:37:03 +0000 Dave Love (Fuser_variable_p): Check customizability too.
Wed, 29 Dec 1999 10:38:49 +0000 Gerd Moellmann (syms_of_eval): Initialize debug_may_continue.
Sun, 19 Dec 1999 13:07:33 +0000 Gerd Moellmann (debugger_may_continue): New variable.
Wed, 08 Dec 1999 12:00:00 +0000 Gerd Moellmann (call_debugger): When entering the debugger while redisplaying,
Fri, 05 Nov 1999 21:27:13 +0000 Gerd Moellmann (struct catchtag): Add member byte_stack.
Tue, 02 Nov 1999 12:55:29 +0000 Dave Love (init_eval): Conditionalize declaration of gcpro_level.
Mon, 01 Nov 1999 23:19:20 +0000 Richard M. Stallman [DEBUG_GCPRO] (gcpro_level): New variable.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Mon, 20 Sep 1999 23:18:44 +0000 Gerd Moellmann (Fsignal): Remove unused variables.
Mon, 13 Sep 1999 02:23:04 +0000 Ken Raeburn Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
Tue, 17 Aug 1999 22:44:44 +0000 Gerd Moellmann (Fsignal): Don't reset redisplaying_p here.
Sat, 14 Aug 1999 02:30:27 +0000 Karl Heuer (run_hook_list_with_args): Gcpro `globals'.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (Fsignal): Reset redisplaying_p to zero.
Fri, 09 Apr 1999 19:21:52 +0000 Richard M. Stallman (do_autoload): Preserve match data.
Wed, 03 Mar 1999 10:29:45 +0000 Andreas Schwab (Fdefconst): Doc fix.
Tue, 23 Feb 1999 22:23:57 +0000 Karl Heuer (Fdefconst): Doc fix.
Mon, 25 Jan 1999 09:20:43 +0000 Andreas Schwab (Fsignal): Move comment to avoid confusing make-docfile.
Mon, 11 Jan 1999 18:09:31 +0000 Richard M. Stallman (find_handler_clause): If SIG is nil (memory full error),
Fri, 30 Oct 1998 10:14:50 +0000 Andreas Schwab (Fsignal): Use a separate format string when passing
Mon, 07 Sep 1998 17:31:29 +0000 Karl Heuer (error): After enlarging buffer, write to it, not to buf.
Thu, 30 Apr 1998 03:13:09 +0000 Richard M. Stallman (find_handler_clause): Cast Fbacktrace to proper type.
Wed, 22 Apr 1998 02:14:55 +0000 Richard M. Stallman (Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
Fri, 17 Apr 1998 01:53:31 +0000 Richard M. Stallman (Fcatch): Doc fix.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Fri, 28 Nov 1997 14:39:13 +0000 Andreas Schwab (do_autoload): Return void.
Fri, 21 Nov 1997 14:54:13 +0000 Andreas Schwab (record_unwind_protect): Protoize parameter.
Tue, 26 Aug 1997 11:42:33 +0000 Kenichi Handa (Feval): Handle a subr which takes 8 arguments.
Sat, 09 Aug 1997 03:06:55 +0000 Richard M. Stallman (do_autoload): Require a suffix for the file.
Mon, 04 Aug 1997 03:00:25 +0000 Richard M. Stallman (do_autoload): Pass new arg to Fload.
Wed, 23 Jul 1997 16:34:32 +0000 Richard M. Stallman (syms_of_eval): Doc fix.
Sat, 05 Jul 1997 19:58:21 +0000 Richard M. Stallman (Fsignal, find_handler_clause): If ERROR_SYMBOL