summaryrefslogtreecommitdiff
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* (Fcondition_case): Doc fix.Chong Yidong2008-08-261-1/+1
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* Comment change.Richard M. Stallman2007-10-241-1/+8
* (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-16/+2
* (condition-case): Doc fix.Richard M. Stallman2007-08-271-6/+7
* Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (For, Fand, Fprogn): Doc fixes.Juanma Barranquero2007-07-161-3/+3
* (Fsetq): Doc fix.Richard M. Stallman2007-07-151-1/+5
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (Fcatch): Doc fix.Juanma Barranquero2006-11-011-1/+1
* Include xterm.h for x_fully_uncatch_errors and friends.Stefan Monnier2006-10-101-0/+4
* (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.Richard M. Stallman2006-09-081-0/+3
* (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'.Eli Zaretskii2006-09-021-0/+8
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-0/+1
* * eval.c (xsignal): New func. Like Fsignal, but marked no-return.Kim F. Storm2006-07-181-30/+95
* (Fthrow): Remove loop around Fsignal.Kim F. Storm2006-07-131-34/+46
* (Fdefvaralias): Doc fix.Richard M. Stallman2006-07-031-2/+1
* (Fdefconst): Mark variable as risky.Richard M. Stallman2006-06-131-1/+3
* 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