| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from | Richard M. Stallman | 1996-05-21 | 1 | -1/+1 |
* | (init_eval_once): Initialize specpdl_ptr. | Karl Heuer | 1996-02-20 | 1 | -0/+1 |
* | (run_hook_with_args): Do nothing if Vrun_hooks is nil. | Richard M. Stallman | 1996-01-18 | 1 | -0/+17 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments with | Erik Naggum | 1996-01-09 | 1 | -11/+11 |
* | (syms_of_eval): Doc fix for inhibit-quit. | Karl Heuer | 1996-01-04 | 1 | -3/+3 |
* | (skip_debugger): New function. | Karl Heuer | 1995-12-21 | 1 | -4/+57 |
* | (run-hook-with-args, run-hook-list-with-args): Safeguard | Richard M. Stallman | 1995-11-10 | 1 | -2/+8 |
* | (run_hook_with_args): Add forward declaration. | Richard M. Stallman | 1995-10-28 | 1 | -0/+2 |
* | (run_hook_with_args_2): New function. | Richard M. Stallman | 1995-10-03 | 1 | -0/+14 |
* | (run_hook_with_args): Move the GCPRO2; add UNGCPRO. | Richard M. Stallman | 1995-08-06 | 1 | -2/+4 |
* | (run_hook_with_args): Add gcpros. | Richard M. Stallman | 1995-08-05 | 1 | -0/+57 |
* | Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_... | Simon Marshall | 1995-07-31 | 1 | -12/+103 |
* | (syms_of_eval): Add missing defsubr. | Karl Heuer | 1995-07-28 | 1 | -0/+1 |
* | (run-hook-with-args): Fix previous code. | Karl Heuer | 1995-07-25 | 1 | -5/+1 |
* | (Frun_hook_with_args): New C function, formerly in subr.el. | Karl Heuer | 1995-07-25 | 1 | -0/+59 |
* | (Ffuncall, Fapply): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+2 |
* | (Ffetch_bytecode): Check the type of the object being read from the file. | Richard M. Stallman | 1995-04-18 | 1 | -0/+2 |
* | (internal_condition_case): Abort if interrupt_input_blocked>0. | Richard M. Stallman | 1995-04-10 | 1 | -0/+5 |
* | (Fuser_variable_p): For (STRING . INTEGER), test sign. | Richard M. Stallman | 1995-04-07 | 1 | -3/+9 |
* | (Ffetch_bytecode): New function. | Karl Heuer | 1995-04-05 | 1 | -5/+20 |
* | (specbind): Rename perdisplay to kboard. | Karl Heuer | 1995-03-15 | 1 | -1/+1 |
* | (specbind): Handle display-local vars. | Karl Heuer | 1995-01-31 | 1 | -2/+1 |
* | Fix typo in last change. | Roland McGrath | 1995-01-05 | 1 | -1/+1 |
* | (Fcommandp): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of compiled | Roland McGrath | 1995-01-05 | 1 | -3/+3 |
* | (Fdefvar): Fix minor error in previous change. | Richard M. Stallman | 1994-12-21 | 1 | -3/+14 |
* | (Fdefconst, Fdefvar): Error if too many arguments. | Richard M. Stallman | 1994-12-15 | 1 | -5/+11 |
* | (Finteractive_p): Use XSUBR instead of its expansion. | Karl Heuer | 1994-11-16 | 1 | -2/+1 |
* | (Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as an | Karl Heuer | 1994-10-04 | 1 | -7/+7 |
* | (Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand, | Karl Heuer | 1994-09-27 | 1 | -31/+29 |
* | (init_eval_once): Init Vrun_hooks here. | Richard M. Stallman | 1994-09-21 | 1 | -1/+2 |
* | (Fsignal): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -1/+1 |
* | (Fprog2): Doc fix. | Richard M. Stallman | 1994-08-01 | 1 | -1/+1 |
* | (init_eval_once): Call xmalloc, not malloc. | Richard M. Stallman | 1994-06-14 | 1 | -1/+1 |
* | (Fbacktrace): Properly nest parentheses. | Karl Heuer | 1994-05-17 | 1 | -2/+3 |
* | (syms_of_eval): Doc fixes. | Richard M. Stallman | 1994-05-16 | 1 | -2/+2 |
* | (error): Fix logic in call to xmalloc/xrealloc. | Richard M. Stallman | 1994-05-06 | 1 | -1/+5 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (init_eval): Initialize when_entered_debugger to -1. | Richard M. Stallman | 1994-04-30 | 1 | -1/+2 |
* | (Fsetq): Doc fix. | Richard M. Stallman | 1994-04-16 | 1 | -2/+5 |
* | (specbind): Use find_symbol_value. | Richard M. Stallman | 1994-04-12 | 1 | -2/+1 |
* | (Fsetq): Doc fix. | Richard M. Stallman | 1994-04-11 | 1 | -3/+3 |
* | (Fsetq): Doc fix. | Karl Heuer | 1994-04-07 | 1 | -1/+2 |
* | (error): Use doprnt. Make buffer larger as necessary. | Richard M. Stallman | 1994-03-06 | 1 | -2/+28 |
* | (Fsignal): If DATA is memory_signal_data, don't add to it. | Richard M. Stallman | 1994-03-02 | 1 | -5/+12 |
* | (internal_condition_case_1): New function. | Richard M. Stallman | 1994-02-07 | 1 | -0/+37 |
* | (Fcondition_case): Doc fix. | Richard M. Stallman | 1994-01-11 | 1 | -0/+3 |
* | (Fsignal): Rename 1st arg to error_symbol. | Richard M. Stallman | 1994-01-11 | 1 | -9/+9 |
* | (Fcondition_case): Allow a list of condition names in a handler. | Richard M. Stallman | 1994-01-11 | 1 | -8/+27 |
* | (Fmacroexpand): For an autoload definition, | Richard M. Stallman | 1993-12-23 | 1 | -2/+1 |