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