| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (Fcatch): Doc fix. | Juanma Barranquero | 2006-11-01 | 1 | -1/+1 |
* | Include xterm.h for x_fully_uncatch_errors and friends. | Stefan Monnier | 2006-10-10 | 1 | -0/+4 |
* | (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P. | Richard M. Stallman | 2006-09-08 | 1 | -0/+3 |
* | (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'. | Eli Zaretskii | 2006-09-02 | 1 | -0/+8 |
* | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 1 | -0/+1 |
* | * eval.c (xsignal): New func. Like Fsignal, but marked no-return. | Kim F. Storm | 2006-07-18 | 1 | -30/+95 |
* | (Fthrow): Remove loop around Fsignal. | Kim F. Storm | 2006-07-13 | 1 | -34/+46 |
* | (Fdefvaralias): Doc fix. | Richard M. Stallman | 2006-07-03 | 1 | -2/+1 |
* | (Fdefconst): Mark variable as risky. | Richard M. Stallman | 2006-06-13 | 1 | -1/+3 |
* | Comment munging wrt max-specpdl-size; nfc. | Thien-Thi Nguyen | 2006-04-18 | 1 | -0/+1 |
* | (unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS. | Eli Zaretskii | 2006-03-11 | 1 | -0/+8 |
* | (unwind_to_catch): Call x_fully_uncatch_errors. | Richard M. Stallman | 2006-03-11 | 1 | -3/+17 |
* | (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h. | Luc Teirlinck | 2006-02-26 | 1 | -1/+1 |
* | * xterm.h (x_catch_errors) Return value changed to void. | Chong Yidong | 2006-02-25 | 1 | -0/+2 |
* | * data.c (Findirect_function): Add NOERROR arg. All callers changed | Kim F. Storm | 2006-02-10 | 1 | -5/+5 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (do_autoload): Ignore elements of Vautoload_queue where car is not symbol. | Richard M. Stallman | 2005-12-28 | 1 | -1/+1 |
* | (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue to undo a `provide'. | Richard M. Stallman | 2005-12-26 | 1 | -3/+3 |
* | (internal_lisp_condition_case): New function. | Richard M. Stallman | 2005-10-29 | 1 | -7/+24 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
* | (Fdefvar): Allow (defvar enable-multibyte-characters). | Stefan Monnier | 2005-07-26 | 1 | -12/+12 |
* | (Feval, Ffuncall): Test gc_cons_threshold and | Richard M. Stallman | 2005-07-23 | 1 | -2/+4 |
* | (restore_stack_limits): Return a value. | Andreas Schwab | 2005-07-21 | 1 | -0/+1 |
* | (Fdefvar): Doc fix. | Juanma Barranquero | 2005-07-20 | 1 | -1/+1 |
* | (Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes. | Juanma Barranquero | 2005-07-19 | 1 | -19/+15 |
* | (Feval, Ffuncall): Use gc_cons_combined_threshold. | Stefan Monnier | 2005-07-13 | 1 | -2/+2 |
* | (Fdefvar): Allow defvaring a constant to itself quoted. | Richard M. Stallman | 2005-07-09 | 1 | -2/+10 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (user_variable_p_eh): New function. | Juanma Barranquero | 2005-06-29 | 1 | -21/+47 |
* | (Fdefvar): Improve error message. | Richard M. Stallman | 2005-06-28 | 1 | -1/+1 |
* | (Fdefvar): Don't try to set constant symbols. | Juanma Barranquero | 2005-06-27 | 1 | -0/+4 |
* | (call_debugger): Take full care of extending stack limits | Richard M. Stallman | 2005-06-25 | 1 | -23/+48 |
* | (Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions. | Juanma Barranquero | 2005-06-23 | 1 | -4/+4 |
* | (Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS and | Juanma Barranquero | 2005-06-14 | 1 | -19/+20 |
* | * composite.c (compose_chars_in_text): | Kim F. Storm | 2005-06-08 | 1 | -1/+1 |
* | (unbind_to): Preserve value of Vquit_flag. | Kim F. Storm | 2005-06-03 | 1 | -5/+5 |
* | (Frun_hooks): Mention run-mode-hooks in docstring. | Lute Kamstra | 2005-05-26 | 1 | -1/+4 |
* | (Fdefvaralias): Remove any pre-existing variable-documentation | Luc Teirlinck | 2005-05-08 | 1 | -0/+2 |
* | (Fdefvaralias): Doc fix. | Luc Teirlinck | 2005-05-05 | 1 | -1/+3 |
* | (do_autoload): Record only autoloads in the autoload property of symbols. | Lute Kamstra | 2005-04-28 | 1 | -6/+3 |
* | (Ffuncall): Always call CHECK_CONS_LIST on entry. | Kim F. Storm | 2005-04-03 | 1 | -3/+4 |
* | (unwind_to_catch): Use UNBLOCK_INPUT_TO. | Richard M. Stallman | 2005-03-06 | 1 | -1/+8 |
* | (Frun_hook_with_args) | Richard M. Stallman | 2005-02-06 | 1 | -10/+15 |
* | (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH. | Richard M. Stallman | 2004-12-27 | 1 | -9/+6 |
* | (unwind_to_catch): Clear immediate_quit. | Richard M. Stallman | 2004-12-21 | 1 | -0/+1 |
* | (syms_of_eval) <quit-flag>: Doc fix. | Richard M. Stallman | 2004-12-13 | 1 | -1/+5 |
* | (init_eval_once): Increase max_specpdl_size to 1000. | Stefan Monnier | 2004-12-07 | 1 | -1/+1 |
* | (Fcalled_interactively_p): Don't check INTERACTIVE. | Richard M. Stallman | 2004-12-02 | 1 | -3/+5 |
* | (Fdefvar): Declare pdl from last change as `volatile' to prevent | Eli Zaretskii | 2004-11-26 | 1 | -1/+1 |