| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (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 |
* | (Fdefvar): Warn when var is let-bound but globally void. | Stefan Monnier | 2004-11-22 | 1 | -0/+15 |
* | (init_eval_once): Increase `max_specpdl_size' to 650. | Thien-Thi Nguyen | 2004-11-20 | 1 | -1/+1 |
* | * eval.c (Feval): Remove check for INPUT_BLOCKED_P. | Jan Djärv | 2004-11-06 | 1 | -1/+1 |
* | (Fcalled_interactively_p): Rename from Fcall_interactive_p. | Kim F. Storm | 2004-11-02 | 1 | -1/+2 |
* | (Fcall_interactive_p): New function. | Richard M. Stallman | 2004-11-02 | 1 | -12/+33 |
* | (Fdefvar, Fdefconst): Doc fixes. | Luc Teirlinck | 2004-07-29 | 1 | -0/+11 |
* | Fixes for Ctrl-G support on carbon, replacing old timeout based polling | Steven Tamm | 2004-07-19 | 1 | -3/+0 |
* | (Fdefmacro): Signal an error if NAME is not a symbol. | John Paul Wallington | 2004-07-06 | 1 | -0/+1 |
* | (Fdefun): Signal an error if NAME is not a symbol. | Eli Zaretskii | 2004-06-12 | 1 | -0/+1 |
* | (Fcondition_case): Fix usage. Simplify. | Stefan Monnier | 2004-06-01 | 1 | -3/+3 |
* | (mark_backtrace): New function. | Stefan Monnier | 2004-05-28 | 1 | -0/+19 |
* | (Fcommandp): Simplify. | Stefan Monnier | 2004-03-29 | 1 | -6/+4 |
* | (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. | Luc Teirlinck | 2003-12-31 | 1 | -0/+2 |
* | Comment change. | Richard M. Stallman | 2003-12-29 | 1 | -0/+2 |
* | (Fdefvaralias): Doc fix. | Luc Teirlinck | 2003-10-31 | 1 | -2/+2 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (unbind_to): Fix last change for K&R. From rms. | Dave Love | 2003-05-28 | 1 | -1/+2 |
* | (specpdl_ptr): Declare volatile. | Richard M. Stallman | 2003-05-09 | 1 | -13/+19 |
* | (Funwind_protect): Use func = Fprogn rather symbol = Qnil. | Stefan Monnier | 2003-05-01 | 1 | -1/+1 |
* | (unbind_to): Don't handle symbol = Qnil any more. | Stefan Monnier | 2003-05-01 | 1 | -4/+0 |
* | (Fsignal): Clear abort_on_gc. | Richard M. Stallman | 2003-04-30 | 1 | -0/+1 |
* | (Fapply): Undo last change and add a comment about why. | Stefan Monnier | 2003-04-19 | 1 | -4/+7 |
* | (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP. | Stefan Monnier | 2003-04-17 | 1 | -49/+29 |
* | (Fdefmacro): Fix typo. | Juanma Barranquero | 2003-02-12 | 1 | -1/+1 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -34/+34 |
* | (Fuser_variable_p): Doc change. For custom variables, | Markus Rost | 2003-01-07 | 1 | -6/+4 |
* | Errors and throws work right with interrupt blocking. | Richard M. Stallman | 2002-12-21 | 1 | -10/+11 |
* | Feval: On Carbon/MacOSX call mac_check_for_quit_char at each stack frame. | Steven Tamm | 2002-12-08 | 1 | -0/+4 |
* | (Fdefun, Fdefmacro): Record in load-history redefining an autoload. | Richard M. Stallman | 2002-12-07 | 1 | -0/+6 |
* | (interactive_p): Skip any number of bytecode | Richard M. Stallman | 2002-11-21 | 1 | -9/+7 |
* | Fix last change. | Andreas Schwab | 2002-08-24 | 1 | -2/+3 |
* | (Fdefvar, Fdefconst, Fdefvaralias): | Richard M. Stallman | 2002-08-24 | 1 | -9/+10 |
* | (Fdefvaralias): Add docstring argument. | Juanma Barranquero | 2002-07-15 | 1 | -6/+9 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -5/+5 |
* | (Fsignal): Don't call cancel_hourglass. | Richard M. Stallman | 2002-07-12 | 1 | -12/+10 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -13/+13 |
* | (Fdefmacro): Doc fix. | Richard M. Stallman | 2002-07-07 | 1 | -2/+14 |
* | (syms_of_eval): Doc fix. | Richard M. Stallman | 2002-05-28 | 1 | -3/+8 |
* | * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of | Ken Raeburn | 2002-05-20 | 1 | -2/+2 |
* | (Fcommandp): Doc fix. | Eli Zaretskii | 2002-05-15 | 1 | -1/+1 |
* | Comment change. | Richard M. Stallman | 2002-04-30 | 1 | -0/+2 |