summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAge
* Comment munging wrt max-specpdl-size; nfc.Thien-Thi Nguyen2006-04-18
* (unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS.Eli Zaretskii2006-03-11
* (unwind_to_catch): Call x_fully_uncatch_errors.Richard M. Stallman2006-03-11
* (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.Luc Teirlinck2006-02-26
* * xterm.h (x_catch_errors) Return value changed to void.Chong Yidong2006-02-25
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-10
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (do_autoload): Ignore elements of Vautoload_queue where car is not symbol.Richard M. Stallman2005-12-28
* (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue to undo a `provide'.Richard M. Stallman2005-12-26
* (internal_lisp_condition_case): New function.Richard M. Stallman2005-10-29
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* (Fdefvar): Allow (defvar enable-multibyte-characters).Stefan Monnier2005-07-26
* (Feval, Ffuncall): Test gc_cons_threshold andRichard M. Stallman2005-07-23
* (restore_stack_limits): Return a value.Andreas Schwab2005-07-21
* (Fdefvar): Doc fix.Juanma Barranquero2005-07-20
* (Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes.Juanma Barranquero2005-07-19
* (Feval, Ffuncall): Use gc_cons_combined_threshold.Stefan Monnier2005-07-13
* (Fdefvar): Allow defvaring a constant to itself quoted.Richard M. Stallman2005-07-09
* Update FSF's address.Lute Kamstra2005-07-04
* (user_variable_p_eh): New function.Juanma Barranquero2005-06-29
* (Fdefvar): Improve error message.Richard M. Stallman2005-06-28
* (Fdefvar): Don't try to set constant symbols.Juanma Barranquero2005-06-27
* (call_debugger): Take full care of extending stack limitsRichard M. Stallman2005-06-25
* (Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.Juanma Barranquero2005-06-23
* (Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS andJuanma Barranquero2005-06-14
* * composite.c (compose_chars_in_text):Kim F. Storm2005-06-08
* (unbind_to): Preserve value of Vquit_flag.Kim F. Storm2005-06-03
* (Frun_hooks): Mention run-mode-hooks in docstring.Lute Kamstra2005-05-26
* (Fdefvaralias): Remove any pre-existing variable-documentationLuc Teirlinck2005-05-08
* (Fdefvaralias): Doc fix.Luc Teirlinck2005-05-05
* (do_autoload): Record only autoloads in the autoload property of symbols.Lute Kamstra2005-04-28
* (Ffuncall): Always call CHECK_CONS_LIST on entry.Kim F. Storm2005-04-03
* (unwind_to_catch): Use UNBLOCK_INPUT_TO.Richard M. Stallman2005-03-06
* (Frun_hook_with_args)Richard M. Stallman2005-02-06
* (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-27
* (unwind_to_catch): Clear immediate_quit.Richard M. Stallman2004-12-21
* (syms_of_eval) <quit-flag>: Doc fix.Richard M. Stallman2004-12-13
* (init_eval_once): Increase max_specpdl_size to 1000.Stefan Monnier2004-12-07
* (Fcalled_interactively_p): Don't check INTERACTIVE.Richard M. Stallman2004-12-02
* (Fdefvar): Declare pdl from last change as `volatile' to preventEli Zaretskii2004-11-26
* (Fdefvar): Warn when var is let-bound but globally void.Stefan Monnier2004-11-22
* (init_eval_once): Increase `max_specpdl_size' to 650.Thien-Thi Nguyen2004-11-20
* * eval.c (Feval): Remove check for INPUT_BLOCKED_P.Jan Djärv2004-11-06
* (Fcalled_interactively_p): Rename from Fcall_interactive_p.Kim F. Storm2004-11-02
* (Fcall_interactive_p): New function.Richard M. Stallman2004-11-02
* (Fdefvar, Fdefconst): Doc fixes.Luc Teirlinck2004-07-29
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-19
* (Fdefmacro): Signal an error if NAME is not a symbol.John Paul Wallington2004-07-06
* (Fdefun): Signal an error if NAME is not a symbol.Eli Zaretskii2004-06-12
* (Fcondition_case): Fix usage. Simplify.Stefan Monnier2004-06-01