log src/eval.c @ 71799:8134ee20ca71

age author description
2006-07-03 Richard M. Stallman (Fdefvaralias): Doc fix.
2006-06-13 Richard M. Stallman (Fdefconst): Mark variable as risky.
2006-04-18 Thien-Thi Nguyen Comment munging wrt max-specpdl-size; nfc.
2006-03-11 Eli Zaretskii (unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS.
2006-03-11 Richard M. Stallman (unwind_to_catch): Call x_fully_uncatch_errors.
2006-02-26 Luc Teirlinck (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.
2006-02-25 Chong Yidong * xterm.h (x_catch_errors) Return value changed to void.
2006-02-10 Kim F. Storm * data.c (Findirect_function): Add NOERROR arg. All callers changed
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-28 Richard M. Stallman (do_autoload): Ignore elements of Vautoload_queue where car is not symbol.
2005-12-26 Richard M. Stallman (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue to undo a `provide'.
2005-10-29 Richard M. Stallman (internal_lisp_condition_case): New function.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-26 Stefan Monnier (Fdefvar): Allow (defvar enable-multibyte-characters).
2005-07-23 Richard M. Stallman (Feval, Ffuncall): Test gc_cons_threshold and
2005-07-21 Andreas Schwab (restore_stack_limits): Return a value.
2005-07-20 Juanma Barranquero (Fdefvar): Doc fix.
2005-07-19 Juanma Barranquero (Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes.
2005-07-13 Stefan Monnier (Feval, Ffuncall): Use gc_cons_combined_threshold.
2005-07-09 Richard M. Stallman (Fdefvar): Allow defvaring a constant to itself quoted.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-29 Juanma Barranquero (user_variable_p_eh): New function.
2005-06-28 Richard M. Stallman (Fdefvar): Improve error message.
2005-06-27 Juanma Barranquero (Fdefvar): Don't try to set constant symbols.
2005-06-25 Richard M. Stallman (call_debugger): Take full care of extending stack limits
2005-06-23 Juanma Barranquero (Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.
2005-06-14 Juanma Barranquero (Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS and
2005-06-08 Kim F. Storm * composite.c (compose_chars_in_text):
2005-06-03 Kim F. Storm (unbind_to): Preserve value of Vquit_flag.
2005-05-26 Lute Kamstra (Frun_hooks): Mention run-mode-hooks in docstring.
2005-05-08 Luc Teirlinck (Fdefvaralias): Remove any pre-existing variable-documentation
2005-05-05 Luc Teirlinck (Fdefvaralias): Doc fix.
2005-04-28 Lute Kamstra (do_autoload): Record only autoloads in the autoload property of symbols.
2005-04-03 Kim F. Storm (Ffuncall): Always call CHECK_CONS_LIST on entry.
2005-03-06 Richard M. Stallman (unwind_to_catch): Use UNBLOCK_INPUT_TO.
2005-02-06 Richard M. Stallman (Frun_hook_with_args)
2004-12-27 Richard M. Stallman (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
2004-12-21 Richard M. Stallman (unwind_to_catch): Clear immediate_quit.
2004-12-13 Richard M. Stallman (syms_of_eval) <quit-flag>: Doc fix.
2004-12-07 Stefan Monnier (init_eval_once): Increase max_specpdl_size to 1000.
2004-12-02 Richard M. Stallman (Fcalled_interactively_p): Don't check INTERACTIVE.
2004-11-26 Eli Zaretskii (Fdefvar): Declare pdl from last change as `volatile' to prevent
2004-11-22 Stefan Monnier (Fdefvar): Warn when var is let-bound but globally void.
2004-11-20 Thien-Thi Nguyen (init_eval_once): Increase `max_specpdl_size' to 650.
2004-11-06 Jan Djärv * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
2004-11-02 Kim F. Storm (Fcalled_interactively_p): Rename from Fcall_interactive_p.
2004-11-02 Richard M. Stallman (Fcall_interactive_p): New function.
2004-07-29 Luc Teirlinck (Fdefvar, Fdefconst): Doc fixes.
2004-07-19 Steven Tamm Fixes for Ctrl-G support on carbon, replacing old timeout based polling
2004-07-06 John Paul Wallington (Fdefmacro): Signal an error if NAME is not a symbol.
2004-06-12 Eli Zaretskii (Fdefun): Signal an error if NAME is not a symbol.
2004-06-01 Stefan Monnier (Fcondition_case): Fix usage. Simplify.
2004-05-28 Stefan Monnier (mark_backtrace): New function.
2004-03-29 Stefan Monnier (Fcommandp): Simplify.
2003-12-31 Luc Teirlinck (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.
2003-12-29 Richard M. Stallman Comment change.
2003-10-31 Luc Teirlinck (Fdefvaralias): Doc fix.
2003-09-01 Miles Bader Add arch taglines
2003-05-28 Dave Love (unbind_to): Fix last change for K&R. From rms.
2003-05-09 Richard M. Stallman (specpdl_ptr): Declare volatile.